aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-02-09Add interrupt to all coresChristian Cunningham
2022-02-07Added test for yield timeChristian Cunningham
2022-02-05Fixed SPSR preservationChristian Cunningham
2022-02-05Use new string formattingChristian Cunningham
2022-02-05Added data-to-string functionsChristian Cunningham
2022-02-05Remove old stuffChristian Cunningham
2022-02-05Starting test suiteChristian Cunningham
2022-02-05Fixed undefined handlerChristian Cunningham
2022-02-05Update to new kmemChristian Cunningham
2022-02-04Removed old memChristian Cunningham
2022-02-04Move to new memChristian Cunningham
2022-02-04Move to new memChristian Cunningham
2022-02-04Remove reallocChristian Cunningham
2022-02-04Remove return codeChristian Cunningham
2022-02-04Prevent freeing non-kmemChristian Cunningham
2022-02-04Implemented new Real-Time friendly Memory Allocation SchemeChristian 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-01Thread yield control to any other threadsChristian Cunningham
2022-02-01Syscall to get timer valueChristian Cunningham
2022-02-01Fixed cryptic error due to roffsetChristian Cunningham
2022-02-01Preserve CPSRChristian Cunningham
2022-02-01Started syscallingChristian Cunningham
2022-02-01Added spinlock conditionChristian Cunningham
2022-01-31All the coresChristian Cunningham
2022-01-31Remove old globalChristian Cunningham
2022-01-31Break exceptions off to own filesChristian Cunningham
2022-01-25Clear out Mutex memoryChristian Cunningham
2022-01-25Updated READMEChristian Cunningham
2022-01-23Added test functionsChristian Cunningham
2022-01-23Removed unused spsrChristian Cunningham
2022-01-23Remove old commentsChristian Cunningham
2022-01-23Added SVC jumpsChristian Cunningham
2022-01-23Fixed context switch bugChristian Cunningham
2022-01-23Rename handlersChristian Cunningham
2022-01-23Visual view of memory mapChristian Cunningham
2022-01-23Data handling threadChristian Cunningham
2022-01-23Trimmed IRQ handlerChristian Cunningham
2022-01-23Fixed argumentChristian Cunningham
2022-01-23IRQ data sent to threadChristian Cunningham
2022-01-23Draw Exception info to screenChristian Cunningham
2022-01-23Fixed incorrect lrChristian Cunningham
2022-01-23Get prev stackChristian Cunningham
2022-01-23Handler returns to correct instructionChristian Cunningham
2022-01-23Free threads from memory after finishingChristian Cunningham
2022-01-23Fixed missing scheduler referenceChristian Cunningham
2022-01-22Added SVC call for clean stackChristian Cunningham
2022-01-22Fixed some stuffChristian Cunningham