summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 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
| * NxWM::CTaskbar: Add a method to redraw the task bar and the top application....Gregory Nutt2013-06-043-9/+21
| * 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
| * 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
|\|
| * 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 S...Gregory Nutt2013-06-026-3/+27
| * Eliminated sam3u_internal.h. Use separate header files instead. More renamin...Gregory Nutt2013-06-0244-1892/+2723
| * Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to...Gregory Nutt2013-06-0286-7084/+7686
| * Updates to README filesGregory Nutt2013-06-019-572/+600
* | 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 tw...Lorenz Meier2013-06-024-3/+20
| |/
| * Add NRF24L01 terminal example. From Laurent Latil.Gregory Nutt2013-06-018-8/+494
| * Fix nRF24L01+ driver integration for the STM32 Tiny. From Laurent Latil.Gregory Nutt2013-06-012-36/+86
| * Add NSRF42L01 driver. From Laurent LatilGregory Nutt2013-06-0117-757/+3415
| * Fix that way that NxWight UnitTests are reigistered as NSH builtin appsGregory Nutt2013-05-3040-115/+176
| * The Makefile in every directory that can generate a .dSYM should also clean ....Gregory Nutt2013-05-309-4/+8
| * .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-30199-201/+11
| * Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-30225-1807/+1727
| * Optimize request buffer sizes in the serial USB drivers so that we avoid so m...Gregory Nutt2013-05-296-57/+64
| * Fix STM32F1 and F3 USB device driver. It was not handling NULL packets corre...Gregory Nutt2013-05-297-76/+164
* | 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 furth...Lorenz Meier2013-06-011-2/+3
* | Checkpoint: Board bootingLorenz Meier2013-06-015-18/+115
* | Config improvementsLorenz Meier2013-06-015-1118/+1179
* | Integration with main Firmware repo, adjusting new-style configsLorenz Meier2013-06-0113-1756/+185
* | Config updatesLorenz Meier2013-06-013-152/+112
* | Updated FMU and IO configsLorenz Meier2013-06-0134-1582/+3406
* | Added stack checkingLorenz Meier2013-05-313-2/+42
* | Almost compiling FMU configLorenz Meier2013-05-318-163/+1055
* | Added FMU config, used different name to prevent with px4fmu pre-menuconfig c...Lorenz Meier2013-05-3028-0/+5598
|/