esp-idf/components/esp_hw_support/test_apps
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
..
dma ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +08:00
esp_hw_support_unity_tests change(ldo): make ldo driver unit_id same as datasheet 2024-01-08 10:52:11 +08:00
etm ci(p4): temporarily disable failed ci tests on p4 2024-01-04 09:36:06 +08:00
host_test_linux ci: update driver tests to use run_all_single_board_cases() 2023-03-28 17:05:50 +08:00
mspi ci(build): fixed/ignored warnings from unknown symbols in sdkconfig.defaults 2023-11-01 01:14:00 +00:00
mspi_psram_with_dfs ci(build): fixed/ignored warnings from unknown symbols in sdkconfig.defaults 2023-11-01 01:14:00 +00:00
rtc_8md256 refactor(uart): make uart driver as component, and fix astyle 2023-12-15 17:03:51 +08:00
rtc_clk ci(p4): added todo jira for disabled tests on p4 2024-01-04 09:36:38 +08:00
rtc_power_modes refactor(uart): make uart driver as component, and fix astyle 2023-12-15 17:03:51 +08:00
.build-test-rules.yml ci(p4): added todo jira for disabled tests on p4 2024-01-04 09:36:38 +08:00