summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Added option to disable serial port reorderingLorenz Meier2013-07-282-1/+22
|
* cdcacm: added FIONREAD and FIONWRITE to cdcacm driverAndrew Tridgell2013-07-251-0/+48
| | | | based on serial.c implementation
* Added support for FIONREAD and FIONWRITE, added input / output processing ↵Lorenz Meier2013-07-183-44/+274
| | | | support for UART and CDCACM serial ports. Implemented by Mike Smith, Andrew Tridgell and Lorenz Meier
* Added missing entry in nsh.h for cmd_cmpLorenz Meier2013-07-181-0/+3
|
* Added cmp command, from Andrew TridgellLorenz Meier2013-07-182-0/+83
|
* HACK: don't call the card-changed callback with interrupts disabled, as it ↵Lorenz Meier2013-07-171-1/+2
| | | | means that timeouts don't work.
* Merge branch 'integration' of github.com:PX4/NuttXLorenz Meier2013-06-17315-6385/+26717
|\
| * added MacOs files to gitignore, since our devs are already struggling enoughLorenz Meier2013-06-171-0/+1
| |
| * Enabled HW flow controlLorenz Meier2013-06-171-0/+2
| |
| * Merge branch 'integration' of github.com:PX4/NuttX into integration_uartLorenz Meier2013-06-173-8/+4
| |\
| | * Removed stack checking from IOLorenz Meier2013-06-073-8/+4
| | |
| * | Merged in upstream, took upstream UART driver without changes, needs ↵Lorenz Meier2013-06-13234-3460/+13766
| |/ | | | | | | re-evaluation (minor diffs to local version)
| * Merge branch 'hardware_flow_control' into integrationLorenz Meier2013-06-063-43/+140
| |\
| | * Merge branch 'upstream' into hardware_flow_controlLorenz Meier2013-06-06174-9804/+19994
| | |\
| | * | Hardware flow control bitsLorenz Meier2013-06-023-43/+140
| | | |
| * | | Tracking NuttX config changesLorenz Meier2013-06-061-0/+1
| | | |
| * | | Merge branch 'master' of http://git.code.sf.net/p/nuttx/git into integrationLorenz Meier2013-06-0626-229/+2642
| |\ \ \ | | | |/ | | |/|
| | * | 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
| | | |
| * | | Cleanup on stack checkLorenz Meier2013-06-053-7/+11
| | | |
| * | | Merged upstream NuttXLorenz Meier2013-06-0563-714/+6869
| |\| |
| | * | 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
| | | |
| * | | Merge branch 'master' of http://git.code.sf.net/p/nuttx/git into integrationLorenz Meier2013-06-03119-9584/+11187
| |\| |
| * | | Merge branch 'stack_check' into integrationLorenz Meier2013-06-025-1/+37
| |\ \ \
| | * | | Added stack checking for ARMv7M using R10, R10 NOT reserved yetLorenz Meier2013-06-025-1/+37
| | | |/ | | |/|
| * | | Merge branch 'spurious_assert' into integrationLorenz Meier2013-06-021-1/+2
| |\ \ \
| | * | | Commented out spurious assertLorenz Meier2013-06-021-1/+2
| | |/ /
| * | | Enable stack checking for FMULorenz Meier2013-06-021-0/+1
| | | |
| * | | Merge branch 'kconfig_fixes' into integrationLorenz Meier2013-06-02295-2843/+5944
| |\ \ \
| | * | | KConfig fixes for STM32F4 (fixes flash prefetch never being enabled, added ↵Lorenz Meier2013-06-024-3/+20
| | |/ / | | | | | | | | | | | | two NSH options to KConfig)
| * | | Updated defconfig, now 100% vetted vs. old config AND KConfig cleanLorenz Meier2013-06-022-52/+64
| | | |
| * | | Added transitional tools to gitignoreLorenz Meier2013-06-021-0/+3
| | | |
| * | | Re-enable sys log to work around USB vs. ttyS0 issue - works, but needs ↵Lorenz Meier2013-06-011-2/+3
| | | | | | | | | | | | | | | | further attention