summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for a separate CCM memory allocator for members of the STM32 fami...Gregory Nutt2013-06-258-11/+292
* Fix UG-2832HSWEG04 landscape. Add reverse landscape support to UG_2864AMBAG0...Gregory Nutt2013-06-2410-87/+333
* Fix UG-2832HSWEG04 configuration valuesGregory Nutt2013-06-233-27/+31
* Add support for the UG-2843HHSWEG04 OLED and for the SAM4L Xplained Pro OLED ...Gregory Nutt2013-06-2319-272/+762
* Fix error in MMC/SD SPI driver introduced with some recent changes; Update TO...Gregory Nutt2013-06-232-4/+113
* SAM4L Xplained SLCD driver is completeGregory Nutt2013-06-235-58/+152
* Beginning debug of SAM4L Xplained SLCDGregory Nutt2013-06-226-24/+59
* The SAM4L Xplained Pro SLCD driver is code complete but untestedGregory Nutt2013-06-224-236/+373
* Fix for ENC28J60 from DaveGregory Nutt2013-06-222-4/+13
* Beginning of a driver for the SAM4L LED1 moduleGregory Nutt2013-06-218-15/+1346
* Straighten out issues about who calls C++ initializers with CXXTEST or HELLOX...Gregory Nutt2013-06-2127-37/+218
* More KL25Z SPI fixesGregory Nutt2013-06-202-27/+40
* KL25Z GPIO register dump function now compilesGregory Nutt2013-06-203-62/+58
* Fix backward wait condition in KL24Z SPI driverGregory Nutt2013-06-203-16/+32
* Add framework for managing SPI-related discretes on the Freedom KL25Z board.Gregory Nutt2013-06-207-18/+274
* Fix tiny typo from the last commitGregory Nutt2013-06-201-1/+1
* Change use of ferror() in uClibc++ so that is does not use more capability th...Gregory Nutt2013-06-203-19/+25
* More Freedom KL25Z changed to and from Alan Carvalho de AssisGregory Nutt2013-06-193-106/+12
* 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-196-9/+219
* SPI register definition file updated to include a few differences for the SAM4LGregory Nutt2013-06-193-22/+72
* SAM4L LCDCS register definitionsGregory Nutt2013-06-192-0/+377
* Add SPI driver for the Freescale KL25ZGregory Nutt2013-06-199-58/+797
* Add SPI register definitions for the Freescale KL25ZGregory Nutt2013-06-193-1/+152
* SAM3U-EK LCD: Correct LCD configurationGregory Nutt2013-06-181-1/+1
* Fix test of NULL pointer in the SAM3/4 SPI driverGregory Nutt2013-06-184-12/+19
* Freescale KL25Z support from Alan Carvalho de AssisGregory Nutt2013-06-188-3/+557
* SAM3/4 SPI phase control (CPHA) is invertedGregory Nutt2013-06-183-13/+33
* Corrections to the Kinetis TSI header file from Alan Carvalho de AssisGregory Nutt2013-06-184-6/+10
* MMC/SD SPI speed field is only used if CONFIG_SPI_OWNBUS is not definedGregory Nutt2013-06-171-2/+14
* MMC/SD driver needs to manage SPI mode and data width as wellGregory Nutt2013-06-175-34/+85
* SAM3U-EK board now runs at 96MHzGregory Nutt2013-06-177-22/+53
* SAM3U-EK: Correct polarity of the PENIRQ signalGregory Nutt2013-06-167-56/+42
* Re-architected SAM3/4 SPI interface; Change BUSY bit handling in the ADS7843E...Gregory Nutt2013-06-1613-253/+226
* SAM MMCSD/SPI related changesGregory Nutt2013-06-153-7/+13
* 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-1517-91/+427
* Prep for 6.28 releasenuttx-6.28Gregory Nutt2013-06-1410-524/+951
* Fixes for SAM4S and 4L due to recent changes to SAM3S; Updated README filesGregory Nutt2013-06-145-152/+193
* SAM3/4S GPIO interrupt changesGregory Nutt2013-06-138-50/+64
* SAM3/4: Loop counter for PLL delay must be volatile or it may get optimized ...Gregory Nutt2013-06-133-2/+9
* SAM3/4: Some minor design improvements to the SAM3/4 serial driverGregory Nutt2013-06-133-53/+51
* Fix error in AT91SAM SPI driver introduced in recent comment. Varioius impro...Gregory Nutt2013-06-134-129/+102
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-1392-153/+468
* Correct border colors for SAM3U-EK border; clean up some comments; make sure ...Gregory Nutt2013-06-123-10/+15
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-12133-1345/+585
* 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-1213-50/+972
* Correct SAM3S-Xplained load address, FLASH wait states, and UART1 pin configu...Gregory Nutt2013-06-125-21/+71
* Use UART1 for the console on the SAM4S-Xplained not USART0Gregory Nutt2013-06-114-33/+50