summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update ChangeLogGregory Nutt2014-11-121-0/+20
|
* Remove the definition of INT_FAST32_MIN which is already defined in stdint.h ↵Gregory Nutt2014-11-121-3/+0
| | | | (the correct location). From Lorenz Meier.
* Extend misc/tools/.gitignore to ignore kruft left deom kconfig-frontends ↵Gregory Nutt2014-11-121-0/+37
| | | | builds. From Sebastien Lorquet
* Updates the px4fmu-v2_upstream config using menuconfig. From Lorenz Meier.Gregory Nutt2014-11-121-81/+229
|
* The definition of strncpy() is that empty space should be zero-filled, the ↵Gregory Nutt2014-11-121-1/+2
| | | | patch adds the zero filling (I didn’t know this, see e.g. the POSIX spec here: http://pubs.opengroup.org/onlinepubs/7908799/xsh/strncpy.html). From Lorenz Meier.
* Defines inline functions as not instrumented - this is relevant for anyone ↵Gregory Nutt2014-11-121-1/+1
| | | | using instrumentation. From Lorenz Meier.
* Add protection from C++ name mangling in the ARM up_internal.h. From Lorenz ↵Gregory Nutt2014-11-121-14/+26
| | | | Meier.
* Fix prolblems with redefinitions of fdb macro. With the fix to the syslog ↵Gregory Nutt2014-11-121-27/+28
| | | | prototype, a LOG priority must now be the first paramter. Fixed by replacing all occurrences of fdbg with syslog(LOG_DEBUG, and eliminating the macro redefinitions. Noted by Sebastien Lorquet.
* If the INTR granule allocator mode is enabled, there is noGregory Nutt2014-11-121-0/+2
| | | | semaphore to destroy. From Lorenz Meier.
* Rename all C files in apps/interpreters/bas to begin with bas_ in order to ↵Gregory Nutt2014-11-1128-352/+347
| | | | avoid future name collisions in libapps.a
* Update ChangeLogGregory Nutt2014-11-111-1/+7
|
* From Lorenz Meier: The implementation of access() as vararg macro has the ↵Gregory Nutt2014-11-113-4/+96
| | | | issue that any function call with the same name (even in a C++ class) will match with it and result in a compile error. I have replaced it with a small function, and tried to have decent documentation as well. This resolves the compile issue, and shouldn’t have negative side effects for users of the function.
* Update README filesGregory Nutt2014-11-112-0/+190
|
* BAS: Home cursor after clearing screenGregory Nutt2014-11-113-4/+3
|
* Fix a typo in an I2C header file. From Jahu NiskanenGregory Nutt2014-11-111-1/+1
|
* Check link target - do nothing if link is already created and the target ↵Gregory Nutt2014-11-111-0/+9
| | | | matches the request. From Freddie Chopin.
* Update ChangeLogGregory Nutt2014-11-101-0/+2
|
* Fix an important bug in the watchdog creation logicGregory Nutt2014-11-101-1/+1
|
* Update ChangeLogsGregory Nutt2014-11-102-0/+5
|
* BAS: Add support for color commandGregory Nutt2014-11-104-7/+95
|
* Add ANSI/VT100 color codesGregory Nutt2014-11-101-0/+30
|
* Refresh configurationGregory Nutt2014-11-101-70/+212
|
* Update ChangeLogGregory Nutt2014-11-101-0/+5
|
* Remove stm32f100rc_generic board configurationGregory Nutt2014-11-1021-31/+162
|
* Update ChangeLogGregory Nutt2014-11-101-0/+2
|
* Support for the STM32F103RG. From Murilo PonteGregory Nutt2014-11-103-2/+10
|
* Remove circular dependins in the Kconfig files. Makes select of ↵Gregory Nutt2014-11-101-3/+4
| | | | apps/examples/bastest a little more difficult
* BAS: output a new line when terminating to separate the last BAS output from ↵Gregory Nutt2014-11-092-1/+13
| | | | the NSH prompt
* EFM32: Reduce writes to the CTRL registerGregory Nutt2014-11-091-9/+3
|
* BAS: A few more fixes to the testGregory Nutt2014-11-092-3/+9
|
* BAS: Misc changes to test filesGregory Nutt2014-11-095-343/+382
|
* BAS: Accept either BS or DEL as the backspace charactgerGregory Nutt2014-11-091-1/+12
|
* EFM32: Fix issues associated with SPI bi order. From PierreGregory Nutt2014-11-092-12/+33
|
* BAS: More name compatibility changesGregory Nutt2014-11-085-388/+388
|
* More global variable name changes for NuttX coding standards compatibility. ↵Gregory Nutt2014-11-085-27/+36
| | | | Make sure that g_bas_end is initially false
* BAS: Fix another case were allocated pointer not being nullified and, hence, ↵Gregory Nutt2014-11-083-1479/+1485
| | | | crashing the next time referenced after restarting BAS. Also bring even more global varialbles and type names into NuttX coding standard
* Need to nullify a pointer when BAS exits so that it is in the right state on ↵Gregory Nutt2014-11-082-207/+214
| | | | restart. Also bring a few global variables into the NuttX naming convention
* Should include termios.hGregory Nutt2014-11-081-0/+1
|
* CosmeticGregory Nutt2014-11-082-6/+5
|
* Auto select ROMFS if BASTEST is selectedGregory Nutt2014-11-081-0/+1
|
* EFM32: Fix typo in connecting ODD GPIO interrupt. Noted by PierreGregory Nutt2014-11-082-2/+2
|
* token.l should use nuttx/config.h not config.hGregory Nutt2014-11-071-1/+1
|
* Update ChangeLogGregory Nutt2014-11-071-0/+6
|
* Merge remote-tracking branch 'origin/master' into bas24Gregory Nutt2014-11-073-4/+24
|\
| * Fix incorrect commentGregory Nutt2014-11-071-3/+1
| |
| * Update ChangeLogGregory Nutt2014-11-071-1/+2
| |
| * Extend MTD support to M25P16. From Sébastien LorquetGregory Nutt2014-11-071-0/+21
| |
* | BAS: Fix some build errors wtih apps/examples/bastestGregory Nutt2014-11-075-13/+32
| |
* | BAS: Rename examples/bas to examples/bastest. Hook into build and ↵Gregory Nutt2014-11-0763-7/+391
| | | | | | | | configuration system. Finish ROMFS logic
* | BAS: Convert all BAS text scripts to BASIC filesGregory Nutt2014-11-0753-1612/+50
| |