-
proposed change/addition to vCoRoutineSchedule to xCoRoutineSchedule
instead of returning void I would like to return the true if a co-routine is ready to be scheduled, otherwise false if all the co-routines are blocked.
something like this
signed portBASE_TYPE xCoRoutineSchedule( void )
{
/* See if any co-routines readied by events need moving to the ready lists. */...
2007-11-21 20:21:46 UTC in FreeRTOS Real Time Kernel
-
be able to load an mp3 into the app and time the DMX output with the song.
2006-12-04 04:59:57 UTC in Aurora Light Controller
-
Exception in thread "Timer-1" java.lang.NullPointerException
at view.component.ChannelView.updateValues(ChannelView.java:339)
at model.device.output.TestOutputDevice$3.run(TestOutputDevice.java:166)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
2006-12-04 04:58:34 UTC in Aurora Light Controller