Skip to content

Commit

Permalink
Merge branch 'espressif:master' into main_work
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Feb 2, 2024
2 parents 8938bb7 + 2d8a3ad commit 4d8c65c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions esptool/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ def WithResult(message, result):
0x109: "CRC or checksum was invalid",
0x10A: "Version was invalid",
0x10B: "MAC address was invalid",
0x6001: "Flash operation failed",
0x6002: "Flash operation timed out",
0x6003: "Flash not initialised properly",
0x6004: "Operation not supported by the host SPI bus",
0x6005: "Operation not supported by the flash chip",
0x6006: "Can't write, protection enabled",
# Flasher stub error codes
0xC000: "Bad data length",
0xC100: "Bad data checksum",
Expand Down

0 comments on commit 4d8c65c

Please sign in to comment.