IQ.Pilot Release Commit @ 0798119

This commit is contained in:
IQ.Lvbs CI [bot]
2026-08-05 05:42:27 -05:00
parent 2b6f6d7d3e
commit 9174c4c63a
11 changed files with 300 additions and 33 deletions

View File

@@ -74,6 +74,10 @@ void init_interrupts(bool check_rate_limit){
for(uint16_t i=0U; i<NUM_INTERRUPTS; i++){
interrupts[i].handler = unused_interrupt_handler;
// Default priority, lowered so the comms link can preempt everything else and
// re-arm its DMA (see IRQ_PRIORITY_COMMS). Shared state is guarded by
// ENTER_CRITICAL, which masks all interrupts regardless of priority.
NVIC_SetPriority((IRQn_Type)i, IRQ_PRIORITY_DEFAULT);
}
// Init interrupt timer for a 1s interval