Daniel Agar
|
01cc966b3b
|
format src/systemcmds/reboot
|
2015-09-05 12:21:11 -04:00 |
|
Mark Charlebois
|
f7fe6a037d
|
Converted getopt use to px4_getopt
In the posix and qurt builds, getopt is not thread safe so px4_getopt
should be used instead.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
|
2015-06-19 11:39:08 -07:00 |
|
Mark Charlebois
|
0c1c58c418
|
Fixed overzealous px4_ prefixing
Some files had px4_px4_ prefixed functions.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
|
2015-05-06 15:32:04 -07:00 |
|
Mark Charlebois
|
9758112e31
|
Use px4_config.h instead of nuttx/config.h
Modified code to use OS independent header file for config settings.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
|
2015-04-20 10:55:41 -07:00 |
|
Daniel Agar
|
8aae66b893
|
trivial code style cleanup round 2
|
2015-03-27 23:38:58 -04:00 |
|
Lorenz Meier
|
35e7e375de
|
reboot command: Reduce stack size to 800 - it really just reboots and does not need stack
|
2014-05-15 09:03:45 +02:00 |
|
px4dev
|
e931d3b9cd
|
Add an option to the systemreset() call and to the reboot command (-b) to reboot into the bootloader.
The system will remain in the bootloader until it's reset, or until an upload is completed.
|
2013-08-03 22:35:18 -07:00 |
|
Lorenz Meier
|
4e5eb9740b
|
Fixed led and reboot linker challenges in C++ environments
|
2013-07-28 14:50:27 +02:00 |
|
Lorenz Meier
|
3d6aff38da
|
Merged
|
2013-04-27 11:38:06 +02:00 |
|
Lorenz Meier
|
2289c0bb21
|
Moved all system commands to new build system
|
2013-04-27 11:30:41 +02:00 |
|