summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Gregory Nutt2013-06-2117-0/+44
| | | | 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-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 ↵Gregory Nutt2013-06-201-1/+1
| | | | than is currently supported by the NuttX ferror()
* 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 ↵Gregory Nutt2013-06-168-128/+61
| | | | ADS7843E driver
* 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
| | | | away
* 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 ↵Gregory Nutt2013-06-133-129/+101
| | | | improvements to README files and debug output
* Add support for a generic windows-based EABI toolchain; Add NX configuration ↵Gregory Nutt2013-06-1382-112/+309
| | | | to force default NXTK border colors
* Correct border colors for SAM3U-EK border; clean up some comments; make sure ↵Gregory Nutt2013-06-121-4/+4
| | | | that sam_vectors.S is identical to stam32_vectors.S
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single ↵Gregory Nutt2013-06-12100-1218/+413
| | | | 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
* SAM4S: Add NSH configuration. Calibrated delay loops. Port now seems fully ↵Gregory Nutt2013-06-126-3/+879
| | | | functional
* Correct SAM3S-Xplained load address, FLASH wait states, and UART1 pin ↵Gregory Nutt2013-06-123-18/+63
| | | | configuration
* 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
|
* Beginning updates of SAM3U header files o include support for the SAM4S: ↵Gregory Nutt2013-06-101-6/+6
| | | | WDT, SUPC, EEFC, MATRIX, and PMC
* SAM4L: Extend interrupt support for the larger number of NVIC interrupts of ↵Gregory Nutt2013-06-091-2/+2
| | | | the SAM4L
* SAM4L: Add an NSH configuration and C++ supportGregory Nutt2013-06-097-11/+1073
|
* SAM4L: Mic fixes to get the SAM4L Xplained running. The ostest now passes.Gregory Nutt2013-06-093-49/+109
|
* SAM3U/4L changes to hide differences by clocking in those MCUsGregory Nutt2013-06-083-19/+20
|
* SM4L: USB clock configuration and WDT register definition fileGregory Nutt2013-06-083-7/+36
|
* SAM4L: Add logic to enable selected peripherals on power up; Extend ↵Gregory Nutt2013-06-072-12/+87
| | | | configuration so that each peripheral can be selected -- even though the drivers are not yet implemented
* SAM4L: Add DFLL0 support, add logic to set the power scaling mode, add ↵Gregory Nutt2013-06-073-6/+20
| | | | support for RAM functions
* Update SAM4L PLL0 logicGregory Nutt2013-06-071-0/+27
|
* Add register definitions for SAM4L BPM and SCIF blocks; SAM4L clock ↵Gregory Nutt2013-06-061-46/+53
| | | | initialization now selects an optimal power scaling mode
* Add SAM4L FLASHCALW header fileGregory Nutt2013-06-051-0/+8
|