summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * EFM32 USB: More naming fixes... still does not compileGregory Nutt2014-11-053-57/+66
| |
* | Fix typo in BAS KconfigGregory Nutt2014-11-061-1/+1
| |
* | Recovering from GIT chaosGregory Nutt2014-11-061-18/+31
| |
* | BAS: Conditional compile out use of ftruncate()Gregory Nutt2014-11-061-31/+23
| |
* | BAS: Experimenta change -- ignore carriage returns in CRLF sequenceGregory Nutt2014-11-061-23/+31
| |
* | BAS: Conditional compile out use of ftruncate()Gregory Nutt2014-11-062-0/+12
| |
* | BAS: Use waitpid() instead of wait() which is not supprted by NuttXGregory Nutt2014-11-061-4/+9
| |
* | BAS: Now uses tmpnam() instead of mytmpnam()Gregory Nutt2014-11-051-1/+3
| |
* | Merge remote-tracking branch 'origin/master' into bas24Gregory Nutt2014-11-0515-32/+673
|\|
| * Update ChangeLogGregory Nutt2014-11-052-2/+8
| |
| * 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-054-14/+13
| |
* | A naming kludge that I 'fixed' is actually reuiredGregory Nutt2014-11-041-3/+9
| |
* | BAS: ALL files are not close to the NuttX coding style.. except in variable ↵Gregory Nutt2014-11-0413-383/+1343
| | | | | | | | and function naming
* | BAS: Another file is close to the NuttX C coding styleGregory Nutt2014-11-0410-2995/+5295
| |
* | BAS: Another file is closer to the NuttX coding standardGregory Nutt2014-11-041-153/+328
| |
* | BAS: Another file is closer to the NuttX coding styleGregory Nutt2014-11-041-350/+820
| |
* | BAS: Combine all text files (READEME, LICENSE, and NEWS) into a single ↵Gregory Nutt2014-11-046-71/+68
| | | | | | | | README.txt file
* | 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
| |
* | BAS: Another function is closer to the NuttX coding styleGregory Nutt2014-11-033-1177/+1816
| |
* | BAS: Remove some code that I removed too aggressivelyGregory Nutt2014-11-031-3/+41
| |
* | BAS: Remove config.h and INSTALL files. Add config options to KconfigGregory Nutt2014-11-0315-250/+33
| |
* | Remove dependencies on environ, fstat, GETTEXt, TERMCAP, ncurse, syscfgGregory Nutt2014-11-0312-152/+39
| |
* | Remove dependencies on TGETENT, SIGINT, SIGKILL, and most terminal ↵Gregory Nutt2014-11-037-486/+50
| | | | | | | | configuration logic.
* | 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
| |
* | BAS: Back up the last change... it was right the way it was beforeGregory Nutt2014-11-021-1/+1
| |
* | BAS: Minor fix .. end file position is file size - 1Gregory Nutt2014-11-021-1/+1
| |
* | BAS: Workaround for missing fstatGregory Nutt2014-11-022-2/+54
| |
* | BAS: Another file is closer to the NuttX coding styleGregory Nutt2014-11-027-630/+934
| |
* | BAS: Another file is closer to the coding styleGregory Nutt2014-11-0211-192/+346
| |
* | 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
| |
* | BAS: Conditionally compile out logic that depends on vfork if architecture ↵Gregory Nutt2014-11-021-302/+310
| | | | | | | | does not support it