efuse: Add some fields in efuse_table and update esp_efuse_get_pkg_ver()

Closes: IDF-1077
This commit is contained in:
KonstantinKondrashov
2020-06-08 22:14:21 +08:00
parent d3a400c159
commit 5cfdf1aa70
5 changed files with 64 additions and 15 deletions

View File

@@ -18,6 +18,7 @@
uint8_t bootloader_common_get_chip_revision(void)
{
// should return the same value as esp_efuse_get_chip_ver()
/* No other revisions for ESP32-S2 */
return 0;
}