aboutsummaryrefslogtreecommitdiff
path: root/src/modules/gpio_led
Commit message (Collapse)AuthorAgeFilesLines
* trivial code style cleanup round 2Daniel Agar2015-03-271-0/+2
|
* GPIO led: Do not allocate memory statically, but only when module loadsLorenz Meier2015-03-081-5/+6
|
* Hotfix: Optimize shell commands for size - we do not need massive ↵Lorenz Meier2014-08-131-0/+2
| | | | performance there
* More tab fixesDon Gagne2014-06-291-2/+2
|
* Use same warnx/exit patternDon Gagne2014-06-291-7/+3
|
* Fix bugs found through compiler warningsDon Gagne2014-06-291-1/+2
|
* commander: failsafe_state removed, replaced with bool failsafe, navigation ↵Anton Babushkin2014-06-161-1/+1
| | | | state and failsafe determined directly from main state and conditions
* gpio_led: code style fixedAnton Babushkin2014-03-131-2/+4
|
* gpio_led: bugs fixedAnton Babushkin2014-03-131-24/+17
|
* gpio_led: bugs fixed, PX4FMUv2 support addedAnton Babushkin2014-02-111-26/+54
|
* Merge remote-tracking branch 'px4/new_state_machine_drton' into ↵Julian Oes2013-08-151-4/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | fmuv2_bringup_new_state_machine_drton Conflicts: src/drivers/blinkm/blinkm.cpp src/drivers/px4io/px4io.cpp src/modules/commander/state_machine_helper.c src/modules/px4iofirmware/protocol.h src/modules/px4iofirmware/registers.c src/modules/systemlib/systemlib.h src/systemcmds/reboot/reboot.c
| * Renamed actuator_safety back to actuator_armed, compiling but untestedJulian Oes2013-07-151-7/+7
| |
| * Merged masterLorenz Meier2013-07-151-22/+85
| |\
| * | Introduced new actuator_safety topicJulian Oes2013-06-141-5/+11
| | |
| * | Two hacks here to make it compileJulian Oes2013-06-121-3/+4
| | |
* | | More compile fixesLorenz Meier2013-07-161-5/+5
| |/ |/|
* | General cleanup of /dev/px4io and /dev/px4fmuJean Cyr2013-07-091-9/+4
| | | | | | | | | | | | | | - Use distinct common symbols for px4io and px4fmu device files, and use instead of hardcoded filenames - Use common symbols defining px4io bits consistently between px4fmu and px4io builds.
* | gpio_led: minor usage fixAnton Babushkin2013-07-061-4/+4
| |
* | gpio_led: PX4IO RELAY and ACC outputs support, some fixesAnton Babushkin2013-07-061-21/+89
|/
* HOTFIX: Added start / stop syntax to GPIO led commandLorenz Meier2013-06-051-22/+48
|
* Code style fixedAnton Babushkin2013-05-221-3/+19
|
* Added GPIO_EXT1/GPIO_EXT2 selection.Anton Babushkin2013-05-221-7/+23
|
* Merge branch 'master' into gpio_ledAnton Babushkin2013-05-092-0/+198