Skip to content

Commit

Permalink
Support ESP32-C3 ECO6 and ECO7 (#529)
Browse files Browse the repository at this point in the history
* feat: Add support for latest ESP32-C3 rev

* feat: Update esp32c3 bootloader

* feat: Add ECO6 magic number
  • Loading branch information
SergioGasquez authored Jan 8, 2024
1 parent cbdbcae commit b52303e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified espflash/resources/bootloaders/esp32c3-bootloader.bin
Binary file not shown.
2 changes: 2 additions & 0 deletions espflash/src/targets/esp32c3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ use crate::{
const CHIP_DETECT_MAGIC_VALUES: &[u32] = &[
0x6921_506f, // ECO1 + ECO2
0x1b31_506f, // ECO3
0x4881606F, // ECO6
0x4361_606f, // ECO7
];

const FLASH_RANGES: &[Range<u32>] = &[
Expand Down

0 comments on commit b52303e

Please sign in to comment.