-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Open
Copy link
Labels
configurationIncorrect configuration or configuration related issue.Incorrect configuration or configuration related issue.hardware(Likely) Setup-specific issue, e.g. flickering LEDs(Likely) Setup-specific issue, e.g. flickering LEDs
Milestone
Description
Line 15 in 7aedf77
| const size_t BOOTLOADER_OFFSET = 0x1000; |
The current code does not include correct bootloader offsets for all MCUs.
| board | bootloader offset |
|---|---|
| esp32 | 0x1000 |
| esp32-S2 | 0x1000 |
| esp32-S3 | 0x0000 |
| esp32-C3 | 0x0000 |
| upcoming boards | |
| esp32-C5 | 0x2000 |
| esp32-P4 | 0x2000 |
| esp32-C6 | 0x0000 |
affects PRs:
DedeHai
Metadata
Metadata
Assignees
Labels
configurationIncorrect configuration or configuration related issue.Incorrect configuration or configuration related issue.hardware(Likely) Setup-specific issue, e.g. flickering LEDs(Likely) Setup-specific issue, e.g. flickering LEDs