summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BAS: Another file closer to the coding standardGregory Nutt2014-11-023-149/+300
|
* 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-024-1263/+1317
|
* BAS: More modifications for closer comliance to the NuttX coding standardGregory Nutt2014-11-021-216/+568
|
* BAS: Add file headerGregory Nutt2014-11-021-3/+67
|
* BAS: More modifications for closer comliance to the NuttX coding standardGregory Nutt2014-11-021-94/+486
|
* BAS: Another file is closer to the NuttX coding standardGregory Nutt2014-11-012-975/+1322
|
* Another BAS file is closer to the NuttX coding standardGregory Nutt2014-11-011-1062/+1320
|
* Remove another unused fileGregory Nutt2014-11-011-1103/+0
|
* Another file is close to the NuttX coding standardGregory Nutt2014-11-011-319/+439
|
* A few baby steps toward getting closer to the coding standardGregory Nutt2014-11-017-1388/+1730
|
* Disable BINFS in the sim/bas configGregory Nutt2014-11-011-1/+1
|
* Remove more files that are unnecessary for NuttXGregory Nutt2014-11-013-3419/+0
|
* Remove some autoconfig files, include nuttx/clock.h in global.c, main.c need ↵Gregory Nutt2014-11-018-8708/+114
| | | | to use the NuttX getopt not the system getopt_long
* Remove duplicate getopt() in BASGregory Nutt2014-11-015-1371/+3
|
* New version of configs/bas: Runs BAS as an NSH builtinGregory Nutt2014-11-013-0/+947
|
* Add suppport to build BAS as a NSH builtinGregory Nutt2014-11-011-0/+13
|
* 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-0137-17/+15266
|\
| * SYSLOG timestamp configuration option should not depend on CONFIG_SYSLOG and ↵Gregory Nutt2014-11-011-3/+3
| | | | | | | | the default value should be n
| * 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
| |
| * EFM32: Add DAC header fileGregory Nutt2014-10-311-0/+883
| |
| * EFM32: Add BURTC header fileGregory Nutt2014-10-311-0/+471
| |
| * EFM32: Add PRS signalsGregory Nutt2014-10-311-0/+85
| |
| * EFM32: Add ADC heder fileGregory Nutt2014-10-311-0/+751
| |
| * EFM32: Add I2C header fileGregory Nutt2014-10-311-0/+800
| |
| * EFM32: Add PRS header fileGregory Nutt2014-10-311-0/+525
| |
| * EFM32: Add PCNT header fileGregory Nutt2014-10-311-0/+529
| |
| * EFM32: Add RMU header fileGregory Nutt2014-10-311-0/+205
| |
| * EFM32: Add EMU header fileGregory Nutt2014-10-311-0/+442
| |
| * EFM32: Add VCMP header fileGregory Nutt2014-10-316-1716/+1971
| |
| * EFM32: Add RTC header fileGregory Nutt2014-10-311-0/+281
| |
| * EFM32: Add AES header fileGregory Nutt2014-10-311-0/+327
| |
| * EFM32: Add watchdog header fileGregory Nutt2014-10-312-0/+178
| |
| * EFM32: Add LETIMER header fileGregory Nutt2014-10-312-1/+489
| |
| * EFM32: Add ACMP header fileGregory Nutt2014-10-312-0/+402
| |
| * EFM32: Add timer header fileGregory Nutt2014-10-311-0/+1219
| |
| * EFM32: Changes picked up from Pierre's repositoryGregory Nutt2014-10-302-0/+7
| |
| * Costmetic changes -- spacing, comments.Gregory Nutt2014-10-304-3/+4
| |
| * SAM3/4: Fix error serial TERMIOS ioctl handlingGregory Nutt2014-10-302-3/+4
| |
* | Merge remote-tracking branch 'origin/master' into bas24Gregory Nutt2014-10-3018-23/+44
|\|
| * Update document and READMEGregory Nutt2014-10-302-0/+3
| |