summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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: ↵Gregory Nutt2013-06-1012-368/+698
| | | | WDT, SUPC, EEFC, MATRIX, and PMC
* SAM4L: Extend interrupt support for the larger number of NVIC interrupts of ↵Gregory Nutt2013-06-096-22/+134
| | | | the SAM4L
* 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 ↵Gregory Nutt2013-06-077-93/+655
| | | | 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-079-35/+312
| | | | support for RAM functions
* 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 ↵Gregory Nutt2013-06-062-10/+8
| | | | detect disconnection events. From Scott
* Add flow control support to the STM32 serial driver; Fix some issues with ↵Gregory Nutt2013-06-069-361/+831
| | | | UART2 and 5. From Lorenz Meier and Mike Smith
* 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 ↵Gregory Nutt2013-06-065-119/+173
| | | | initialization now selects an optimal power scaling mode
* 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 ↵Gregory Nutt2013-06-055-125/+430
| | | | documentation updates
* 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 ↵Gregory Nutt2013-06-042-19/+42
| | | | attempt SPI DMAs from the CCM stack
* Add stm32_dmacapable interface to determine is it is possible to perform DMA ↵Gregory Nutt2013-06-047-26/+174
| | | | from a given address.
* NxWM::CTaskbar: Add a method to redraw the task bar and the top ↵Gregory Nutt2013-06-043-9/+21
| | | | application. From Petteri Aimonen
* Change auto-increment timing in NxWidgets::CNumericEdit. From Petteri AimonenGregory Nutt2013-06-042-3/+14
|
* NxWidgets::CImage: Allow NULL bitmaps. From Petteri AimonenGregory Nutt2013-06-042-33/+46
|
* SAM4L alternate pin mapping header file; Use USART1 for virtual COM port consoleGregory Nutt2013-06-035-11/+620
|
* Add a skeleton configuration that will eventually support the SAM4L Xplained ↵Gregory Nutt2013-06-0326-17/+2638
| | | | Pro board
* Add vector and chip cability definitions for the SAM4L familyGregory Nutt2013-06-038-22/+310
|
* Add interrupt and memory map definitions for the AT91SAM4LGregory Nutt2013-06-037-206/+803
|
* Fix an assertionGregory Nutt2013-06-024-5/+18
|
* Add dprintf() and vdprintf()Gregory Nutt2013-06-026-8/+140
|
* Rename sam3u/ architecture directories to sam34/ to include the SAM4LGregory Nutt2013-06-0265-177/+180
|
* Add missing NSH configuration settings. Correct some conditional logic for ↵Gregory Nutt2013-06-026-3/+27
| | | | STM32 FALSH pre-fetch settings. From Lorenz Meier
* Eliminated sam3u_internal.h. Use separate header files instead. More ↵Gregory Nutt2013-06-0244-1892/+2723
| | | | renaming from sam3u_ to sam_ to make room in the namespce for the sam4l_
* Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U ↵Gregory Nutt2013-06-0286-7084/+7686
| | | | to SAM to ssupport SAM4. Convert all configs/sam3u-ek configurations to use the kconfig-frontends tool