mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
93b77becc0
flash so it says completed. However, it still blocks the system for a long time. During an erase the heartbeat will flash at 10 Hz to indicate what's happening. This still blocks telemetry even after lowering hte system priority (and there is a vTaskDelay) which makes me think that the SPI bus being locked is blocking Sensors or somethign else. This should not be permited when the system is armed. The reason the system locks up during the erase is that the file system operations occur within the event dispatcher thread. It is very bad practice for anything to block this (i.e. callbacks should never take very long). We should probably move the object persistence handling into the system thread or something but that can be a separate issue. |
||
---|---|---|
.. | ||
Actuator | ||
AHRSComms | ||
Altitude | ||
AltitudeHold | ||
Attitude | ||
Battery | ||
CameraStab | ||
ComUsbBridge | ||
Example | ||
Fault | ||
FirmwareIAP | ||
FlightPlan | ||
GPS | ||
Guidance | ||
ManualControl | ||
MK/MKSerial | ||
Osd/OsdEtStd | ||
OveroSync | ||
PipXtreme | ||
RadioComBridge | ||
Sensors | ||
Stabilization | ||
System | ||
Telemetry | ||
TxPID |