1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/flight
Stacey Sheldon f0fb22c090 uavobjectmanager: initialize new uavo_handles section
The uavo_handles section is not part of the .data segment so
it doesn't get automatically zeroed during the startup code.

This led to random data being stored in the table which resulted
in bus errors at runtime.

This change ensures that the table is zeroed before we start to
use it.
2012-11-18 16:48:13 -05:00
..
board_hw_defs rcvr: Support PPM and PWM at the same time on CC 2012-09-29 19:11:48 -04:00
Bootloaders Merge branch 'MikeL' into next 2012-06-07 11:31:41 -05:00
CopterControl Save ~150 bytes by moving GPSDataProtocol to SystemSettings. 2012-10-22 16:47:22 +02:00
Doc Merged latest origin/next. 2012-05-05 09:40:44 -07:00
EntireFlash ef: Add fwinfo to entireflash (EF) images 2012-09-05 21:45:59 -04:00
Libraries PID: Fix small bug in setpoint weighting that had really ugly consequences 2012-09-12 00:07:17 -05:00
Modules telemetry: stop registering periodic events for non-periodic UAVOs 2012-11-10 18:04:16 -05:00
OpenPilot/System Merged latest origin/next. 2012-05-05 09:40:44 -07:00
PiOS freertos: change default alignment to 4-byte from 8-byte 2012-11-11 22:16:00 -05:00
PiOS.posix actuator: factor out settings updates from main loop 2012-08-11 19:46:00 -04:00
PiOS.win32 actuator: factor out settings updates from main loop 2012-08-11 19:46:00 -04:00
PipXtreme Default DIAG_TASK was on for PipX 2012-10-03 15:11:15 -05:00
Project gdb: add gdb config file for CC BU image 2012-09-16 21:13:42 -04:00
RemoteSystemsTempFiles Merge branch 'next' into MikeL 2012-06-04 16:59:31 -07:00
Revolution Save ~150 bytes by moving GPSDataProtocol to SystemSettings. 2012-10-22 16:47:22 +02:00
SimPosix Save ~150 bytes by moving GPSDataProtocol to SystemSettings. 2012-10-22 16:47:22 +02:00
UAVObjects uavobjectmanager: initialize new uavo_handles section 2012-11-18 16:48:13 -05:00
UAVTalk Exposed the Send ACK/NACK function in UAVTalk. 2012-05-02 20:42:37 -07:00
README.txt Says all it needs to say for now. 2009-12-22 05:07:27 +00:00

Check the wiki