We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f03a1e commit 40be1b7Copy full SHA for 40be1b7
.github/workflows/alire.yml
@@ -17,6 +17,10 @@ jobs:
17
with:
18
repository: godunko/a0b-spi
19
path: a0b-spi
20
+ - uses: actions/checkout@v4
21
+ with:
22
+ repository: godunko/a0b-stm32f401-gpio
23
+ path: a0b-stm32f401-gpio
24
- uses: actions/checkout@v4
25
26
repository: godunko/a0b-stm32f401-usart
alire.toml
@@ -21,5 +21,6 @@ a0b_stm32f401_usart = "*"
[[pins]]
a0b_spi = { path='../a0b-spi' }
+a0b_stm32f401_gpio = { path='../a0b-stm32f401-gpio' }
a0b_stm32f401_usart = { path='../a0b-stm32f401-usart' }
light_blackpill_stm32f401 = { path='../light-startup/blackpill_stm32f401' }
0 commit comments