summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 impro...Gregory Nutt2013-06-134-129/+102
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-1392-153/+468
* Correct border colors for SAM3U-EK border; clean up some comments; make sure ...Gregory Nutt2013-06-123-10/+15
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-12133-1345/+585
* 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
* Correct SAM3S-Xplained load address, FLASH wait states, and UART1 pin configu...Gregory Nutt2013-06-125-21/+71
* Use UART1 for the console on the SAM4S-Xplained not USART0Gregory Nutt2013-06-114-33/+50
* Calibrate SAM4L Xplained Pro timing loopGregory Nutt2013-06-112-2/+2
* Changes for a clean build of configs/sam4s-xplainedGregory Nutt2013-06-1120-287/+303
* Add configs/sam4s-xplainedGregory Nutt2013-06-1118-21/+1844
* SAM4S: Add macros to manage peripheral clocksGregory Nutt2013-06-119-57/+306
* SAM4S: Add pin multiplexing definitionsGregory Nutt2013-06-118-439/+580
* SAM4S: GPIO, chip characteristics, peripheral KconfigGregory Nutt2013-06-1113-150/+731
* Add a directory to hold configurations for the SAM4S Xplained boardGregory Nutt2013-06-109-16/+826
* SAM4S: Add memory map and interrupt logicGregory Nutt2013-06-1022-158/+843
* Beginning updates of SAM3U header files o include support for the SAM4S: WDT,...Gregory Nutt2013-06-1012-368/+698
* SAM4L: Extend interrupt support for the larger number of NVIC interrupts of ...Gregory Nutt2013-06-096-22/+134
* SAM4L: Add an NSH configuration and C++ supportGregory Nutt2013-06-099-12/+1081
* SAM4L: Mic fixes to get the SAM4L Xplained running. The ostest now passes.Gregory Nutt2013-06-098-79/+153
* SAM3U/4L changes to hide differences by clocking in those MCUsGregory Nutt2013-06-0819-92/+322
* SAM4L: Add USART/UART register definition header filesGregory Nutt2013-06-086-185/+772
* SM4L: USB clock configuration and WDT register definition fileGregory Nutt2013-06-0819-129/+400
* SAM4L: Add logic to configure FLASH read mode and wait statesGregory Nutt2013-06-072-18/+182
* SAM4L: Add logic to enable selected peripherals on power up; Extend configura...Gregory Nutt2013-06-077-93/+655
* SAM4L: Add DFLL0 support, add logic to set the power scaling mode, add suppo...Gregory Nutt2013-06-079-35/+312
* Update SAM4L PLL0 logicGregory Nutt2013-06-073-223/+383
* Add logic to enable SAM4L clocksGregory Nutt2013-06-062-26/+292
* Add SAM4L BSCIF register definition fileGregory Nutt2013-06-064-46/+443
* Fix a backward conditional that cause the STM32 usb host driver to fail to de...Gregory Nutt2013-06-062-10/+8
* Add flow control support to the STM32 serial driver; Fix some issues with UAR...Gregory Nutt2013-06-069-361/+831
* Add register definitions for SAM4L BPM and SCIF blocksGregory Nutt2013-06-062-0/+535
* Add register definitions for SAM4L BPM and SCIF blocks; SAM4L clock initializ...Gregory Nutt2013-06-065-119/+173
* Move SAM4L peripheral clock logic to a separate fileGregory Nutt2013-06-057-232/+637
* Updates to SAM4L clocking. Still not finishedGregory Nutt2013-06-054-57/+362
* Add power management register defintions and clock control logic for the SAM4LGregory Nutt2013-06-056-77/+954
* Add SAM4L FLASHCALW header fileGregory Nutt2013-06-058-19/+373
* SAM4L GPIO port addressing fixes; SAM4L Xplained LED support; minor documenta...Gregory Nutt2013-06-055-125/+430
* Add configs/sam4l-xplained/src/up_userleds.cGregory Nutt2013-06-049-13/+180
* More changes that should have gone with the last commitGregory Nutt2013-06-043-434/+432
* Add SAM4L GPIO driverGregory Nutt2013-06-046-41/+609
* Create SAM4L GPIO driver header fileGregory Nutt2013-06-045-111/+566
* Add SAM4L (and 4S) GPIO register definitionsGregory Nutt2013-06-046-266/+1067
* If CONFIG_STM32_DMACAPABLE is defined, use stm32_dmacapable to workaround att...Gregory Nutt2013-06-042-19/+42
* Add stm32_dmacapable interface to determine is it is possible to perform DMA ...Gregory Nutt2013-06-047-26/+174