summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Minor SAM3U-EK NxWM build updates, documentation, configurationsGregory Nutt2013-06-302-29/+18
* Changes to get a clean compile of configs/sam3u-ek/nxwmGregory Nutt2013-06-299-40/+219
* Update LM FLASH definitions for LM4F120. From VintiGregory Nutt2013-06-291-1/+1
* SAM3U-EK touchscreen is now functional; created an NxWM configuration to test...Gregory Nutt2013-06-285-5/+1247
* quick and not very accurate calibration of arduino due timing loopsGregory Nutt2013-06-282-2/+2
* SAM33/4: Need to disable write protection before modify PIO pin configurationGregory Nutt2013-06-283-1/+18
* Add an NSH configuration for the Arduino Due; Pluse several fixes related to ...Gregory Nutt2013-06-2813-99/+1075
* Arduino Due: Fixes to FLASH address, flash wait states, updated Comments. No...Gregory Nutt2013-06-286-115/+147
* Add instructions to use BOSSA to load nuttx into DueGregory Nutt2013-06-282-19/+189
* With these changes the Arduino Due port builds without errorsGregory Nutt2013-06-275-24/+28
* Update documentation to include references to the Arduino Due boardGregory Nutt2013-06-273-3/+33
* Flesh out the Arduino Due board configuratino and integrate it with the build...Gregory Nutt2013-06-2735-68/+2167
* Review and update of SAM3/4 header files and conditional logic for SAM3X/A su...Gregory Nutt2013-06-2716-139/+463
* Add peripheral configuration logic for the SAM3X/3A; Change all references to...Gregory Nutt2013-06-2642-138/+825
* Add SAM3X/3A pin multiplexing and GPIO encoding header filesGregory Nutt2013-06-265-3/+675
* Add SAM3X/3A memory mapGregory Nutt2013-06-264-2/+172
* Add SAM3X/3A peripheral clock controlsGregory Nutt2013-06-265-26/+267
* Add SAM3X/3A interrupt vectorsGregory Nutt2013-06-267-5/+116
* Add support for SAM3X and 3A chips, interrupts, and peripheral IDsGregory Nutt2013-06-269-50/+688
* Add support fo SAM4S Xplained SRAMGregory Nutt2013-06-262-0/+139
* Fix integration of RAM test into the build and configuration systemGregory Nutt2013-06-2617-89/+404
* 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-247-84/+323
* 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-2316-269/+756
* 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-2119-2/+51
* 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
* 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-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