summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* STM32 SDIO driver: Add supported for data block end (DBCKEND) interrupt. Fro...Gregory Nutt2013-07-082-6/+7
* Ticket #16: STM32 OTG FS device driver endpoint allocation. From Chia Cheng...Gregory Nutt2013-07-081-8/+14
* prohibit re-entrance into sam_configgpio()Gregory Nutt2013-07-052-24/+28
* Fix SAM34 interrupt handling for ports D-F; fix MISO logic in Arduino Due tou...Gregory Nutt2013-07-031-1/+26
* Several fixes to get a clean compile of the Arduino touch screenGregory Nutt2013-07-021-4/+79
* Created new directories to hold SPI-related filesGregory Nutt2013-07-0131-45/+45
* Update LM FLASH definitions for LM4F120. From VintiGregory Nutt2013-06-291-1/+1
* SAM33/4: Need to disable write protection before modify PIO pin configurationGregory Nutt2013-06-282-1/+15
* Add an NSH configuration for the Arduino Due; Pluse several fixes related to ...Gregory Nutt2013-06-282-1/+11
* Arduino Due: Fixes to FLASH address, flash wait states, updated Comments. No...Gregory Nutt2013-06-283-9/+14
* With these changes the Arduino Due port builds without errorsGregory Nutt2013-06-274-23/+27
* 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