esp-idf/components/hal/esp32p4
Armando 1adea4ab66 change(ldo): make ldo driver unit_id same as datasheet
Prior to this commit, we expect passing ldo_unit_t to esp_ldo driver
`ldo_unit` field. And ldo_unit_t will alias the LDO unit to values
starting from 0, e.g. LDO_UNIT_1 is actually value 0.

With this commit, esp_ldo driver `ldo_unit` field will start with 1,
which is aligned with the datasheet. So LDO_UNIT_1 is in value 1,
meanwhile setting 1 to `ldo_unit` will work as well.
2024-01-08 10:52:11 +08:00
..
include/hal change(ldo): make ldo driver unit_id same as datasheet 2024-01-08 10:52:11 +08:00
clk_tree_hal.c feat(clk): add basic clock support for esp32p4 2023-12-29 00:37:26 +08:00
efuse_hal.c feat(efuse): Support eFuses and doc for ESP32P4 2023-09-12 17:58:17 +08:00
pmu_hal.c feat(clk): add basic clock support for esp32p4 2023-12-29 00:37:26 +08:00