mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
feat(mcpwm): refactor mcpwm driver into a component
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user