Skip to content

Commit 4ec50c1

Browse files
committed
tweaks for zephyr
1 parent 826c927 commit 4ec50c1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

tools/testmc/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
}
5858
}
5959
},
60+
"zephyr": {
61+
"include": [
62+
"$(MODULES)/base/worker/manifest.json"
63+
]
64+
},
6065
"pico": {
6166
"defines": {
6267
"audioOut": {

tools/testmc/manifest_common.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,10 @@
250250
"XS_TEST": 1
251251
},
252252
"modules": {
253+
"*": [
254+
"$(MODULES)/base/time/*",
255+
"$(MODULES)/base/time/zephyr/*"
256+
],
253257
"~": [
254258
"$(BUILD)/devices/zephyr/setup/network"
255259
]

0 commit comments

Comments
 (0)