From 5de6bb3adfa5a82ec764f81409bc60e42fc26d20 Mon Sep 17 00:00:00 2001 From: Lachezar Lechev Date: Thu, 20 Apr 2023 09:19:26 +0300 Subject: [PATCH 1/2] feat: add embassy-boot-rp to the doc builder Signed-off-by: Lachezar Lechev --- .github/workflows/doc.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index cb222803b..411b7589f 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -61,6 +61,7 @@ jobs: mkdir crates builder ./embassy-boot/boot crates/embassy-boot/git.zup builder ./embassy-boot/nrf crates/embassy-boot-nrf/git.zup + builder ./embassy-boot/rp crates/embassy-boot-rp/git.zup builder ./embassy-boot/stm32 crates/embassy-boot-stm32/git.zup builder ./embassy-cortex-m crates/embassy-cortex-m/git.zup builder ./embassy-embedded-hal crates/embassy-embedded-hal/git.zup @@ -84,5 +85,3 @@ jobs: echo "${{secrets.KUBECONFIG}}" > ~/.kube/config POD=$(kubectl -n embassy get po -l app=docserver -o jsonpath={.items[0].metadata.name}) kubectl cp crates $POD:/data - - \ No newline at end of file From f67eb84ec73c74170de37a15f26cd9d82756d706 Mon Sep 17 00:00:00 2001 From: Lachezar Lechev Date: Thu, 20 Apr 2023 09:20:02 +0300 Subject: [PATCH 2/2] chore: add embassy-boot-rp to README Signed-off-by: Lachezar Lechev --- embassy-boot/boot/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/embassy-boot/boot/README.md b/embassy-boot/boot/README.md index 414405377..56f4a6279 100644 --- a/embassy-boot/boot/README.md +++ b/embassy-boot/boot/README.md @@ -13,6 +13,7 @@ By design, the bootloader does not provide any network capabilities. Networking The bootloader supports different hardware in separate crates: * `embassy-boot-nrf` - for the nRF microcontrollers. +* `embassy-boot-rp` - for the RP2040 microcontrollers. * `embassy-boot-stm32` - for the STM32 microcontrollers. ## Minimum supported Rust version (MSRV)