File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,10 +27,12 @@ PRIORITY = $(CONFIG_EXAMPLES_NIMBLE_BLECENT_PRIORITY)
2727STACKSIZE = $(CONFIG_EXAMPLES_NIMBLE_BLECENT_STACKSIZE )
2828MODULE = $(CONFIG_EXAMPLES_NIMBLE_BLECENT )
2929
30- # NimBLE Example
30+ # NimBLE Central Example
3131
32- MAINSRC = nimble_BLECENT_main.c
32+ CSRCS += misc.c peer.c
33+ MAINSRC = nimble_blecent_main.c
3334
3435include $(APPDIR ) /wireless/bluetooth/nimble/Makefile.nimble
3536
3637include $(APPDIR ) /Application.mk
38+
Original file line number Diff line number Diff line change @@ -27,10 +27,12 @@ PRIORITY = $(CONFIG_EXAMPLES_NIMBLE_BLEPRPH_PRIORITY)
2727STACKSIZE = $(CONFIG_EXAMPLES_NIMBLE_BLEPRPH_STACKSIZE )
2828MODULE = $(CONFIG_EXAMPLES_NIMBLE_BLEPRPH )
2929
30- # NimBLE Example
30+ # NimBLE Peripheral Example
3131
32+ CSRCS += misc.c gatt_svr.c
3233MAINSRC = nimble_bleprph_main.c
3334
3435include $(APPDIR ) /wireless/bluetooth/nimble/Makefile.nimble
3536
3637include $(APPDIR ) /Application.mk
38+
You can’t perform that action at this time.
0 commit comments