aboutsummaryrefslogtreecommitdiff
path: root/src/sys/schedule.c
AgeCommit message (Expand)Author
2022-03-24ModularizedChristian Cunningham
2022-03-23Qualitative TestingChristian Cunningham
2022-03-22Multiple semaphore incrementChristian Cunningham
2022-03-19Removed old commentsChristian Cunningham
2022-03-18Supervisor Call to Add ThreadChristian Cunningham
2022-03-18Fixed free queue not initializing properlyChristian Cunningham
2022-03-18Fixed Mutex Locking bugChristian Cunningham
2022-03-18Generalized QueueChristian Cunningham
2022-03-17Implemented semaphoreChristian Cunningham
2022-03-16Added prepending to queuesChristian Cunningham
2022-03-16Add to original priority levelChristian Cunningham
2022-03-16Add method to not allow duplicatesChristian Cunningham
2022-03-16Fixed Boundary ConstraintsChristian Cunningham
2022-03-16List ScheduleChristian Cunningham
2022-03-16Return if add is successfulChristian Cunningham
2022-03-12Rapid TestingChristian Cunningham
2022-03-12Better TestingChristian Cunningham
2022-03-11Remove Debug InfoChristian Cunningham
2022-03-11Statically Allocated SchedulingChristian Cunningham
2022-03-10More DeterministicChristian Cunningham
2022-02-19Commented SchedulerChristian Cunningham
2022-02-19Added comments and cleanupChristian Cunningham
2022-02-18More prioritiesChristian Cunningham
2022-02-14Fixed priority inversion protectionChristian Cunningham
2022-02-14Priority Inversion ProtectionChristian Cunningham
2022-02-13Output the count of the task stacksChristian Cunningham
2022-02-13Unhook old mutex handlesChristian Cunningham
2022-02-13Show additional task infoChristian Cunningham
2022-02-13Mutex Waiting ImplementedChristian Cunningham
2022-02-05Update to new kmemChristian Cunningham
2022-02-04Removed old memChristian Cunningham
2022-02-04Move to new memChristian Cunningham
2022-02-01Thread yield control to any other threadsChristian Cunningham
2022-02-01Fixed cryptic error due to roffsetChristian Cunningham
2022-01-23Visual view of memory mapChristian Cunningham
2022-01-23Fixed argumentChristian Cunningham
2022-01-23Draw Exception info to screenChristian Cunningham
2022-01-22Added SVC call for clean stackChristian Cunningham
2022-01-21Got some schedulingChristian Cunningham
2022-01-21Simplified Queue Iteration LogicChristian Cunningham
2022-01-21Added scheduling info outputChristian Cunningham
2022-01-21Added scheduling logicChristian Cunningham
2022-01-21Added scheduling logicChristian Cunningham
2022-01-21Scheduler Rewrite StartChristian Cunningham
2022-01-20Moved globals to fileChristian Cunningham
2022-01-11Update stuffChristian Cunningham
2022-01-06Fix memory leakChristian Cunningham
2022-01-06Update Thread Flags on SwitchChristian Cunningham
2022-01-06Rewrote scheduler in AssemblyChristian Cunningham
2022-01-06SchedulingChristian Cunningham