This commit is contained in:
rusefillc 2021-10-30 10:12:57 -04:00
parent 95099e2c12
commit 28edebb4a3
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,11 @@ Use this code on your own risk!
*** Developers Section ***
Problem statement:
- UART + bluetooth bootloader for Prometheus board which does not have USB
- future plan: firmware from SD card
- future plan: some sort of settings reset mechanism
How it works, in two words:
- The bootloader requires a separate makefile because it's a separate binary executable with its own project settings and fileset.
- Start firmware/bootloader/compile_bootloader.bat to compile the bootloader code. Use it only if bootloader modification is required.