Skip to content

Fixed odd behavior of CPU when project built in release mode, we have to wait...

aleksakl requested to merge core1_mqtt_fix into main

Fixed odd behavior of CPU when project built in release mode, we have to wait for IPStack to be constructed by Core1, otherwise there is some kind of core1 blocking core0 behavior happening.

  • Solved by using a multicore fifo to block and signal core0.
  • Simplified the MQTT sm a bit.

Merge request reports

Loading