mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-29 17:16:32 +03:00
6 lines
208 B
CMake
6 lines
208 B
CMake
idf_component_register(SRCS "bitscrambler_example_main.c"
|
|
PRIV_REQUIRES "esp_driver_bitscrambler"
|
|
INCLUDE_DIRS ".")
|
|
|
|
target_bitscrambler_add_src("example.bsasm")
|