Also, the main program isn’t called by the environment task (I don’t think there really is an environment task)! Not, I suspect, a problem for Ravenscar designs.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
--- old+++ new@@ -1 +1 @@-To start tasking, you must call `FreeRTOS.Tasks.Start_Scheduler` (from your main program, usually).+To start tasking, you must call `Start_FreeRTOS_Scheduler` (from your main program, usually).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Now that FreeRTOS is a child of System, there needs to be a way of doing this job without getting compiler warnings about GNAT internal units. Hence the new interface.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Also, the main program isn’t called by the environment task (I don’t think there really is an environment task)! Not, I suspect, a problem for Ravenscar designs.
Diff:
Now that FreeRTOS is a child of System, there needs to be a way of doing this job without getting compiler warnings about GNAT internal units. Hence the new interface.
Fixed in [1f1451].
Related
Commit: [1f1451]