added C hal into the project successfuly

This commit is contained in:
Filipriec
2025-12-02 13:44:47 +01:00
parent f7063f877d
commit af781eb1f8
4 changed files with 65 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
[package]
authors = ["Priec <filippriec@gmail.com>"]
[package]
authors = ["Priec <filippriec@gmail.com>"]
name = "dma_gpio"
edition = "2024"
version = "0.1.0"
@@ -33,6 +33,9 @@ embedded-io-async = "0.6.1"
[dev-dependencies]
defmt-test = "0.4.0"
[build-dependencies]
cc = "1.2.48"
[[test]]
name = "uart_emulation"
harness = false