mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
72a6ca6366
Implement a new module stdio_nimble, which uses nimble for stdio. The characteristic for stdin is writable and the characteristic for stdout uses the indicate mechanism to publish the system's output to a connected device. Data will be sent out asynchronously via callout functions. The module can be enabled with "USEMODULE += stdio_nimble" Co-authored-by: Francisco Molina <femolina@uc.cl>
2 lines
34 B
Makefile
2 lines
34 B
Makefile
include $(RIOTBASE)/Makefile.base
|