summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for a separate CCM memory allocator for members of the STM32 ↵Gregory Nutt2013-06-258-11/+292
| | | | family that support CCM memory
* Fix UG-2832HSWEG04 landscape. Add reverse landscape support to ↵Gregory Nutt2013-06-2410-87/+333
| | | | UG_2864AMBAG01 and UG-9964HSWAG01. Fixe NXHELLO default colors for 1-bit mono modes
* 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
| | | | module that uses that OLED.
* Fix error in MMC/SD SPI driver introduced with some recent changes; Update ↵Gregory Nutt2013-06-232-4/+113
| | | | TODO list
* 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 ↵Gregory Nutt2013-06-2127-37/+218
| | | | HELLOXX are built as NSH applications; Add an ofstream test to CXXTEST suggested by Michael; Update many defconfig fiels to that they set configurations to handle C++ constructors just as before these configuration changes
* 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 ↵Gregory Nutt2013-06-203-19/+25
| | | | than is currently supported by the NuttX ferror()
* 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 ↵Gregory Nutt2013-06-1613-253/+226
| | | | ADS7843E driver
* 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
| | | | away
* 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 ↵Gregory Nutt2013-06-134-129/+102
| | | | improvements to README files and debug output
* Add support for a generic windows-based EABI toolchain; Add NX configuration ↵Gregory Nutt2013-06-1392-153/+468
| | | | to force default NXTK border colors
* Correct border colors for SAM3U-EK border; clean up some comments; make sure ↵Gregory Nutt2013-06-123-10/+15
| | | | that sam_vectors.S is identical to stam32_vectors.S
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single ↵Gregory Nutt2013-06-12133-1345/+585
| | | | CONFIG_NSH_BUILTIN_APPS. Add SAM3/4 sam_periphclks.h which is just a header file that includes the right header file. Misc SAM3U-EK cleanup
* 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
| | | | functional
* Correct SAM3S-Xplained load address, FLASH wait states, and UART1 pin ↵Gregory Nutt2013-06-125-21/+71
| | | | configuration
* Use UART1 for the console on the SAM4S-Xplained not USART0Gregory Nutt2013-06-114-33/+50
|