Commit Graph

12 Commits

Author SHA1 Message Date
8a41f3e0fa small cleanuo to smp asm files 2026-03-26 15:55:32 +01:00
c11f68d20c initial test harness for smp regression 2026-03-24 18:00:50 +01:00
2433b66dc0 corrects port files, enables wakeups in port 2026-03-16 08:08:49 +01:00
3ba7cdda9e fortifies regex for asm offset parsing 2026-03-12 20:17:42 +01:00
ebe891dad6 adds smp tx_timer_interrupt 2026-03-12 16:15:57 +01:00
1da9671197 adds trap_entry to smp lib 2026-03-12 15:57:02 +01:00
5ebcce634a small cleanup 2026-03-12 15:29:41 +01:00
cca56f89c6 adds other files necessary to build smp library 2026-03-12 15:21:18 +01:00
a75db78425 adds ipi functionality 2026-03-10 21:02:29 +01:00
f83e96fbcd adds initial low_level_init 2026-03-10 21:01:01 +01:00
2e955b9342 adds the generation of the offsetof defines to CMakeLists.txt
As the offsets into the TX_THREAD are needed to access certain fields and the members for smp are quite difficult to obtain this was the safest option
2026-03-10 20:59:58 +01:00
70bbde8502 adds initial smp scheduler 2026-03-10 20:57:47 +01:00