Skip to content

Commit

Permalink
build: Acknowledge all available periph_uart variations
Browse files Browse the repository at this point in the history
Merges: #137
  • Loading branch information
chrysn authored Nov 29, 2024
2 parents 279812c + 2fd525b commit 1fa4917
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ fn main() {
"periph_gpio",
"periph_i2c",
"periph_spi",
"periph_uart",
"periph_uart_collision",
"periph_uart_hw_fc",
"periph_uart_modecfg",
"periph_uart_nonblocking",
"periph_uart periph_uart_modecfg",
"periph_uart_reconfigure",
"periph_uart_rxstart_irq",
"periph_uart_tx_ondemand",
"prng_shaxprng",
"pthread",
"random",
Expand Down

0 comments on commit 1fa4917

Please sign in to comment.