Skip to content

Commit 97186f8

Browse files
committed
esp32/Makefile: Rename "firmware" to "application".
1 parent d30cb9d commit 97186f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

esp32/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -506,25 +506,25 @@ SRC_QSTR += $(SRC_C) $(STM_SRC_C) $(EXTMOD_SRC_C) $(DRIVERS_SRC_C)
506506
# Append any auto-generated sources that are needed by sources listed in SRC_QSTR
507507
SRC_QSTR_AUTO_DEPS +=
508508

509-
all: $(BUILD)/bootloader.bin $(BUILD)/partitions.bin $(BUILD)/firmware.bin
509+
all: $(BUILD)/bootloader.bin $(BUILD)/partitions.bin $(BUILD)/application.bin
510510

511511
.PHONY: idf-version deploy
512512

513513
idf-version:
514514
$(ECHO) "IDF version: f807d16310719b0dcef07de0276934653b6e48ed"
515515

516-
deploy: $(BUILD)/bootloader.bin $(BUILD)/partitions.bin $(BUILD)/firmware.bin
516+
deploy: $(BUILD)/bootloader.bin $(BUILD)/partitions.bin $(BUILD)/application.bin
517517
$(ECHO) "Writing $^ to the board"
518-
$(Q)$(ESPTOOL) --chip esp32 --port $(PORT) --baud $(BAUD) write_flash -z --flash_mode $(FLASH_MODE) --flash_freq $(FLASH_FREQ) --flash_size $(FLASH_SIZE) 0x1000 $(BUILD)/bootloader.bin 0x8000 $(BUILD)/partitions.bin 0x10000 $(BUILD)/firmware.bin
518+
$(Q)$(ESPTOOL) --chip esp32 --port $(PORT) --baud $(BAUD) write_flash -z --flash_mode $(FLASH_MODE) --flash_freq $(FLASH_FREQ) --flash_size $(FLASH_SIZE) 0x1000 $(BUILD)/bootloader.bin 0x8000 $(BUILD)/partitions.bin 0x10000 $(BUILD)/application.bin
519519

520520
$(BUILD)/esp32_out.ld: sdkconfig.h
521521
$(Q)$(CC) -I. -C -P -x c -E $(ESPIDF)/components/esp32/ld/esp32.ld -o $@
522522

523-
$(BUILD)/firmware.bin: $(BUILD)/firmware.elf
523+
$(BUILD)/application.bin: $(BUILD)/application.elf
524524
$(ECHO) "Create $@"
525525
$(Q)$(ESPTOOL) --chip esp32 elf2image --flash_mode $(FLASH_MODE) --flash_freq $(FLASH_FREQ) --flash_size $(FLASH_SIZE) $<
526526

527-
$(BUILD)/firmware.elf: $(OBJ) $(BUILD)/esp32_out.ld
527+
$(BUILD)/application.elf: $(OBJ) $(BUILD)/esp32_out.ld
528528
$(ECHO) "LINK $@"
529529
$(Q)$(LD) $(LDFLAGS) -o $@ $(LIBS)
530530
$(Q)$(SIZE) $@

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy