OVMS3-idf/components/efuse/test/esp_efuse_test_table.csv
Konstantin Kondrashov 693a5c209b efuse: Add API efuse
Added support 3/4 coding scheme
2019-02-28 07:31:29 +00:00

1.4 KiB

1# field_name, | efuse_block, | bit_start, | bit_count, |comment #
2# | (EFUSE_BLK0 | (0..255) | (1..256) | #
3# | EFUSE_BLK1 | | | #
4# | EFUSE_BLK2 | | | #
5# | EFUSE_BLK3) | | | #
6##########################################################################
7# To generate a new source files. Run two commands:
8# cd ~/esp/esp-idf/components/efuse/
9# ./efuse_table_gen.py test/esp_efuse_test_table.csv
10TEST1_LEN_8, EFUSE_BLK3, 0, 8, TEST field
11TEST2_LEN_16, EFUSE_BLK3, 10, 8, TEST field
12, EFUSE_BLK3, 80, 8, TEST field
13TEST3_LEN_6, EFUSE_BLK3, 22, 6, TEST field
14TEST4_LEN_182, EFUSE_BLK1, 22, 49, TEST field
15, EFUSE_BLK1, 89, 39, TEST field
16, EFUSE_BLK1, 71, 18, TEST field
17, EFUSE_BLK1, 0, 16, TEST field
18, EFUSE_BLK2, 0, 17, TEST field
19, EFUSE_BLK2, 60, 43, TEST field
20TEST5_LEN_1, EFUSE_BLK1, 16, 1, TEST field
21TEST6_LEN_17, EFUSE_BLK1, 17, 1, TEST field
22, EFUSE_BLK2, 17, 2, TEST field
23, EFUSE_BLK3, 29, 4, TEST field
24, EFUSE_BLK2, 31, 3, TEST field
25, EFUSE_BLK3, 60, 6, TEST field
26, EFUSE_BLK2, 127, 1, TEST field