Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b8b6e23738 | ||
|
|
adac3c5944 |
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -172,7 +172,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "stm32u575-hal"
|
name = "stm32u575-hal"
|
||||||
version = "0.1.0"
|
version = "0.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cortex-m",
|
"cortex-m",
|
||||||
"cortex-m-rt",
|
"cortex-m-rt",
|
||||||
|
|||||||
@@ -1,9 +1,13 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "stm32u575-hal"
|
name = "stm32u575-hal"
|
||||||
version = "0.1.0"
|
version = "0.0.1"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
readme = "README.md"
|
||||||
description = "Hardware Abstraction Layer for STM32U575 microcontrollers"
|
description = "Hardware Abstraction Layer for STM32U575 microcontrollers"
|
||||||
|
repository = "https://git.farmeris.sk/filipriec/stm32u575-hal"
|
||||||
|
keywords = ["stm32", "embedded", "hal", "arm", "no_std"]
|
||||||
|
categories = ["embedded"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
|
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user