Marek Fiala
|
ff18a96f7d
|
tools: replace _ with - in idf.py
Closes https://github.com/espressif/esp-idf/issues/5126
|
2021-10-13 17:30:38 +08:00 |
|
Konstantin Kondrashov
|
f339b3fc96
|
efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key()
These functions were used only for esp32 in secure_boot and flash encryption.
Use idf efuse APIs instead of efuse regs.
|
2021-06-17 07:21:36 +08:00 |
|
Angus Gratton
|
66fb5a29bb
|
Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo.
(Line endings, blank lines at end of file, trailing whitespace)
|
2020-11-11 07:36:35 +00:00 |
|
KonstantinKondrashov
|
d7fa288a6c
|
examples: Add an example efuse API usage
Added: read, write operations for the common and custom efuse tables.
Writing is possible only for CONFIG_EFUSE_VIRTUAL.
Closes: IDF-773
|
2019-10-30 15:43:40 +08:00 |
|