Skip to content

Commit

Permalink
Pin to aunit with style warnings fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGrosser committed Nov 14, 2024
1 parent 9ee8e78 commit 144d438
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ executables = ["test_rp2040_hal"]

[[depends-on]] # Added by alr
rp2040_hal = "^2"
aunit = "^24"
aunit = "^25"
gnatcov = "^22"
gnat_arm_elf = "^14"

Expand All @@ -21,14 +21,14 @@ rp2040_hal = { path='..' }
AUNIT_RUNTIME = "zfp-cross"
AUNIT_BUILD_MODE = "Devel"

[build-profiles]
"*" = "development"
#[build-profiles]
#aunit = "release"
#"*" = "development"
#usb_embedded = "release"
#atomic = "release"
#aunit = "release"

[configuration.values]
rp2040_hal.Device = "rp2350"

[[pins]]
aunit = { path='../../../tmp/aunit_24.0.0_67fdc2b6' }
aunit = { url='https://github.com/JeremyGrosser/aunit.git' }

0 comments on commit 144d438

Please sign in to comment.