feat(bootloader-interface): add support for loader boot times

This commit is contained in:
2025-10-30 02:36:14 -04:00
parent e7d2438e5f
commit 87d608366f
8 changed files with 214 additions and 10 deletions

2
src/platform.rs Normal file
View File

@@ -0,0 +1,2 @@
/// timer: Platform timer support code.
pub mod timer;