summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-125-40/+59
* Correct SAM3S-Xplained load address, FLASH wait states, and UART1 pin configu...Gregory Nutt2013-06-122-3/+8
* Use UART1 for the console on the SAM4S-Xplained not USART0Gregory Nutt2013-06-112-5/+6
* Changes for a clean build of configs/sam4s-xplainedGregory Nutt2013-06-1113-257/+270
* Add configs/sam4s-xplainedGregory Nutt2013-06-111-12/+12
* SAM4S: Add macros to manage peripheral clocksGregory Nutt2013-06-117-12/+180
* SAM4S: Add pin multiplexing definitionsGregory Nutt2013-06-117-439/+578
* SAM4S: GPIO, chip characteristics, peripheral KconfigGregory Nutt2013-06-118-138/+680
* SAM4S: Add memory map and interrupt logicGregory Nutt2013-06-1015-95/+746
* Beginning updates of SAM3U header files o include support for the SAM4S: WDT,...Gregory Nutt2013-06-108-355/+678
* SAM4L: Extend interrupt support for the larger number of NVIC interrupts of ...Gregory Nutt2013-06-093-16/+75
* SAM4L: Add an NSH configuration and C++ supportGregory Nutt2013-06-091-1/+2
* SAM4L: Mic fixes to get the SAM4L Xplained running. The ostest now passes.Gregory Nutt2013-06-095-30/+44
* SAM3U/4L changes to hide differences by clocking in those MCUsGregory Nutt2013-06-0815-72/+299
* SAM4L: Add USART/UART register definition header filesGregory Nutt2013-06-085-185/+770
* SM4L: USB clock configuration and WDT register definition fileGregory Nutt2013-06-0815-122/+360
* 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-075-81/+568
* SAM4L: Add DFLL0 support, add logic to set the power scaling mode, add suppo...Gregory Nutt2013-06-076-29/+292
* Update SAM4L PLL0 logicGregory Nutt2013-06-072-223/+356
* Add logic to enable SAM4L clocksGregory Nutt2013-06-062-26/+292
* Add SAM4L BSCIF register definition fileGregory Nutt2013-06-063-46/+441
* Fix a backward conditional that cause the STM32 usb host driver to fail to de...Gregory Nutt2013-06-061-2/+2
* Add flow control support to the STM32 serial driver; Fix some issues with UAR...Gregory Nutt2013-06-065-93/+221
* 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-063-72/+116
* Move SAM4L peripheral clock logic to a separate fileGregory Nutt2013-06-056-232/+634
* 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-054-7/+847
* Add SAM4L FLASHCALW header fileGregory Nutt2013-06-057-19/+365
* SAM4L GPIO port addressing fixes; SAM4L Xplained LED support; minor documenta...Gregory Nutt2013-06-052-116/+402
* Add configs/sam4l-xplained/src/up_userleds.cGregory Nutt2013-06-041-1/+0
* More changes that should have gone with the last commitGregory Nutt2013-06-042-431/+429
* Add SAM4L GPIO driverGregory Nutt2013-06-045-41/+606
* Create SAM4L GPIO driver header fileGregory Nutt2013-06-044-110/+563
* 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-041-19/+36
* Add stm32_dmacapable interface to determine is it is possible to perform DMA ...Gregory Nutt2013-06-046-26/+170
* SAM4L alternate pin mapping header file; Use USART1 for virtual COM port consoleGregory Nutt2013-06-031-0/+579
* Add a skeleton configuration that will eventually support the SAM4L Xplained ...Gregory Nutt2013-06-036-9/+229