|
41 | 41 | "command": "cmd", |
42 | 42 | "args": [ |
43 | 43 | "/c", |
44 | | - " scripts\\stm32l4\\build-boot.cmd && echo ✅ ◾ ️Done! " |
| 44 | + " scripts\\nrf52\\build-boot.cmd && echo ✅ ◾ ️Done! " |
45 | 45 | ] |
46 | 46 | }, |
47 | 47 | "osx": { |
48 | 48 | "command": "bash", |
49 | 49 | "args": [ |
50 | 50 | "-c", "-l", |
51 | | - " scripts/stm32l4/build-boot.sh && echo ✅ ◾ ️Done! " |
| 51 | + " scripts/nrf52/build-boot.sh && echo ✅ ◾ ️Done! " |
52 | 52 | ], |
53 | 53 | }, |
54 | 54 | "linux": { |
55 | 55 | "command": "bash", |
56 | 56 | "args": [ |
57 | 57 | "-c", "-l", |
58 | | - " scripts/stm32l4/build-boot.sh && echo ✅ ◾ ️Done! " |
| 58 | + " scripts/nrf52/build-boot.sh && echo ✅ ◾ ️Done! " |
59 | 59 | ], |
60 | 60 | }, |
61 | 61 | "problemMatcher": [ "$gcc" ], |
|
119 | 119 | "command": "cmd", |
120 | 120 | "args": [ |
121 | 121 | "/c", |
122 | | - " scripts\\stm32l4\\image-app.cmd && echo ✅ ◾ ️Done! " |
| 122 | + " scripts\\nrf52\\image-app.cmd && echo ✅ ◾ ️Done! " |
123 | 123 | ] |
124 | 124 | }, |
125 | 125 | "osx": { |
126 | 126 | "command": "bash", |
127 | 127 | "args": [ |
128 | 128 | "-c", "-l", |
129 | | - " scripts/stm32l4/image-app.sh && echo ✅ ◾ ️Done! " |
| 129 | + " scripts/nrf52/image-app.sh && echo ✅ ◾ ️Done! " |
130 | 130 | ], |
131 | 131 | }, |
132 | 132 | "linux": { |
133 | 133 | "command": "bash", |
134 | 134 | "args": [ |
135 | 135 | "-c", "-l", |
136 | | - " scripts/stm32l4/image-app.sh && echo ✅ ◾ ️Done! " |
| 136 | + " scripts/nrf52/image-app.sh && echo ✅ ◾ ️Done! " |
137 | 137 | ], |
138 | 138 | }, |
139 | 139 | "problemMatcher": [], |
|
149 | 149 | "command": "cmd", |
150 | 150 | "args": [ |
151 | 151 | "/c", |
152 | | - " scripts\\stm32l4\\flash-boot.cmd && echo ✅ ◾ ️Done! " |
| 152 | + " scripts\\nrf52\\flash-boot.cmd && echo ✅ ◾ ️Done! " |
153 | 153 | ] |
154 | 154 | }, |
155 | 155 | "osx": { |
156 | 156 | // Previously: " newt load -v bluepill_boot && echo '**** Done!' " |
157 | 157 | "command": "bash", |
158 | 158 | "args": [ |
159 | 159 | "-c", "-l", |
160 | | - " scripts/stm32l4/flash-boot.sh && echo ✅ ◾ ️Done! " |
| 160 | + " scripts/nrf52/flash-boot.sh && echo ✅ ◾ ️Done! " |
161 | 161 | ], |
162 | 162 | }, |
163 | 163 | "linux": { |
164 | 164 | // Previously: " newt load -v bluepill_boot && echo '**** Done!' " |
165 | 165 | "command": "bash", |
166 | 166 | "args": [ |
167 | 167 | "-c", "-l", |
168 | | - " scripts/stm32l4/flash-boot.sh && echo ✅ ◾ ️Done! " |
| 168 | + " scripts/nrf52/flash-boot.sh && echo ✅ ◾ ️Done! " |
169 | 169 | ], |
170 | 170 | }, |
171 | 171 | "problemMatcher": [], |
|
181 | 181 | "command": "cmd", |
182 | 182 | "args": [ |
183 | 183 | "/c", |
184 | | - " scripts\\stm32l4\\flash-app.cmd && echo ✅ ◾ ️Done! " |
| 184 | + " scripts\\nrf52\\flash-app.cmd && echo ✅ ◾ ️Done! " |
185 | 185 | ] |
186 | 186 | }, |
187 | 187 | "osx": { |
188 | 188 | // Previously: " newt load -v bluepill_my_sensor && echo '**** Done!' " |
189 | 189 | "command": "bash", |
190 | 190 | "args": [ |
191 | 191 | "-c", "-l", |
192 | | - " scripts/stm32l4/flash-app.sh && echo ✅ ◾ ️Done! " |
| 192 | + " scripts/nrf52/flash-app.sh && echo ✅ ◾ ️Done! " |
193 | 193 | ], |
194 | 194 | }, |
195 | 195 | "linux": { |
196 | 196 | // Previously: " newt load -v bluepill_my_sensor && echo '**** Done!' " |
197 | 197 | "command": "bash", |
198 | 198 | "args": [ |
199 | 199 | "-c", "-l", |
200 | | - " scripts/stm32l4/flash-app.sh && echo ✅ ◾ ️Done! " |
| 200 | + " scripts/nrf52/flash-app.sh && echo ✅ ◾ ️Done! " |
201 | 201 | ], |
202 | 202 | }, |
203 | 203 | "problemMatcher": [], |
|
0 commit comments