esp-idf/components/esp_hw_support/ldo
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
..
esp_ldo_psram.c change(ldo): make ldo driver unit_id same as datasheet 2024-01-08 10:52:11 +08:00
esp_ldo.c change(ldo): make ldo driver unit_id same as datasheet 2024-01-08 10:52:11 +08:00
linker.lf feature(ldo): ldo driver 2023-12-14 12:46:51 +08:00