mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-08 15:09:29 +08:00
Merge branch 'bugfix/fix_disable_rom_printf' into 'master'
Fix generating binary error when disable rom print See merge request sdk/ESP8266_RTOS_SDK!936
This commit is contained in:
@ -49,7 +49,7 @@ ESPTOOL_ELF2IMAGE_OPTIONS :=
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_DISABLE_ROM_UART_PRINT
|
ifdef CONFIG_DISABLE_ROM_UART_PRINT
|
||||||
ESPTOOL_ELF2IMAGE_OPTIONS := $(ESPTOOL_FLASH_OPTIONS) --rom_print 0
|
ESPTOOL_ELF2IMAGE_OPTIONS += --rom_print 0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ESPTOOLPY_WRITE_FLASH=$(ESPTOOLPY_SERIAL) write_flash $(if $(CONFIG_ESPTOOLPY_COMPRESSED),-z,-u) $(ESPTOOL_WRITE_FLASH_OPTIONS)
|
ESPTOOLPY_WRITE_FLASH=$(ESPTOOLPY_SERIAL) write_flash $(if $(CONFIG_ESPTOOLPY_COMPRESSED),-z,-u) $(ESPTOOL_WRITE_FLASH_OPTIONS)
|
||||||
|
Reference in New Issue
Block a user