mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-04-07 07:23:37 +00:00
Add Makefile option for firmware without bootloader support (not tested yet)
This commit is contained in:
parent
943df053a9
commit
bc48446e77
3 changed files with 60 additions and 2 deletions
|
|
@ -159,6 +159,12 @@ Boards with STM32_USB_HOST option enabled in Config.h (ZUMspot Libre Kit, ZUMspo
|
|||
make bl
|
||||
make dfu
|
||||
|
||||
You can optionally install a firmware without bootloader, with USB support. Be aware you will need always a ST-Link or serial interface in order to install or update the firmware. For this reason, you should use USB bootloader, unless you have trouble with the bootloader.
|
||||
|
||||
make clean
|
||||
make nobl
|
||||
make stlink-nobl
|
||||
|
||||
- Boards with GPIO interface:
|
||||
|
||||
Boards with STM32_USART1_HOST option enabled in Config.h (ZUMspot RPi, MMDVM_HS_Hat, MMDVM_HS_Dual_Hat, Nano hotSPOT, etc). No USB bootloader needed. For example:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue