mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-06-05 21:08:47 +00:00
Merge pull request #127 from rust-embedded/stm32f042
Replace stm32f042-hal crate by stm32f0xx-hal
This commit is contained in:
commit
5d041c49fe
1 changed files with 1 additions and 2 deletions
|
@ -113,7 +113,6 @@ Register definition for microcontroller families. Usually generated using [`svd2
|
|||
|
||||
### STMicroelectronics
|
||||
|
||||
- [`stm32f042`](https://crates.io/crates/stm32f042) - 
|
||||
- [`stm32f103xx`](https://crates.io/crates/stm32f103xx) Peripheral access API for STM32F103XX microcontrollers (generated using svd2rust) - 
|
||||
- [`stm32f100xx`](https://github.com/japaric/stm32f100xx) Peripheral access API for STM32F100XX microcontrollers (generated using svd2rust) - 
|
||||
- [`stm32f30x`](https://crates.io/crates/stm32f30x) Peripheral access API for STM32F30X microcontrollers (generated using svd2rust) - 
|
||||
|
@ -171,7 +170,7 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
|
|||
|
||||
[stm-bsc]: #stmicroelectronics-2
|
||||
|
||||
- [`stm32f042-hal`](https://crates.io/crates/stm32f042-hal) - 
|
||||
- [`stm32f0xx-hal`](https://crates.io/crates/stm32f0xx-hal) - 
|
||||
- Has examples that can run on boards like the [Nucleo-F042K6] and similar boards
|
||||
|
||||
[Nucleo-F042K6]: http://www.st.com/en/evaluation-tools/nucleo-f042k6.html
|
||||
|
|
Loading…
Reference in a new issue