Skip to content

Commit 9762d18

Browse files
committed
1.0.1: support reading vddh on SuperMini/nice!nano v2
1 parent 63e5f8e commit 9762d18

File tree

3 files changed

+47
-1
lines changed

3 files changed

+47
-1
lines changed

Diff for: nRFMicro-Arduino-Core-1.0.1.tar.bz2

19.1 MB
Binary file not shown.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nrfmicro-arduino",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Arduino core for nRFMicro-compatible boards",
55
"keywords": [
66
"arduino",

Diff for: package_nRFMicro_index.json

+46
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,52 @@
5353

5454
}
5555

56+
]
57+
},
58+
{
59+
"name": "nRFMicro-like Boards",
60+
"architecture": "nrf52",
61+
"version": "1.0.1",
62+
"category": "Contributed",
63+
"help": {
64+
"online": ""
65+
},
66+
"url": "https://raw.githubusercontent.com/pdcook/nRFMicro-Arduino-Core/main/nRFMicro-Arduino-Core-1.0.1.tar.bz2",
67+
"archiveFileName": "nRFMicro-Arduino-Core-1.0.1.tar.bz2",
68+
"checksum": "SHA-256:6864b2a506899affe5593dc2c5c65c39273bbef6cf60971a8a33577039e6f3b6",
69+
"size": "20051818",
70+
"boards": [{ "name": "nRFMicro" }, { "name": "SuperMini nRF52840" }, {"name": "nice!nano v2"}],
71+
"toolsDependencies": [
72+
{
73+
74+
"packager": "Seeeduino",
75+
76+
"name": "arm-none-eabi-gcc",
77+
78+
"version": "9-2019q4"
79+
80+
},
81+
82+
{
83+
84+
"packager": "Seeeduino",
85+
86+
"name": "nrfjprog",
87+
88+
"version": "9.4.0"
89+
90+
},
91+
92+
{
93+
94+
"packager": "Seeeduino",
95+
96+
"name": "CMSIS",
97+
98+
"version": "5.7.0"
99+
100+
}
101+
56102
]
57103
}
58104
],

0 commit comments

Comments
 (0)