feat(mcpwm): refactor mcpwm driver into a component

This commit is contained in:
morris
2023-10-30 10:59:17 +08:00
parent 92c4714128
commit eb5183f503
59 changed files with 167 additions and 143 deletions

View File

@@ -9,6 +9,5 @@ endif()
# In order for the cases defined by `TEST_CASE` to be linked into the final elf,
# the component can be registered as WHOLE_ARCHIVE
idf_component_register(SRCS ${srcs}
PRIV_REQUIRES unity esp_driver_pcnt spi_flash
driver # will be replaced by esp_driver_gpio
PRIV_REQUIRES unity esp_driver_pcnt esp_driver_gpio spi_flash
WHOLE_ARCHIVE)