Skip to content

Commit 40be1b7

Browse files
committed
Pin GPIO crate
1 parent 2f03a1e commit 40be1b7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/alire.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
with:
1818
repository: godunko/a0b-spi
1919
path: a0b-spi
20+
- uses: actions/checkout@v4
21+
with:
22+
repository: godunko/a0b-stm32f401-gpio
23+
path: a0b-stm32f401-gpio
2024
- uses: actions/checkout@v4
2125
with:
2226
repository: godunko/a0b-stm32f401-usart

alire.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ a0b_stm32f401_usart = "*"
2121

2222
[[pins]]
2323
a0b_spi = { path='../a0b-spi' }
24+
a0b_stm32f401_gpio = { path='../a0b-stm32f401-gpio' }
2425
a0b_stm32f401_usart = { path='../a0b-stm32f401-usart' }
2526
light_blackpill_stm32f401 = { path='../light-startup/blackpill_stm32f401' }

0 commit comments

Comments
 (0)