Skip to content

Commit

Permalink
[stable1.12] Cherry pick n3/n4 fixes (#6119)
Browse files Browse the repository at this point in the history
* Fixing variants for microbit shields (#6117)

* set n4 back to experimental, enable n3 (#6118)

---------

Co-authored-by: Abhijith Chatra <[email protected]>
  • Loading branch information
jwunderl and abchatra authored Oct 12, 2023
1 parent 34f3ef1 commit f3e90e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions libs/hw---n3/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"core---nrf52": "file:../core---nrf52",
"screen---st7735": "file:../screen---st7735",
"mixer---nrf52": "file:../mixer---nrf52",
"game": "file:../game"
"game": "file:../game"
},
"public": true,
"skipLocalization": true,
Expand All @@ -35,7 +35,6 @@
"DEVICE_WEBUSB": 0
}
},
"experimentalHw": true,
"dalDTS": {
"corePackage": "../core---nrf52"
}
Expand Down
1 change: 1 addition & 0 deletions libs/hw---n4/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"public": true,
"skipLocalization": true,
"additionalFilePath": "../hw",
"experimentalHw": true,
"yotta": {
"optionalConfig": {
"DEVICE_JACDAC_DEBUG": 1
Expand Down
6 changes: 3 additions & 3 deletions targetconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,21 +322,21 @@
"description": "Use the micro:bit with an expansion board from Kittenbot",
"imageUrl": "/static/hardware/newbit.png",
"url": "https://www.kittenbot.cc/products/newbit-arcade-shield",
"variant": "hw---n4"
"variant": "hw---n3"
},
{
"name": "micro:bit Retro Shield",
"description": "Use the micro:bit with an expansion board from Elecfreaks",
"imageUrl": "/static/hardware/retro-shield.jpg",
"url": "https://shop.elecfreaks.com/products/micro-bit-retro-programming-arcade",
"variant": "hw---n4"
"variant": "hw---n3"
},
{
"name": "micro:bit Game:Bit Shield",
"description": "Use the micro:bit with an expansion board from iCShop",
"imageUrl": "/static/hardware/bit-shield.png",
"url": "https://www.icshop.com.tw/products/368112100137",
"variant": "hw---n4"
"variant": "hw---n3"
}
],
"galleries": {
Expand Down

0 comments on commit f3e90e4

Please sign in to comment.