summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo that disconnected the DMA range validation checker from the actual...px4dev2013-09-291-1/+1
* Add an explicit preflight call for SDIO DMA operations, since we can't error ...px4dev2013-09-081-29/+46
* Fix DMA channel definitions for UART7/8px4dev2013-09-011-4/+4
* Teach the STM32 SDIO driver how to determine whether a transfer can be perfor...px4dev2013-09-011-47/+61
* Fix the Kconfig configuration for the STM32 SDIO DMA priority option.px4dev2013-09-011-0/+8
* Enhance the stm32_dmacapable implementation to give correct answers.px4dev2013-09-014-10/+241
* Fix STM32 UART7/8 kconfig names and UART DMA dependencies.px4dev2013-09-011-34/+34
* STM32 BxCAN filter registers are only accessible via the CAN1 register block;...px4dev2013-08-112-39/+72
* Add CAN configuration to STM32 config menuGregory Nutt2013-08-111-1/+15
* Fixed serial init for non-reordering caseLorenz Meier2013-07-281-1/+8
* Added option to disable serial port reorderingLorenz Meier2013-07-282-1/+22
* HACK: don't call the card-changed callback with interrupts disabled, as it me...Lorenz Meier2013-07-171-1/+2
* Merged in upstream, took upstream UART driver without changes, needs re-evalu...Lorenz Meier2013-06-1368-2214/+7483
* Merge branch 'hardware_flow_control' into integrationLorenz Meier2013-06-061-43/+125
|\
| * Merge branch 'upstream' into hardware_flow_controlLorenz Meier2013-06-0695-6737/+12840
| |\
| * | Hardware flow control bitsLorenz Meier2013-06-021-43/+125
* | | Merge branch 'master' of http://git.code.sf.net/p/nuttx/git into integrationLorenz Meier2013-06-0614-139/+2317
|\ \ \ | | |/ | |/|
| * | 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-056-17/+363
| * | 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
* | | Cleanup on stack checkLorenz Meier2013-06-051-1/+1
* | | Merged upstream NuttXLorenz Meier2013-06-0531-446/+3490
|\| |
| * | 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-034-4/+175
| * | Add vector and chip cability definitions for the SAM4L familyGregory Nutt2013-06-036-14/+166
| * | Add interrupt and memory map definitions for the AT91SAM4LGregory Nutt2013-06-033-5/+169
* | | Merge branch 'master' of http://git.code.sf.net/p/nuttx/git into integrationLorenz Meier2013-06-0370-6604/+7485
|\| |
| * | Rename sam3u/ architecture directories to sam34/ to include the SAM4LGregory Nutt2013-06-0254-158/+158
| * | Add missing NSH configuration settings. Correct some conditional logic for S...Gregory Nutt2013-06-022-2/+2
| * | Eliminated sam3u_internal.h. Use separate header files instead. More renamin...Gregory Nutt2013-06-0230-1597/+2421
| * | Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to...Gregory Nutt2013-06-0256-5094/+5151
| |/
* | Merge branch 'stack_check' into integrationLorenz Meier2013-06-024-0/+36
|\ \
| * | Added stack checking for ARMv7M using R10, R10 NOT reserved yetLorenz Meier2013-06-024-0/+36
| |/
* | Merge branch 'kconfig_fixes' into integrationLorenz Meier2013-06-024-5/+12
|\ \
| * | KConfig fixes for STM32F4 (fixes flash prefetch never being enabled, added tw...Lorenz Meier2013-06-022-2/+2
| |/
| * .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
| * Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-1/+1
| * Fix STM32F1 and F3 USB device driver. It was not handling NULL packets corre...Gregory Nutt2013-05-291-2/+10
* | Config improvementsLorenz Meier2013-06-013-1112/+1162
|/
* Add support for the STM32 Tiny development board from Laurent LatilGregory Nutt2013-05-281-0/+2
* STM32F103C4 and F103C8 chip support from Laurent LatilGregory Nutt2013-05-283-2/+285