aboutsummaryrefslogtreecommitdiff
path: root/src/modules/systemlib
Commit message (Collapse)AuthorAgeFilesLines
* Add an option to the systemreset() call and to the reboot command (-b) to ↵px4dev2013-08-032-2/+12
| | | | | | 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-282-3/+7
|
* Merged masterLorenz Meier2013-07-202-1/+49
|\
| * Merge branch 'master' into autostartLorenz Meier2013-07-181-2/+2
| |\
| * | Implemented new, simple system boot config and sane default value system ↵Lorenz Meier2013-07-152-1/+49
| | | | | | | | | | | | based on two parameters evaluated at boot time
* | | Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-07-161-2/+2
|\ \ \ | | |/ | |/|
| * | Removed unneccesary casts in airspeed calculation to double precisionLorenz Meier2013-07-151-2/+2
| |/
* | Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-07-101-21/+21
|\|
| * Merged CPU load changes by freddie chopinLorenz Meier2013-07-091-21/+21
| |
* | Merge branch 'master' of https://github.com/PX4/Firmware into fmuv2_bringuppx4dev2013-07-079-77/+116
|\|
| * Small improvements in system libLorenz Meier2013-07-043-5/+20
| |
| * Merge branch 'master' of github.com:PX4/Firmware into origin_integrationLorenz Meier2013-07-022-32/+60
| |\
| | * Copyright fixesAnton Babushkin2013-06-222-10/+26
| | |
| | * multirotor_attitude_control performance improved, tested in flight. PID ↵Anton Babushkin2013-06-202-24/+36
| | | | | | | | | | | | library new functionality and bugfixes.
| * | Merged masterLorenz Meier2013-06-062-3/+18
| |\|
| * | Rename our 'task_spawn' to 'task_spawn_cmd' since NuttX now has its own ↵px4dev2013-06-012-2/+2
| | | | | | | | | | | | version of task_spawn that's different.
| * | Adjusted to renaming of TCB in NuttXLorenz Meier2013-06-014-36/+32
| | |
| * | Integration WIP with current NuttX versionLorenz Meier2013-06-011-2/+2
| | |
* | | Add a mechanism for cancelling begin/end perf counters.px4dev2013-07-052-8/+47
| | |
* | | More implementation for the serial side on IO; fix a couple of bugs on the ↵px4dev2013-06-281-16/+2
| | | | | | | | | | | | | | | | | | FMU side. Still needs serial init and some more testing/config on the FMU side, but closer to being ready to test.
* | | Checkpoint: interface abstraction for px4io driverpx4dev2013-06-252-104/+169
| | |
* | | Merge branch 'master' into fmuv2_bringupLorenz Meier2013-06-102-3/+18
|\ \ \ | | |/ | |/|
| * | Removed some debugging codeSimon Wilks2013-06-041-2/+1
| | |
| * | Completed main implementation and debuggingSimon Wilks2013-06-042-4/+20
| |/
* | Merge branch 'fmuv2_bringup' into fmuv2_bringup_io2px4dev2013-05-224-2/+21
|\|
| * Merged ETS airspeed driverLorenz Meier2013-05-091-1/+1
| |
| * ROMFS wide quad mixer addition and cleanupLorenz Meier2013-05-053-1/+20
| |
* | Serial interface for IOv2px4dev2013-04-282-5/+55
|/
* Moved last libs, drivers and headers, cleaned up IO buildLorenz Meier2013-04-2845-0/+11810