This website requires JavaScript.
Explore
Help
Sign In
pioduino
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9d1a4ebac40c035270500415f6567da170b70f21
esp-idf
/
examples
/
bluetooth
/
nimble
/
bleprph
/
main
/
CMakeLists.txt
T
6 lines
121 B
CMake
Raw
Normal View
History
Unescape
Escape
test, examples: use new component registration function
2020-03-22 17:34:18 +08:00
set
(
srcs
"main.c"
NimBLE: Reorganized nimble examples structure to avoid repetition of files.
2022-08-25 12:01:52 +05:30
"gatt_svr.c"
)
Port NimBLE Host Stack on ESP-IDF
2019-06-25 09:03:58 +08:00
test, examples: use new component registration function
2020-03-22 17:34:18 +08:00
idf_component_register
(
SRCS
"${srcs}"
NimBLE: Reorganized nimble examples structure to avoid repetition of files.
2022-08-25 12:01:52 +05:30
INCLUDE_DIRS
"."
)
Reference in New Issue
Copy Permalink