aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Nethercote <[email protected]>2025-05-16 14:48:18 +0200
committerNicholas Nethercote <[email protected]>2025-05-16 14:55:39 +0200
commite2d053e5a85bc0206b6d088f2b794211d0a46e96 (patch)
tree9c56b82a569f3943840e855da0f2f4d1aa56fb1f
parenta32e665f6333b1bbfb01b120e680b86296d124a2 (diff)
Fix a minor formatting issue in `README.md`
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 669fa469b..68d8460d3 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,8 @@ Rust's [async/await](https://rust-lang.github.io/async-book/) allows for unprece
12 12
13## Batteries included 13## Batteries included
14 14
15- **Hardware Abstraction Layers 15- **Hardware Abstraction Layers**
16 ** - HALs implement safe, idiomatic Rust APIs to use the hardware capabilities, so raw register manipulation is not needed. The Embassy project maintains HALs for select hardware, but you can still use HALs from other projects with Embassy. 16 - HALs implement safe, idiomatic Rust APIs to use the hardware capabilities, so raw register manipulation is not needed. The Embassy project maintains HALs for select hardware, but you can still use HALs from other projects with Embassy.
17 - [embassy-stm32](https://docs.embassy.dev/embassy-stm32/), for all STM32 microcontroller families. 17 - [embassy-stm32](https://docs.embassy.dev/embassy-stm32/), for all STM32 microcontroller families.
18 - [embassy-nrf](https://docs.embassy.dev/embassy-nrf/), for the Nordic Semiconductor nRF52, nRF53, nRF54 and nRF91 series. 18 - [embassy-nrf](https://docs.embassy.dev/embassy-nrf/), for the Nordic Semiconductor nRF52, nRF53, nRF54 and nRF91 series.
19 - [embassy-rp](https://docs.embassy.dev/embassy-rp/), for the Raspberry Pi RP2040 and RP23xx microcontrollers. 19 - [embassy-rp](https://docs.embassy.dev/embassy-rp/), for the Raspberry Pi RP2040 and RP23xx microcontrollers.