You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just added EV_CUSTOM which allows us to poke stuff into the IO FIFO
Right now for Waveform and Stepper we actually just poll any active waveform/stepper timer tasks on idle, but now we should be able to send events from the timer task directly instead.
Best way to do this would be to add something to build_jswrapper to allow custom JSON to handle a specific EV_CUSTOM enum
But we also have the issue of knowing which Waveform/stepper the event is for. This goes back to #1444 where ideally each timer task should have a specific index that doesn't change
The text was updated successfully, but these errors were encountered:
I just added EV_CUSTOM which allows us to poke stuff into the IO FIFO
Right now for Waveform and Stepper we actually just poll any active waveform/stepper timer tasks on idle, but now we should be able to send events from the timer task directly instead.
Best way to do this would be to add something to build_jswrapper to allow custom JSON to handle a specific EV_CUSTOM enum
But we also have the issue of knowing which Waveform/stepper the event is for. This goes back to #1444 where ideally each timer task should have a specific index that doesn't change
The text was updated successfully, but these errors were encountered: