Skip to content

Commit

Permalink
rename libs/mini-X -> libs/vX
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerlander committed Sep 14, 2023
1 parent 04b0cb1 commit 69ec991
Show file tree
Hide file tree
Showing 39 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/boards/calliope-mini-2.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Calliope mini v2

```sim
basic.showString("mini 2")
basic.showString("calliope mini 2")
```

```package
mini-2
v2
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion libs/mini-1/pxt.json → libs/v1/pxt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "V1",
"name": "v1",
"version": "1.0.0",
"description": "Calliope mini 1",
"compileServiceVariant": "minidal",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion libs/mini-2/pxt.json → libs/v2/pxt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "V2",
"name": "v2",
"version": "1.0.0",
"description": "Calliope mini 2",
"compileServiceVariant": "minidal",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion libs/mini-3/pxt.json → libs/v3/pxt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "V3",
"name": "v3",
"description": "Calliope mini 3",
"core": true,
"compileServiceVariant": "minicodal",
Expand Down
5 changes: 3 additions & 2 deletions pxtarget.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
"libs/core-mini",
"libs/core-mini-dal",
"libs/core-mini-codal",
"libs/mini-1",
"libs/mini-2",
"libs/v1",
"libs/v2",
"libs/v3",
"libs/radio",
"libs/devices",
"libs/bluetooth",
Expand Down

0 comments on commit 69ec991

Please sign in to comment.