mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-06-05 21:08:47 +00:00
Merge #164
164: remove deprecated stm32f429 + stm32f429-hal crates r=therealprof a=astro I am maintainer to the `stm32f429` crate and author of the `stm32f429-hal`. Now, I'm personally migrating to the `stm32-rs` environment. Therefore I will not update these any longer. Co-authored-by: Astro <astro@spaceboyz.net>
This commit is contained in:
commit
703f3d5b8b
1 changed files with 0 additions and 3 deletions
|
@ -127,7 +127,6 @@ Peripheral Access Crates were also called Device Crates.
|
|||
- [`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) - 
|
||||
- [`stm32f429`](https://crates.io/crates/stm32f429) Peripheral access API for STM32F429 microcontrollers (generated using svd2rust) - 
|
||||
- [`stm32f469xx`](https://crates.io/crates/stm32f469xx) Peripheral access API for STM32f469XX microcontrollers (generated using svd2rust) -
|
||||
- [`stm32l151`](https://crates.io/crates/stm32l151) - 
|
||||
* [`stm32-rs`](https://github.com/adamgreig/stm32-rs) Peripheral access API for most STM32 microcontrollers (generated using svd2rust): [stm32f0](https://crates.io/crates/stm32f0), [stm32f1](https://crates.io/crates/stm32f1), [stm32f2](https://crates.io/crates/stm32f2), [stm32f3](https://crates.io/crates/stm32f3), [stm32f4](https://crates.io/crates/stm32f4), [stm32f7](https://crates.io/crates/stm32f7), [stm32l0](https://crates.io/crates/stm32l0), [stm32l1](https://crates.io/crates/stm32l1), [stm32l4](https://crates.io/crates/stm32l4), [stm32h7](https://crates.io/crates/stm32h7)
|
||||
|
@ -199,8 +198,6 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
|
|||
|
||||
- [`stm32f30x-hal`](https://crates.io/crates/stm32f30x-hal) - 
|
||||
|
||||
- [`stm32f429-hal`](https://crates.io/crates/stm32f429-hal) - 
|
||||
|
||||
- [`stm32f4xx-hal`](https://crates.io/crates/stm32f4xx-hal) - 
|
||||
- Generic hal support for stm32f4 devices, currently with support for stm32f407 and stm32f429 devices (WIP)
|
||||
|
||||
|
|
Loading…
Reference in a new issue