Skip to content

Commit 7f0c136

Browse files
committed
make ci happy
1 parent d030765 commit 7f0c136

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ jobs:
8080
if: always()
8181
run: |
8282
(cd examples && ../tools/scripts/examples_compile.py samv)
83+
- name: Examples RP20 Devices
84+
if: always()
85+
run: |
86+
(cd examples && ../tools/scripts/examples_compile.py rp_pico)
8387
- name: Execute Python Scripts
8488
if: always()
8589
run: |

ext/aws/module.lb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def build(env):
9797
"with_debug": env.has_module(":debug"),
9898
"with_heap": env.has_module(":platform:heap"),
9999
}
100-
path = core.replace("cortex-m", "ARM_CM").replace("+", "").replace("fd", "f").upper()
100+
path = core.replace("cortex-m", "ARM_CM").replace("+", "").replace("plus", "").replace("fd", "f").upper()
101101
path = path.replace("CM7F", "CM7/r0p1") # use subfolder for M7
102102
path = "freertos/FreeRTOS/Source/portable/GCC/{}".format(path)
103103

0 commit comments

Comments
 (0)