summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* Flesh out the Arduino Due board configuratino and integrate it with the build...Gregory Nutt2013-06-2731-44/+2141
* Review and update of SAM3/4 header files and conditional logic for SAM3X/A su...Gregory Nutt2013-06-272-2/+2
* Add peripheral configuration logic for the SAM3X/3A; Change all references to...Gregory Nutt2013-06-2621-56/+654
* Add support for SAM3X and 3A chips, interrupts, and peripheral IDsGregory Nutt2013-06-261-1/+0
* Add support fo SAM4S Xplained SRAMGregory Nutt2013-06-261-0/+134
* Fix integration of RAM test into the build and configuration systemGregory Nutt2013-06-268-25/+147
* Add support for a separate CCM memory allocator for members of the STM32 fami...Gregory Nutt2013-06-253-9/+85
* Fix UG-2832HSWEG04 landscape. Add reverse landscape support to UG_2864AMBAG0...Gregory Nutt2013-06-241-5/+18
* Fix UG-2832HSWEG04 configuration valuesGregory Nutt2013-06-231-3/+3
* Add support for the UG-2843HHSWEG04 OLED and for the SAM4L Xplained Pro OLED ...Gregory Nutt2013-06-239-36/+454
* SAM4L Xplained SLCD driver is completeGregory Nutt2013-06-233-58/+142
* Beginning debug of SAM4L Xplained SLCDGregory Nutt2013-06-225-15/+45
* The SAM4L Xplained Pro SLCD driver is code complete but untestedGregory Nutt2013-06-224-236/+373
* Beginning of a driver for the SAM4L LED1 moduleGregory Nutt2013-06-215-11/+1255
* Straighten out issues about who calls C++ initializers with CXXTEST or HELLOX...Gregory Nutt2013-06-2117-0/+44
* More KL25Z SPI fixesGregory Nutt2013-06-201-25/+38
* Fix backward wait condition in KL24Z SPI driverGregory Nutt2013-06-201-10/+26
* Add framework for managing SPI-related discretes on the Freedom KL25Z board.Gregory Nutt2013-06-203-7/+250
* Change use of ferror() in uClibc++ so that is does not use more capability th...Gregory Nutt2013-06-201-1/+1
* More Freedom KL25Z changed to and from Alan Carvalho de AssisGregory Nutt2013-06-192-106/+11
* Add SPI register definitions for the Freescale KL25ZGregory Nutt2013-06-191-1/+10
* SAM3U-EK LCD: Correct LCD configurationGregory Nutt2013-06-181-1/+1
* Fix test of NULL pointer in the SAM3/4 SPI driverGregory Nutt2013-06-182-9/+8
* Freescale KL25Z support from Alan Carvalho de AssisGregory Nutt2013-06-185-1/+398
* SAM3/4 SPI phase control (CPHA) is invertedGregory Nutt2013-06-181-5/+15
* MMC/SD driver needs to manage SPI mode and data width as wellGregory Nutt2013-06-172-23/+28
* SAM3U-EK board now runs at 96MHzGregory Nutt2013-06-176-22/+51
* SAM3U-EK: Correct polarity of the PENIRQ signalGregory Nutt2013-06-163-16/+19
* Re-architected SAM3/4 SPI interface; Change BUSY bit handling in the ADS7843E...Gregory Nutt2013-06-168-128/+61
* SAM MMCSD/SPI related changesGregory Nutt2013-06-152-2/+6
* Oops.. files that I forgot to add in the last commitGregory Nutt2013-06-152-0/+246
* Add support for the SAM4L Xplained Pro I/O1 moduleGregory Nutt2013-06-1513-51/+382
* Prep for 6.28 releasenuttx-6.28Gregory Nutt2013-06-143-5/+5
* Fixes for SAM4S and 4L due to recent changes to SAM3S; Updated README filesGregory Nutt2013-06-143-141/+176
* SAM3/4S GPIO interrupt changesGregory Nutt2013-06-136-37/+46
* SAM3/4: Loop counter for PLL delay must be volatile or it may get optimized ...Gregory Nutt2013-06-131-0/+1
* SAM3/4: Some minor design improvements to the SAM3/4 serial driverGregory Nutt2013-06-131-14/+24
* Fix error in AT91SAM SPI driver introduced in recent comment. Varioius impro...Gregory Nutt2013-06-133-129/+101
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-1382-112/+309
* Correct border colors for SAM3U-EK border; clean up some comments; make sure ...Gregory Nutt2013-06-121-4/+4
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-12100-1218/+413
* SAM4S: Add NSH configuration. Calibrated delay loops. Port now seems fully ...Gregory Nutt2013-06-126-3/+879
* Correct SAM3S-Xplained load address, FLASH wait states, and UART1 pin configu...Gregory Nutt2013-06-123-18/+63
* Use UART1 for the console on the SAM4S-Xplained not USART0Gregory Nutt2013-06-112-28/+44
* Calibrate SAM4L Xplained Pro timing loopGregory Nutt2013-06-112-2/+2
* Changes for a clean build of configs/sam4s-xplainedGregory Nutt2013-06-116-29/+32
* Add configs/sam4s-xplainedGregory Nutt2013-06-1117-9/+1832
* SAM4S: GPIO, chip characteristics, peripheral KconfigGregory Nutt2013-06-114-12/+49
* Add a directory to hold configurations for the SAM4S Xplained boardGregory Nutt2013-06-106-15/+818
* SAM4S: Add memory map and interrupt logicGregory Nutt2013-06-106-59/+92