summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-06-02 01:30:07 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-06-02 01:32:19 +0200
commitdff03ecfc74d6af716637888338ebfa99ab7a027 (patch)
treec06bf2b0a2e6657c3427c956dbd27a4e45211aaa /.github
parenta0c5f7137fe0c45b8db0aad2a116aea91e6a93f7 (diff)
downloadembassy-dff03ecfc74d6af716637888338ebfa99ab7a027.zip
Move examples to a subdirectory
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml16
1 files changed, 9 insertions, 7 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 54210700..3fdc10ab 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -26,12 +26,10 @@ jobs:
- package: embassy
target: thumbv6m-none-eabi
features: defmt
- - package: embassy-std-examples
- target: x86_64-unknown-linux-gnu
- - package: embassy-net-examples
+
+ - package: examples/std
target: x86_64-unknown-linux-gnu
- - package: embassy-nrf-examples
- target: thumbv7em-none-eabi
+
- package: embassy-nrf
target: thumbv7em-none-eabi
features: nrf52805
@@ -59,8 +57,12 @@ jobs:
- package: embassy-nrf
target: thumbv7em-none-eabi
features: nrf52840,defmt
- - package: embassy-rp-examples
+ - package: examples/nrf
+ target: thumbv7em-none-eabi
+
+ - package: examples/rp
target: thumbv6m-none-eabi
+
- package: embassy-stm32
target: thumbv7em-none-eabi
features: stm32f411ce,defmt
@@ -76,7 +78,7 @@ jobs:
- package: embassy-stm32
target: thumbv6m-none-eabi
features: stm32l053r8,defmt
- - package: embassy-stm32-examples
+ - package: examples/stm32f4
target: thumbv7em-none-eabi
steps: