aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/blinkm
Commit message (Collapse)AuthorAgeFilesLines
* Compiler warning fixesDon Gagne2014-07-051-1/+1
|
* Merged upstream master into gnss_rework branchKynos2014-06-301-2/+3
|\
| * commander and navigator: lot's of changes, failsafe handling in commander, ↵Julian Oes2014-05-271-2/+3
| | | | | | | | navigator only for execution (WIP)
* | U-blox driver rework, step 2Kynos2014-05-301-7/+1
|/ | | | | | | Moved satellite info from vehicle_gps_position_s into a new uORB topic satellite_info. Renamed satellites_visible to satellites_used to reflect true content. sdlog2 will log info for GPS satellites only for now.
* blinkm: Remove the barrage of static variables in mainloop, eating up RAM ↵Lorenz Meier2014-05-131-26/+41
| | | | for everybody
* ALTCTRL/POSCTRL renamed to ALTCTL/POSCTLAnton Babushkin2014-05-111-2/+2
|
* Replaces poshold/althold with posctrl/altctrlTickTock-2014-04-281-2/+2
|
* renamed EASY to POSHOLD and SEATBELT to ALTHOLDTickTock-2014-04-271-2/+2
|
* Fixed blinkm state indication (was not properly reporting flight mode). ↵TickTock-2014-04-161-46/+95
| | | | Added flashing orange safety disarmed state indicator and solid blue failsafe indicator. Changed safety on state to solid cyan. Increased LiPo cellcount support to 6.
* Made low/critical warnings consistingJulian Oes2013-08-291-2/+2
|
* Merge remote-tracking branch 'px4/new_state_machine_drton' into ↵Julian Oes2013-08-151-22/+57
|\ | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Code style for BlinkMLorenz Meier2013-07-201-4/+6
| |
| * Changed location of lots of flags and conditions, needs testing and more workJulian Oes2013-07-161-1/+1
| |
| * Renamed actuator_safety back to actuator_armed, compiling but untestedJulian Oes2013-07-151-34/+49
| |
| * Merge remote-tracking branch 'upstream/io_fixes' into new_state_machineJulian Oes2013-06-181-5/+5
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/drivers/px4io/px4io.cpp src/modules/commander/commander.c src/modules/commander/state_machine_helper.c src/modules/commander/state_machine_helper.h src/modules/px4iofirmware/mixer.cpp src/modules/uORB/topics/actuator_controls.h src/modules/uORB/topics/vehicle_status.h
| | * Code formatting and warning fixesLorenz Meier2013-06-091-5/+5
| | |
| * | Introduced new actuator_safety topicJulian Oes2013-06-141-1/+20
| | |
| * | Merge remote-tracking branch 'upstream/master' into new_state_machineJulian Oes2013-05-171-19/+20
| |/ | | | | | | | | | | | | Conflicts: src/drivers/px4io/px4io.cpp src/modules/commander/commander.c src/modules/commander/state_machine_helper.c
* | Restructure things so that the PX4 configs move out of the NuttX tree, and ↵px4dev2013-08-021-9/+7
| | | | | | | | | | | | 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-5/+9
|/
* Moved the bulk of sensor drivers to the new worldLorenz Meier2013-04-272-0/+959