Skip to content

Commit

Permalink
Merge branch 'larryli' into 'master'
Browse files Browse the repository at this point in the history
Add ESP32C2 ECO1 support

Closes ESF-40

See merge request espressif/esp-serial-flasher!66
  • Loading branch information
dobairoland committed May 26, 2023
2 parents ae83fd8 + ba2e507 commit f8b949d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version: "0.0.9"
version: "0.0.10"
description: Serial flasher component provides portable library for flashing or loading ram loadble app to Espressif SoCs from other host microcontroller
url: https://github.com/espressif/esp-serial-flasher
2 changes: 1 addition & 1 deletion src/esp_targets.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ static const esp_target_t esp_target[ESP_MAX_CHIP] = {
.miso_dlen = ESP32xx_SPI_REG_BASE + 0x28,
},
.efuse_base = 0x60008800,
.chip_magic_value = { 0x6f51306f, 0 },
.chip_magic_value = { 0x6f51306f, 0x7c41a06f },
.read_spi_config = spi_config_esp32xx,
},
// ESP32H4
Expand Down

0 comments on commit f8b949d

Please sign in to comment.