summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 impro...Gregory Nutt2013-06-133-129/+101
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-1382-112/+309
* Correct border colors for SAM3U-EK border; clean up some comments; make sure ...Gregory Nutt2013-06-121-4/+4
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-12100-1218/+413
* SAM4S: Add NSH configuration. Calibrated delay loops. Port now seems fully ...Gregory Nutt2013-06-126-3/+879
* Correct SAM3S-Xplained load address, FLASH wait states, and UART1 pin configu...Gregory Nutt2013-06-123-18/+63
* 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: WDT,...Gregory Nutt2013-06-101-6/+6
* SAM4L: Extend interrupt support for the larger number of NVIC interrupts of ...Gregory Nutt2013-06-091-2/+2
* 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 configura...Gregory Nutt2013-06-072-12/+87
* SAM4L: Add DFLL0 support, add logic to set the power scaling mode, add suppo...Gregory Nutt2013-06-073-6/+20
* Update SAM4L PLL0 logicGregory Nutt2013-06-071-0/+27
* Add register definitions for SAM4L BPM and SCIF blocks; SAM4L clock initializ...Gregory Nutt2013-06-061-46/+53
* Add SAM4L FLASHCALW header fileGregory Nutt2013-06-051-0/+8
* SAM4L GPIO port addressing fixes; SAM4L Xplained LED support; minor documenta...Gregory Nutt2013-06-051-1/+2
* Add configs/sam4l-xplained/src/up_userleds.cGregory Nutt2013-06-048-12/+180
* More changes that should have gone with the last commitGregory Nutt2013-06-041-3/+3
* SAM4L alternate pin mapping header file; Use USART1 for virtual COM port consoleGregory Nutt2013-06-033-11/+38
* Add a skeleton configuration that will eventually support the SAM4L Xplained ...Gregory Nutt2013-06-0317-8/+2403
* Rename sam3u/ architecture directories to sam34/ to include the SAM4LGregory Nutt2013-06-027-9/+9
* Add missing NSH configuration settings. Correct some conditional logic for S...Gregory Nutt2013-06-021-1/+1
* Eliminated sam3u_internal.h. Use separate header files instead. More renamin...Gregory Nutt2013-06-0213-294/+298
* Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to...Gregory Nutt2013-06-0220-1759/+2236
* Fix nRF24L01+ driver integration for the STM32 Tiny. From Laurent Latil.Gregory Nutt2013-06-012-36/+86
* Add NSRF42L01 driver. From Laurent LatilGregory Nutt2013-06-011-0/+1
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-3064-64/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-3076-247/+255
* Optimize request buffer sizes in the serial USB drivers so that we avoid so m...Gregory Nutt2013-05-292-4/+4
* Fix STM32F1 and F3 USB device driver. It was not handling NULL packets corre...Gregory Nutt2013-05-294-57/+145
* Add support for the STM32 Tiny development board from Laurent LatilGregory Nutt2013-05-2821-0/+4047
* Fix null packet handling in the PIC32 USB device driver. This is a critical ...Gregory Nutt2013-05-283-29/+69
* Fix Sure PIC32 LOOPSPERMSECGregory Nutt2013-05-273-3/+3
* Verified the sure-pic32mx/usbnsh configurationGregory Nutt2013-05-273-7/+71
* The SLCD driver is now fully functional for Sure PIC32MX boardGregory Nutt2013-05-276-93/+335