Commit d30f038 1 parent 42a5d80 commit d30f038 Copy full SHA for d30f038
File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 18
18
all : submodules refresh-version
19
19
cd $(BUILD ) && cmake ../.. $(CMAKE_OPTIONS )
20
20
$(MAKE ) -j16 -C $(BUILD )
21
- $(MAKE ) concat-configs
21
+ $(MAKE ) patch
22
22
23
23
r : flash
24
24
f : flash
@@ -91,10 +91,15 @@ update-devs: devicescript/cli/built/devicescript-cli.cjs
91
91
bump : update-devs
92
92
node devicescript/scripts/bumparch.mjs
93
93
94
- concat-configs :
94
+ patch :
95
95
mkdir -p dist
96
96
$(CLI ) binpatch --slug microsoft/devicescript-pico --generic --uf2 $(UF2 ) --outdir dist boards/$(BUILD_ARCH ) /* .board.json
97
97
98
+ fake-dist :
99
+ rm -rf dist/
100
+ $(MAKE ) BUILD_ARCH=rp2040 patch
101
+ $(MAKE ) BUILD_ARCH=rp2040w patch
102
+
98
103
# also keep ELF file for addr2line
99
104
.PHONY : dist
100
105
sub-dist : all
You can’t perform that action at this time.
0 commit comments