Skip to content
Snippets Groups Projects
Unverified Commit 75a16918 authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #9184 from haukepetersen/add_mynewt_nimble

pkg: add support for the NimBLE BLE stack
parents 59e18df6 f4dccc40
No related branches found
No related tags found
No related merge requests found
MODULE = nimble_host_services_gap
SRC += ble_svc_gap.c
include $(RIOTBASE)/Makefile.base
MODULE = nimble_host_services_gatt
SRC += ble_svc_gatt.c
include $(RIOTBASE)/Makefile.base
MODULE += nimble_transport_ram
SRC += ble_hci_ram.c
include $(RIOTBASE)/Makefile.base
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment