feat(bitscrambler): support driver on esp32s31

This commit is contained in:
morris
2026-04-07 18:06:08 +08:00
parent 8e1dba70f6
commit 11f76780cc
22 changed files with 746 additions and 43 deletions
-2
View File
@@ -1,6 +1,4 @@
INPUT += \
$(PROJECT_PATH)/components/esp_driver_bitscrambler/include/driver/bitscrambler.h \
$(PROJECT_PATH)/components/esp_driver_bitscrambler/include/driver/bitscrambler_loopback.h \
$(PROJECT_PATH)/components/esp_hal_dma/esp32c5/include/hal/bitscrambler_peri_select.h \
$(PROJECT_PATH)/components/ulp/lp_core/include/lp_core_i2c.h \
$(PROJECT_PATH)/components/ulp/lp_core/include/lp_core_uart.h \