summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Flesh out the Arduino Due board configuratino and integrate it with the build...Gregory Nutt2013-06-273-23/+23
* Review and update of SAM3/4 header files and conditional logic for SAM3X/A su...Gregory Nutt2013-06-2714-137/+461
* Add peripheral configuration logic for the SAM3X/3A; Change all references to...Gregory Nutt2013-06-2620-82/+163
* Add SAM3X/3A pin multiplexing and GPIO encoding header filesGregory Nutt2013-06-264-2/+668
* Add SAM3X/3A memory mapGregory Nutt2013-06-263-2/+171
* Add SAM3X/3A peripheral clock controlsGregory Nutt2013-06-264-26/+264
* Add SAM3X/3A interrupt vectorsGregory Nutt2013-06-266-3/+113
* Add support for SAM3X and 3A chips, interrupts, and peripheral IDsGregory Nutt2013-06-267-49/+686
* Fix integration of RAM test into the build and configuration systemGregory Nutt2013-06-269-64/+257
* Add support for a separate CCM memory allocator for members of the STM32 fami...Gregory Nutt2013-06-254-1/+203
* SAM4L Xplained SLCD driver is completeGregory Nutt2013-06-231-0/+8
* Beginning of a driver for the SAM4L LED1 moduleGregory Nutt2013-06-212-4/+88
* Straighten out issues about who calls C++ initializers with CXXTEST or HELLOX...Gregory Nutt2013-06-211-1/+1
* More KL25Z SPI fixesGregory Nutt2013-06-201-2/+2
* KL25Z GPIO register dump function now compilesGregory Nutt2013-06-202-62/+56
* Fix backward wait condition in KL24Z SPI driverGregory Nutt2013-06-202-6/+6
* Add framework for managing SPI-related discretes on the Freedom KL25Z board.Gregory Nutt2013-06-202-5/+4
* More Freedom KL25Z changed to and from Alan Carvalho de AssisGregory Nutt2013-06-191-0/+1
* Fix errors in KL25Z SPI driver reported by Alan Carvalho de AssisGregory Nutt2013-06-191-4/+4
* Add SAM4L PDCA register definition fileGregory Nutt2013-06-195-8/+216
* SPI register definition file updated to include a few differences for the SAM4LGregory Nutt2013-06-192-21/+68
* SAM4L LCDCS register definitionsGregory Nutt2013-06-191-0/+375
* Add SPI driver for the Freescale KL25ZGregory Nutt2013-06-198-56/+795
* Add SPI register definitions for the Freescale KL25ZGregory Nutt2013-06-191-0/+140
* Fix test of NULL pointer in the SAM3/4 SPI driverGregory Nutt2013-06-181-3/+8
* Freescale KL25Z support from Alan Carvalho de AssisGregory Nutt2013-06-182-1/+155
* SAM3/4 SPI phase control (CPHA) is invertedGregory Nutt2013-06-181-8/+16
* Corrections to the Kinetis TSI header file from Alan Carvalho de AssisGregory Nutt2013-06-183-6/+7
* SAM3U-EK: Correct polarity of the PENIRQ signalGregory Nutt2013-06-161-5/+5
* Re-architected SAM3/4 SPI interface; Change BUSY bit handling in the ADS7843E...Gregory Nutt2013-06-163-124/+108
* Add support for the SAM4L Xplained Pro I/O1 moduleGregory Nutt2013-06-152-33/+33
* Fixes for SAM4S and 4L due to recent changes to SAM3S; Updated README filesGregory Nutt2013-06-142-11/+17
* SAM3/4S GPIO interrupt changesGregory Nutt2013-06-132-13/+18
* SAM3/4: Loop counter for PLL delay must be volatile or it may get optimized ...Gregory Nutt2013-06-131-1/+2
* SAM3/4: Some minor design improvements to the SAM3/4 serial driverGregory Nutt2013-06-132-39/+27
* Fix error in AT91SAM SPI driver introduced in recent comment. Varioius impro...Gregory Nutt2013-06-131-0/+1
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-138-35/+139
* Correct border colors for SAM3U-EK border; clean up some comments; make sure ...Gregory Nutt2013-06-122-6/+11
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-126-5/+104
* Misc updates to SAM3U register definition files for SAM4S compatibilityGregory Nutt2013-06-129-317/+613
* SAM4S: Add NSH configuration. Calibrated delay loops. Port now seems fully ...Gregory Nutt2013-06-125-40/+59
* Correct SAM3S-Xplained load address, FLASH wait states, and UART1 pin configu...Gregory Nutt2013-06-122-3/+8
* Use UART1 for the console on the SAM4S-Xplained not USART0Gregory Nutt2013-06-112-5/+6
* Changes for a clean build of configs/sam4s-xplainedGregory Nutt2013-06-1113-257/+270
* Add configs/sam4s-xplainedGregory Nutt2013-06-111-12/+12
* SAM4S: Add macros to manage peripheral clocksGregory Nutt2013-06-117-12/+180
* SAM4S: Add pin multiplexing definitionsGregory Nutt2013-06-117-439/+578
* SAM4S: GPIO, chip characteristics, peripheral KconfigGregory Nutt2013-06-118-138/+680
* SAM4S: Add memory map and interrupt logicGregory Nutt2013-06-1015-95/+746
* Beginning updates of SAM3U header files o include support for the SAM4S: WDT,...Gregory Nutt2013-06-108-355/+678