TheNuclearDart / bringup

STM32F7 discovery board bringup
GNU Affero General Public License v3.0
0 stars 0 forks source link

Handle Xmodem failure instead of just asserting #26

Open TheNuclearDart opened 7 months ago

TheNuclearDart commented 7 months ago

Currently, we just assert in the main task (handle_resp in main_task.cpp) if an Xmodem transfer is indicated to have failed by the uart task, we shouldn't do that.