Skip to content

Commit

Permalink
Document UART
Browse files Browse the repository at this point in the history
Merges: #2
  • Loading branch information
chrysn authored Oct 21, 2024
2 parents 6267c88 + 6e26fc4 commit 8771ba1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ USEMODULE += vfs
USEMODULE += prng_sha256prng
USEMODULE += tiny_strerror
FEATURES_REQUIRED += periph_adc
FEATURES_REQUIRED += periph_gpio
FEATURES_REQUIRED += periph_i2c
FEATURES_REQUIRED += periph_spi
FEATURES_REQUIRED += periph_gpio
FEATURES_REQUIRED += periph_uart

USEPKG += nimble

Expand Down

0 comments on commit 8771ba1

Please sign in to comment.