summaryrefslogtreecommitdiff
path: root/src/code/sched.c
AgeCommit message (Expand)Author
2024-01-16Create debug macros for LogUtils functions (#1610)cadmic
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
2022-11-26Document HREG debugging system (#1351)fig02
2022-11-13Improvements to Video Interface related functions and data (#1332)Tharo
2022-10-29Doc speed_meter timers and misc. low-ish level stuff (#1364)Dragorn421
2022-06-15Enable int-conversion warnings and fix all current instances (#1280)Roman971
2022-06-03More documentation for sched.c (#1219)Tharo
2022-04-08Message Queues, Threads, and surroundings cleanup (#1178)Tharo
2022-03-13More documentation for IrqMgr (#1144)Tharo
2022-02-02Documentation for fault.c and fault_drawer.c (#1106)Tharo
2022-01-23Document RCP functions (#1087)hatal175
2021-11-07Document parts of audio (#1000)zelda2774
2021-10-02Fix/cleanup/rephrase miscellaneous stuff (#983)Dragorn421
2021-09-28Format all translation comments like `// "..."` (hopefully all of them) (#986)Dragorn421
2021-09-04Cleanup translation comments (#924)Dragorn421
2021-07-27Audio WIP (#836)krimtonz
2021-04-29`assert` macro OK (#755)Anghelo Carvajal
2021-02-13Fix most compiler warnings in the boot and code segments (#674)Tharo
2020-10-03libultra cleanup (#215)Random
2020-08-23Match/Improve a bunch of non matchings (#342)Roman971
2020-08-15Match a few functions (#324)Random
2020-05-26Decompiles sched.c (#145)krimtonz
2020-05-10Decompile audioMgr (#124)Tharo
2020-04-08Decompile sleep.c and printutils.cRandom
2020-03-22Format all src C filesRoman971
2020-03-17First proper commit.Jack Walker