feat(espefuse): Updates efuses for C5 and C61

This commit is contained in:
Konstantin Kondrashov
2024-03-13 22:05:03 +02:00
parent ef4d8a7f58
commit e34df69c46
15 changed files with 339 additions and 304 deletions

View File

@@ -1,6 +1,6 @@
# flake8: noqa
# fmt: off
espefuse(esp, efuses, args, 'burn_efuse DIS_FORCE_DOWNLOAD 1 DIS_CAN 1 DIS_DOWNLOAD_MODE 1')
espefuse(esp, efuses, args, 'burn_efuse DIS_FORCE_DOWNLOAD 1 DIS_DOWNLOAD_MODE 1')
if efuses["DIS_FORCE_DOWNLOAD"].get() != 0:
raise esptool.FatalError("Burn should be at the end")