Skip to content

Commit

Permalink
Add calliopemini (#103)
Browse files Browse the repository at this point in the history
* Add target  calliopemini

* Update pxt.json

* Add target  calliopemini

* Add suported targets

* add mkc-calliope.json

* Add target  calliopemini

* Update pxt.json

* Add target  calliopemini

* Add suported targets

* add mkc-calliope.json

* remove calliope from acc server
  • Loading branch information
Amerlander authored Oct 20, 2023
1 parent adf4444 commit da2344c
Show file tree
Hide file tree
Showing 165 changed files with 352 additions and 178 deletions.
3 changes: 2 additions & 1 deletion accelerometer/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
5 changes: 3 additions & 2 deletions accelerometer/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@
"supportedTargets": [
"arcade",
"maker",
"microbit"
"microbit",
"calliopemini"
],
"preferredEditor": "tsprj",
"testFiles": [
"test.microbit.ts"
],
"fileDependencies": {
"test.microbit.ts": "target:microbit"
"test.microbit.ts": "target:microbit || target:calliopemini"
}
}
3 changes: 2 additions & 1 deletion acidity/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion air-pressure/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion air-quality-index/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion analog-button/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"arcade",
"microbit",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion arcade-screen/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"arcade",
"microbit",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion arcade-sound/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion azure-iot-hub-health/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion azure-iot-hub-health/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"supportedTargets": [
"arcade",
"microbit",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion barcode-reader/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion bit-radio/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion bluetooth-transport/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"test.ts"
],
"supportedTargets": [
"microbit"
"microbit",
"calliopemini"
]
}
3 changes: 2 additions & 1 deletion braille-display/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion bridge/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion button/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion button/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"arcade",
"microbit",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion buzzer-server/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
],
"supportedTargets": [
"microbit",
"arcade"
"arcade",
"calliopemini"
],
"preferredEditor": "tsprj"
}
3 changes: 2 additions & 1 deletion buzzer/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion buzzer/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"supportedTargets": [
"arcade",
"maker",
"microbit"
"microbit",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion capacitive-button/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion character-screen/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
5 changes: 3 additions & 2 deletions character-screen/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
"test.microbit.ts"
],
"fileDependencies": {
"test.microbit.ts": "target:microbit"
"test.microbit.ts": "target:microbit || target:calliopemini"
},
"supportedTargets": [
"arcade",
"microbit",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion cloud-configuration/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
5 changes: 3 additions & 2 deletions codal-message-bus-server/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
"test.microbit.ts"
],
"fileDependencies": {
"test.microbit.ts": "target:microbit"
"test.microbit.ts": "target:microbit || target:calliopemini"
},
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion codal-message-bus/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion codal-message-bus/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion color/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion color/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"supportedTargets": [
"arcade",
"microbit",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion compass/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion compass/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"supportedTargets": [
"arcade",
"microbit",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion dashboard/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion dc-current-measurement/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion dc-voltage-measurement/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion device-script-condition/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion device-script-manager/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
3 changes: 2 additions & 1 deletion devices/microbit/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
"microbit",
"calliopemini"
],
"preferredEditor": "tsprj"
}
3 changes: 2 additions & 1 deletion distance/pxt.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"supportedTargets": [
"microbit",
"arcade",
"maker"
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
Expand Down
Loading

0 comments on commit da2344c

Please sign in to comment.