Add Makefile option for firmware without bootloader support (not tested yet)

This commit is contained in:
Andy 2018-09-19 15:02:24 -03:00
parent 943df053a9
commit bc48446e77
3 changed files with 60 additions and 2 deletions

View file

@ -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: