summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update ChangeLogGregory Nutt2014-11-271-0/+3
|
* Minor change to README fileGregory Nutt2014-11-271-1/+4
|
* EEPROM: Add a README fileGregory Nutt2014-11-271-0/+95
|
* EEPROM: Add a README fileGregory Nutt2014-11-274-1/+19
|
* Loop device should return -EINTR is interrupt by a signalGregory Nutt2014-11-271-39/+59
|
* EEPROM: prevent writes past end of device. From Sébastien LorquetGregory Nutt2014-11-271-0/+7
|
* Fix minor typos in C commentsGregory Nutt2014-11-276-6/+6
|
* Fix minor typo in C commentsGregory Nutt2014-11-271-1/+3
|
* Update ChangeLogGregory Nutt2014-11-271-0/+3
|
* fix romfs example builtin app registry issue. From Librae.Gregory Nutt2014-11-271-1/+14
|
* Update ChangeLogGregory Nutt2014-11-271-1/+3
|
* Forgot too add file before last commitGregory Nutt2014-11-271-0/+258
|
* Enable support for STM32F102. https://github.com/PX4/NuttX/pull/28.diffGregory Nutt2014-11-273-0/+56
|
* Fix replicated typo in most of the newly added lpc4357-evb filesGregory Nutt2014-11-268-13/+13
|
* Add some discussio of the LPC4357 to documentation and README filesGregory Nutt2014-11-262-31/+58
|
* Update ChangeLogGregory Nutt2014-11-261-0/+6
|
* Misc changes while verifying the clean build of the LPC4357 portGregory Nutt2014-11-265-46/+34
|
* Fix to get a clean build with EEPROM support disabledGregory Nutt2014-11-262-5/+7
|
* Initial support for the LPC4357-EVB provided by Toby DuckworthGregory Nutt2014-11-2622-1/+5183
|
* Update ChangeLogGregory Nutt2014-11-261-0/+3
|
* Two new fonts from Pierre-noel BoutevilleGregory Nutt2014-11-2627-56/+1679
|
* Update ChangeLogGregory Nutt2014-11-261-0/+4
|
* Add support for generic EEPROM access via a character driver. Add also the ↵Gregory Nutt2014-11-268-3/+970
| | | | EEPROM driver itself. From Sebastien Lorquet
* Fix some typos in the ReleaseNotesGregory Nutt2014-11-261-7/+7
|
* Preparing for NuttX-7.6 Releasenuttx-7.6Gregory Nutt2014-11-262-11/+57
|
* Preparing for NuttX-7.6 ReleaseGregory Nutt2014-11-266-24/+421
|
* More ccpcheck-related fixesGregory Nutt2014-11-252-1/+2
|
* Another fix misthink in big cppcheck changedGregory Nutt2014-11-251-1/+1
|
* Fix a typo introduced with the cppcheck fixesGregory Nutt2014-11-251-1/+1
|
* Fixes for more cppcheck complaints.Gregory Nutt2014-11-258-28/+25
|
* Fixes for more issues found by cppcheckGregory Nutt2014-11-257-19/+19
|
* Fixes for more cppcheck complaints. Mostly cosmeticGregory Nutt2014-11-258-418/+424
|
* Fixes for more cppcheck complaints. Mostly cosmeticGregory Nutt2014-11-2514-33/+44
|
* Fix more issues detected by cppcheckGregory Nutt2014-11-252-25/+24
|
* Fix some memeory leaks detected by cppcheckGregory Nutt2014-11-253-4/+18
|
* More fixes to problems noted by cppcheck. Some are kind of risky; some are ↵Gregory Nutt2014-11-259-14/+9
| | | | real bugs.
* More fixes to problems noted by cppcheck. Some are kind of risky; some are ↵Gregory Nutt2014-11-2514-28/+38
| | | | real bugs.
* More fixes to problems noted by cppcheck. Some are kind of risky; some are ↵Gregory Nutt2014-11-2537-139/+155
| | | | real bugs.
* More fixes to issues noted by cppcheckGregory Nutt2014-11-2510-25/+15
|
* Fixes for more complaints from cppcheckGregory Nutt2014-11-2510-73/+77
|
* Fixes for more complaints from cppcheckGregory Nutt2014-11-256-94/+45
|
* If SAM4E-EK is selected, then configs/Kconfig must select ARCH_PHY_INTERRUPTGregory Nutt2014-11-251-0/+1
|
* Fixes for more issues found by cppcheckGregory Nutt2014-11-243-4/+3
|
* More bugs/warnings found by cppcheckGregory Nutt2014-11-244-11/+22
|
* Various issues/bugs detected by cppcheckGregory Nutt2014-11-246-8/+10
|
* Nucleo F4x1RE: Stangeness in initialization noted by Sébastien LorquetGregory Nutt2014-11-242-3/+11
|
* Nucleo F4x1RE: Typos in previously untested code. message() does not exist, ↵Gregory Nutt2014-11-241-2/+2
| | | | return value from void function, missing inclusion of errno.h. From Sébastien Lorquet
* Fix BAS configuration from last change; refresh STM32 F4 NSH configurationGregory Nutt2014-11-242-5/+5
|
* BAS: Editor and shell commands are now configurableGregory Nutt2014-11-243-4/+19
|
* Update comments and READMEGregory Nutt2014-11-243-6/+16
|