File: set-yotta-build-target

package info (click to toggle)
firmware-microbit-micropython 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 25,448 kB
  • sloc: ansic: 83,496; cpp: 27,664; python: 2,475; asm: 274; makefile: 245; javascript: 41; sh: 25
file content (19 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Add yotta build target for the micro:bit
 This file is generated when the build target is set initially using
 `yotta target bbc-microbit-classic-gcc`
 .
 This step may need network access, so we patch the file in locally
 to remove this limitation.
Author: Nick Morrott <knowledgejunkie@gmail.com>
Forwarded: not-needed
Last-Update: 2019-01-09
---
--- /dev/null
+++ b/.yotta.json
@@ -0,0 +1,6 @@
+{
+  "build": {
+    "target": "bbc-microbit-classic-gcc-nosd,*",
+    "targetSetExplicitly": true
+  }
+}