aboutsummaryrefslogtreecommitdiff
path: root/src/sys/core.c
AgeCommit message (Expand)Author
2022-03-24ModularizedChristian Cunningham
2022-03-22Working on timeChristian Cunningham
2022-03-22Schedule upon task additionChristian Cunningham
2022-03-19Removed old commentsChristian Cunningham
2022-03-19Tick Latency TracingChristian Cunningham
2022-03-18Initialize Mutex ManagerChristian Cunningham
2022-03-02Ensure one test is addedChristian Cunningham
2022-02-28Remove old drawer routinesChristian Cunningham
2022-02-24MMU and working on hardwareChristian Cunningham
2022-02-13Recreated status boardChristian Cunningham
2022-02-13Unhook old mutex handlesChristian Cunningham
2022-02-09Add interrupt to all coresChristian Cunningham
2022-02-04Removed old memChristian Cunningham
2022-02-04Implemented new Real-Time friendly Memory Allocation SchemeChristian Cunningham
2022-02-04Move tests to own fileChristian Cunningham
2022-02-04Access Uart through rotating bufferChristian Cunningham
2022-02-01Added SYSCALL numberChristian Cunningham
2022-02-01Started syscallingChristian Cunningham
2022-01-31Remove old globalChristian Cunningham
2022-01-31Break exceptions off to own filesChristian Cunningham
2022-01-23Draw Exception info to screenChristian Cunningham
2022-01-22Allow calls to scheduler in middle of executionChristian Cunningham
2022-01-21Got some schedulingChristian Cunningham
2022-01-21Added scheduling info outputChristian Cunningham
2022-01-21Scheduler Rewrite StartChristian Cunningham
2022-01-20Updated commentChristian Cunningham
2022-01-20Moved globals to fileChristian Cunningham
2022-01-20Added System Timer HookChristian Cunningham
2022-01-20Clear Globals on InitChristian Cunningham
2022-01-20Route timer to FIQChristian Cunningham
2022-01-12Started filling out handlersChristian Cunningham
2022-01-11Fixed heap free information bugChristian 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
2022-01-05Moved includes to its own directoryChristian Cunningham
2022-01-05Cleaned up/ StandardizedChristian Cunningham
2022-01-03Removed example codeChristian Cunningham
2022-01-03Ensured Aligned MutexesChristian Cunningham
2022-01-02Don't lock mutex if only written by one interruptChristian Cunningham
2022-01-02Moved Postinit InformationChristian Cunningham
2022-01-02Started Preparing Context SwitchingChristian Cunningham
2022-01-02Fixed mutex pointer typeChristian Cunningham
2021-12-30Added Data StructuresChristian Cunningham
2021-12-27Inlined functionsChristian Cunningham
2021-12-24Standardized FormattingChristian Cunningham
2021-12-24Save USB for laterChristian Cunningham
2021-12-23Added USB EnumerationChristian Cunningham