summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
...
* EFM32: More USB register name corrections. Still incompleteGregory Nutt2014-11-123-36/+37
|
* 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.
* 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.
* 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
|
* 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-101-0/+3
|
* 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-1019-2120/+15
|
* Update ChangeLogGregory Nutt2014-11-101-0/+2
|
* Support for the STM32F103RG. From Murilo PonteGregory Nutt2014-11-103-2/+10
|
* EFM32: Reduce writes to the CTRL registerGregory Nutt2014-11-091-9/+3
|
* EFM32: Fix issues associated with SPI bi order. From PierreGregory Nutt2014-11-092-12/+33
|
* EFM32: Fix typo in connecting ODD GPIO interrupt. Noted by PierreGregory Nutt2014-11-082-2/+2
|
* 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: Rename examples/bas to examples/bastest. Hook into build and ↵Gregory Nutt2014-11-072-1/+3
| | | | | | | | configuration system. Finish ROMFS logic
* | 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++ ↵Gregory Nutt2014-11-064-18/+48
| | | | | | | | compilation errors. Noted by Lorenz Meier
| * 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 ↵Gregory Nutt2014-11-042-2/+2
| | | | | | | | 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
|\|