summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Port of basic functionalities to Kinetis K20 familyJakob Odersky2015-02-288-7/+528
* Rename all use of up_boardinitialize(). Should not use common microprocessin...Gregory Nutt2015-02-2810-60/+72
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-2797-192/+182
* PIC32MZ: Correct a few more DEVCFG issuesGregory Nutt2015-02-272-9/+10
* PIC32MZ: Review DEVCFG setting; adjust a few to match example codeGregory Nutt2015-02-274-18/+50
* PIC32MZ: Fix some repeated typos and work around an issue with passing define...Gregory Nutt2015-02-262-569/+577
* PIC32MZ: Add logic to configure peripheral pins for the selecte UARTsGregory Nutt2015-02-263-19/+158
* PIC32MZ: Add peripheral pin selection register definitionsGregory Nutt2015-02-262-0/+1816
* Costmetic updates comments and style; Add NFS dependency on IPv4Gregory Nutt2015-02-261-1/+1
* Tiva ADC: Drive updates from Calvin MaguranisGregory Nutt2015-02-251-0/+51
* PIC32MX/Z: Partial review of PIC32MZ cp0 register -- need to do more; Also fo...Gregory Nutt2015-02-252-67/+294
* PIC32MZ: Add file for GPIO interrupt support. There are issues so configurat...Gregory Nutt2015-02-2510-16/+322
* PIC32MZ: Add IOPort header file and GPIO configuration logicGregory Nutt2015-02-254-3/+1206
* Adjust microMIPS compile options to enable interlinking with 32-bit codeGregory Nutt2015-02-251-4/+6
* SAM4CM free-running time: Change overflow type from uint16 to uint32. From M...Gregory Nutt2015-02-252-2/+2
* Eliminate some warningsGregory Nutt2015-02-253-3/+2
* Refresh configurationGregory Nutt2015-02-251-1/+0
* PIC32MZ: Add serial driverGregory Nutt2015-02-244-21/+1334
* PIC32MZ: Add low level UART supportGregory Nutt2015-02-244-17/+392
* PIC32MZ: Add UART register definition header fileGregory Nutt2015-02-245-11/+277
* PIC32MZ: Add error exception handling and interrupt decode logicGregory Nutt2015-02-243-1/+399
* PIC32MZ: Add support for a timer interruptGregory Nutt2015-02-245-3/+526
* PIC32MZ: Add interrupt controller supportGregory Nutt2015-02-245-12/+458
* PIC32MZ: Add interrupt controller register definitionsGregory Nutt2015-02-244-3/+1266
* PIC32MX: Standardize of naming in commentsGregory Nutt2015-02-2434-34/+34
* PIC32MZ: Add Oscillator header file; Add logic to set up peripheral clocks on...Gregory Nutt2015-02-245-31/+465
* PIC32MZ: Add beginnings of CPU initialization logic. Still some bad logic fo...Gregory Nutt2015-02-247-4/+521
* Merge commit '45e0cf1f4a7664974933db2a408ccea6acad4eff'Gregory Nutt2015-02-241-12/+16
|\
| * Fix SSI TX and RX legacy mapping of TM4C1294NCsauttefk2015-02-241-12/+16
* | PIC32MZ: Fix some PLL setup logicGregory Nutt2015-02-231-8/+8
* | PIC32MZ: Fix an error in the branch target of the hard-coded power up reset b...Gregory Nutt2015-02-231-11/+19
|/
* PIC32MZ: Most related to start up file a FLASH device configuration setupGregory Nutt2015-02-234-1117/+331
* PIC32MZ: Make sure that the microMIPS ISA is selected on all common MIPS32 as...Gregory Nutt2015-02-233-2/+15
* PIC32MZ: Resolve a PIC32 dependency in the generic MIPS32 codeGregory Nutt2015-02-231-2/+8
* Finishes PIC32MZ device configuration definitionsGregory Nutt2015-02-233-92/+325
* PIC32MZ: Add memorymap and devcfg header filesGregory Nutt2015-02-226-2/+501
* PIC32MZ: Framework for startup function. Still has too much PIC32MX garbage...Gregory Nutt2015-02-224-1/+2124
* MIPS: Add some build support for the M14K and also for the PIC32MZ Starter K...Gregory Nutt2015-02-2212-76/+941
* Remove support for obsolete PIC32 toolchain configuration namesGregory Nutt2015-02-221-8/+8
* PIC32MZ: Add just enough PIC32MZ logic that we can run 'make menuconfig'Gregory Nutt2015-02-226-1/+1804
* Fix a typo that prevents building PIC32... How long has that been there?Gregory Nutt2015-02-211-1/+1
* Current Pinguino toolchain uses prefix p32 instead of mipsGregory Nutt2015-02-211-1/+2
* STM32: Fix for compilation introduced by last backup RAM change. Not sure it...Gregory Nutt2015-02-212-0/+6
* Adds the ability to use the STM32F2 and STM32F4 Battery Backedup SRAM in the ...Gregory Nutt2015-02-219-1/+1048
* Changes to support fully write protecting the backup domain. N.B. stm32_pwr_e...Gregory Nutt2015-02-214-23/+130
* Tiva GPIO clean-up by Calvin MaguranisGregory Nutt2015-02-206-225/+83
* Tiva: Move GPIIO prototypes out of arch/arm/include/tiva/irq.h to arch/arm/ti...Gregory Nutt2015-02-202-33/+34
* Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt2015-02-204-8/+8
* VFS: The inode unlink method should not be support if operations on the root ...Gregory Nutt2015-02-181-0/+2
* The RTC ioctl() method is now a configuration optionGregory Nutt2015-02-181-0/+2