Compare commits

...

2 Commits

Author SHA1 Message Date
Priec
b8b6e23738 added url in cargo.toml 2025-10-19 20:55:30 +02:00
Priec
adac3c5944 prod 2025-10-19 20:50:18 +02:00
2 changed files with 6 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -172,7 +172,7 @@ dependencies = [
[[package]]
name = "stm32u575-hal"
version = "0.1.0"
version = "0.0.1"
dependencies = [
"cortex-m",
"cortex-m-rt",

View File

@@ -1,9 +1,13 @@
[package]
name = "stm32u575-hal"
version = "0.1.0"
version = "0.0.1"
edition = "2024"
license = "MIT OR Apache-2.0"
readme = "README.md"
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]
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }