aboutsummaryrefslogtreecommitdiff
path: root/src/modules/systemlib/systemlib.c
Commit message (Collapse)AuthorAgeFilesLines
* turn on -Werror and fix resulting errorsDaniel Agar2014-12-221-1/+1
|
* Compiler warning fixesDon Gagne2014-07-051-0/+3
|
* systemlib: Warning fixesLorenz Meier2014-06-301-0/+3
|
* Add an option to the systemreset() call and to the reboot command (-b) to ↵px4dev2013-08-031-1/+11
| | | | | | reboot into the bootloader. The system will remain in the bootloader until it's reset, or until an upload is completed.
* Restructure things so that the PX4 configs move out of the NuttX tree, and ↵px4dev2013-08-021-1/+3
| | | | | | most of the PX4-specific board configuration data moves out of the config and into the board driver. Rename some directories that got left behind in the great board renaming.
* Fixed led and reboot linker challenges in C++ environmentsLorenz Meier2013-07-281-0/+4
|
* Rename our 'task_spawn' to 'task_spawn_cmd' since NuttX now has its own ↵px4dev2013-06-011-1/+1
| | | | version of task_spawn that's different.
* Adjusted to renaming of TCB in NuttXLorenz Meier2013-06-011-2/+2
|
* Moved last libs, drivers and headers, cleaned up IO buildLorenz Meier2013-04-281-0/+91