memtest86plus/app
Martin Whitaker 4100a44b12 Properly protect the startup stack with a mutex.
Because we start the APs sequentially, it is unlikely they will coincide
for the brief period that they use the temporary startup stack, but we
should guard against it. This allows us to remove the mutex around the
restart of each AP when relocating, which should improve test times.
2022-01-31 21:54:24 +00:00
..
badram.c Fix badram error display (issue #7) 2021-07-18 19:26:23 +01:00
badram.h Initial commit. 2020-05-24 21:30:55 +01:00
config.c Optimise the AP startup code to reduce the startup delay. 2022-01-31 19:47:32 +00:00
config.h Optimise the AP startup code to reduce the startup delay. 2022-01-31 19:47:32 +00:00
display.c Make spinner rotate at a constant speed. 2022-01-29 15:06:21 +00:00
display.h Optimise the AP startup code to reduce the startup delay. 2022-01-31 19:47:32 +00:00
error.c Fix badram error display (issue #7) 2021-07-18 19:26:23 +01:00
error.h Add missing includes of stdbool.h. 2021-12-05 13:50:25 +00:00
interrupt.c Initial commit. 2020-05-24 21:30:55 +01:00
interrupt.h Initial commit. 2020-05-24 21:30:55 +01:00
main.c Properly protect the startup stack with a mutex. 2022-01-31 21:54:24 +00:00
test.h Add missing includes of stdbool.h. 2021-12-05 13:50:25 +00:00