Skip to content

Commit

Permalink
use 32kb ram on dal
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerlander committed Apr 24, 2024
1 parent 7c7f16b commit 3d2301b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions libs/scratch/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,17 @@
"test.ts"
],
"supportedTargets": [
"microbit"
"calliopemini"
],
"preferredEditor": "blocksprj",
"yotta": {
"dependencies": {
"microbit": "yokobond/microbit#mbit-more"
"microbit": "calliope-mini/microbit#calliope-more"
},
"config": {
"microbit-dal": {
"sram_end": "0x20008000",
"RAM_SIZE": "\"32K\"",
"bluetooth": {
"enabled": 1,
"pairing_mode": 0,
Expand All @@ -57,4 +59,4 @@
}
}
}
}
}

0 comments on commit 3d2301b

Please sign in to comment.