Skip to content

Commit

Permalink
docs(gpio-example): restrict the architectures on which this example …
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMemories authored Jul 19, 2024
2 parents 0306391 + 89b1c6f commit 2e84cce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/gpio/laze.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
apps:
- name: gpio
context:
# list of contexts that have an entry in `pins.rs`
- esp
- microbit-v2
- nrf52840dk
- nrf5340dk
- rp
- st-nucleo-f401re
- st-nucleo-h755zi-q
- st-nucleo-wb55
selects:
- ?release

0 comments on commit 2e84cce

Please sign in to comment.