Severson-Group / AMDC-Firmware

Embedded system code (C and Verilog) which runs the AMDC Hardware
http://docs.amdc.dev/firmware
BSD 3-Clause "New" or "Revised" License
30 stars 5 forks source link

Scheduler does not print running task on time slice overrun #279

Closed npetersen2 closed 2 years ago

npetersen2 commented 2 years ago

On time slice overrun, the scheduler could print the current running task to the user for more helpful debugging.

npetersen2 commented 2 years ago

Solved by #266