mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
1adea4ab66
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. |
||
---|---|---|
.. | ||
dma | ||
esp_hw_support_unity_tests | ||
etm | ||
host_test_linux | ||
mspi | ||
mspi_psram_with_dfs | ||
rtc_8md256 | ||
rtc_clk | ||
rtc_power_modes | ||
.build-test-rules.yml |