From 89b1c6fff5e6c4869b8b03950697dafe7a93bdfd Mon Sep 17 00:00:00 2001 From: ROMemories Date: Fri, 19 Jul 2024 08:59:09 +0200 Subject: [PATCH] docs(gpio-example): restrict the architectures on which this example runs This fixes the nightly CI builds. --- examples/gpio/laze.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/examples/gpio/laze.yml b/examples/gpio/laze.yml index ff2bafdc2..457be6038 100644 --- a/examples/gpio/laze.yml +++ b/examples/gpio/laze.yml @@ -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