summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* BAS: Rename examples/bas to examples/bastest. Hook into build and configurat...Gregory Nutt2014-11-072-1/+3
* Merge remote-tracking branch 'origin/master' into bas24Gregory Nutt2014-11-0610-77/+132
|\
| * Update csdtio tooGregory Nutt2014-11-061-1/+15
| * Can't use formal parameter name 'template' in stdlib.h. Causes C++ compilati...Gregory Nutt2014-11-064-18/+48
| * Update ChangeLogGregory Nutt2014-11-051-0/+2
| * rwbuffer, fix compiler errorGregory Nutt2014-11-051-1/+1
| * EFM32 USB: More naming fixes... still does not compileGregory Nutt2014-11-053-57/+66
* | Merge remote-tracking branch 'origin/master' into bas24Gregory Nutt2014-11-0511-18/+668
|\|
| * Update ChangeLogGregory Nutt2014-11-051-2/+6
| * Add tmpnam() and tempnam()Gregory Nutt2014-11-052-0/+200
| * Add tmpnam() and tempnam()Gregory Nutt2014-11-055-25/+77
| * Add mktemp() and mkstemp()Gregory Nutt2014-11-054-1/+385
| * Move CONFIG_NSH_TMPDIR to CONFIG_LIBC_TMPDIRGregory Nutt2014-11-051-0/+10
* | BAS: Combine all text files (READEME, LICENSE, and NEWS) into a single README...Gregory Nutt2014-11-042-2/+2
* | Merge remote-tracking branch 'origin/master' into bas24Gregory Nutt2014-11-049-515/+10883
|\|
| * EFM32 USB: A few more naming conversions... still a long way to goGregory Nutt2014-11-043-120/+126
| * EFM32: Port USB device and host drivers from STM32. Still does not compileGregory Nutt2014-11-046-506/+10820
| * EFM32: Add USB build supportGregory Nutt2014-11-044-7/+26
| * Update DocumentationGregory Nutt2014-11-031-7/+36
* | Merge remote-tracking branch 'origin/master' into bas24Gregory Nutt2014-11-0321-24/+2113
|\|
| * Update ChangeLogGregory Nutt2014-11-031-0/+3
| * STM32GG Starter Kit: Misc bugfixes for clean compile of the NSH configurationGregory Nutt2014-11-033-10/+24
| * STM32GG Starter Kit: Add basic NSH configurationGregory Nutt2014-11-037-4/+1049
| * STM32GG Starter Kit: Add Makefile and boot logicGregory Nutt2014-11-032-0/+181
| * STM32GG Starter Kit: Add Kconfig and linker script filesGregory Nutt2014-11-032-0/+132
| * EFM32GG: Add a few files for the starter kitGregory Nutt2014-11-039-15/+729
* | Merge remote-tracking branch 'origin/master' into bas24Gregory Nutt2014-11-031-1/+1
|\|
| * Fix typo is SAM4E pinmap fileGregory Nutt2014-11-031-1/+1
* | Merge remote-tracking branch 'origin/master' into bas24Gregory Nutt2014-11-021-1/+1
|\|
| * Cosmetic. Fix some conditional logic in some conditioned out codeGregory Nutt2014-11-021-1/+1
* | Merge remote-tracking branch 'origin/master' into bas24Gregory Nutt2014-11-022-14/+39
|\|
| * MM: Minimum memory allocation must to up to 32 if sizeof pointer is 8-bytesGregory Nutt2014-11-022-14/+39
* | SIM: Add more symbols to /arch/sim/src/nuttx-names.datGregory Nutt2014-11-021-0/+4
* | Oops... accidentally checked in a debug-only change with the last commitGregory Nutt2014-11-021-1/+1
* | Can't use isatty, tcsetattr, or tcgettr is CONFIG_SERIAL_CONSOLE is not definedGregory Nutt2014-11-021-1/+1
* | Disable BINFS in the sim/bas configGregory Nutt2014-11-011-1/+1
* | Remove duplicate getopt() in BASGregory Nutt2014-11-011-1/+1
* | New version of configs/bas: Runs BAS as an NSH builtinGregory Nutt2014-11-013-0/+947
* | Back out configs/sim/basGregory Nutt2014-11-013-860/+0
* | Add configs/sim/basGregory Nutt2014-11-013-0/+860
* | Merge remote-tracking branch 'origin/master' into bas24Gregory Nutt2014-11-0134-15/+15262
|\|
| * SYSLOG timestamp configuration option should not depend on CONFIG_SYSLOG and ...Gregory Nutt2014-11-011-3/+3
| * EFM32 ROM table header filesGregory Nutt2014-11-013-0/+420
| * EFM32: Add LESENSE header fileGregory Nutt2014-11-011-0/+2160
| * EFM32: Add USB header fileGregory Nutt2014-11-011-0/+3114
| * Add optional timestamp to syslog output. From pn_bouteville@yahoo.frGregory Nutt2014-11-013-11/+62
| * Remove carriage returnsGregory Nutt2014-11-011-916/+916
| * ARMv7-M: ETM header fileGregory Nutt2014-11-016-0/+940
| * EFTM32 ITM: Add missing ~ in bit clear operation. From pn_bouteville@yahoo.frGregory Nutt2014-11-011-1/+1
| * EFM32: Add LCD header fileGregory Nutt2014-10-311-0/+714