replaced arduino ble with nimble

This commit is contained in:
Miro Zmrzli 2024-06-12 00:09:44 -07:00
parent 4e9c6d9f0c
commit a4346b74bf
547 changed files with 22635 additions and 468 deletions

25
NimBLE/CMakeLists.txt Executable file
View File

@ -0,0 +1,25 @@
set(COMPONENT_SRCDIRS
"src"
"src/nimble/nimble/host/src"
"src/nimble/porting/nimble/src"
"src/nimble/porting/npl/freertos/src"
"src/nimble/ext/tinycrypt/src"
"src/nimble/esp_port/port/src"
"src/nimble/nimble/host/services/gap/src"
"src/nimble/nimble/host/services/gatt/src"
"src/nimble/esp_port/esp-hci/src"
"src/nimble/nimble/host/store/config/src"
)
set(COMPONENT_ADD_INCLUDEDIRS
"src"
)
set(COMPONENT_REQUIRES
"arduino"
)
register_component()
target_compile_definitions(${COMPONENT_TARGET} PUBLIC -DESP32)
target_compile_options(${COMPONENT_TARGET} PRIVATE )

Some files were not shown because too many files have changed in this diff Show More