1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-23 07:59:11 -04:00
KonstantinKondrashov 29f853633d efuse: Adds support structure of efuses in efuse_table
Supported a new format of efuse description using '.' in the name.
It means that RD_DIS.KEYx belongs to the range of the RD_DIS name.
RD_DIS,                           EFUSE_BLK0,   32,    7,     Read protection
    RD_DIS.KEY0,                  EFUSE_BLK0,   32,    1,     Read protection for EFUSE_BLK4.
    RD_DIS.KEY1,                  EFUSE_BLK0,   33,    1,     Read protection for EFUSE_BLK5.
2021-05-31 08:42:57 +00:00
..
2021-05-17 03:41:32 +02:00
2021-05-17 03:43:02 +02:00
2021-04-22 21:07:35 +08:00
2021-05-10 23:21:27 +02:00
2021-05-12 17:53:32 +08:00