feat(bootloader): add an example that implements multiboot
Add a new example for the bootloader that shows how to override it to implement multiboot.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
idf_component_register(SRCS "bootloader_multiboot_example_main.c"
|
||||
INCLUDE_DIRS "."
|
||||
PRIV_REQUIRES newlib)
|
||||
Reference in New Issue
Block a user