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

Update/remove scheduler task-rate defines based on new timing manager integration #391

Closed npetersen2 closed 1 month ago

npetersen2 commented 1 month ago

Two changes for scheduler-related stuff:

  1. Remove the defines in the sys/scheduler.h which relate to the SYS_TICK stuff since we don't have this in the code any more
  2. Look through code-base (Use Search in SDK or VSCode) for these defines you removed above. For tasks which use the SYS_TICK_FREQ define (or usec define), use 0 microseconds. This forces the scheduler to run the task each time.
annikaolson commented 1 month ago

Addressed in #392, specifically this commit.

codecubepi commented 1 month ago

Completed with merge of #397 (#392) into v1.3-staging.