Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMSIS Builder #81

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
- PLATFORMIO_PROJECT_DIR=examples/arduino-external-libs
- PLATFORMIO_PROJECT_DIR=examples/arduino-internal-libs
- PLATFORMIO_PROJECT_DIR=examples/arduino-web-thing-led
- PLATFORMIO_PROJECT_DIR=examples/cmsis-blink
- PLATFORMIO_PROJECT_DIR=examples/mbed-blink
- PLATFORMIO_PROJECT_DIR=examples/mbed-dsp
# - PLATFORMIO_PROJECT_DIR=examples/mbed-events
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ environment:
- PLATFORMIO_PROJECT_DIR: "examples/arduino-external-libs"
- PLATFORMIO_PROJECT_DIR: "examples/arduino-internal-libs"
- PLATFORMIO_PROJECT_DIR: "examples/arduino-web-thing-led"
- PLATFORMIO_PROJECT_DIR: "examples/cmsis-blink"
- PLATFORMIO_PROJECT_DIR: "examples/mbed-blink"
- PLATFORMIO_PROJECT_DIR: "examples/mbed-dsp"
# - PLATFORMIO_PROJECT_DIR: "examples/mbed-events"
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_circuitplayground_m0.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit Circuit Playground Express",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_crickit_m0.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit Crickit M0",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_feather_m0.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit Feather M0",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_feather_m0_express.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit Feather M0 Express",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_feather_m4.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"svd_path": "ATSAMD51J19A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit Feather M4 Express",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_gemma_m0.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"svd_path": "ATSAMD21E18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit Gemma M0",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_grandcentral_m4.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"svd_path": "ATSAMD51P20A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit Grand Central M4",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_hallowing.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit Hallowing M0",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_hallowing_m4.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"svd_path": "ATSAMD51J19A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit Hallowing M4",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_itsybitsy_m0.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit ItsyBitsy M0",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_itsybitsy_m4.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"svd_path": "ATSAMD51G19A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit ItsyBitsy M4",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_metro_m0.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit Metro M0 Expresss",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_metro_m4.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"svd_path": "ATSAMD51J19A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit Metro M4",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_metro_m4_airliftlite.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"svd_path": "ATSAMD51J19A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit Metro M4 AirLift Lite",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_monster_m4sk.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"svd_path": "ATSAMD51J19A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit MONSTER M4SK",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_pirkey.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"svd_path": "ATSAMD21E18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit pIRkey",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_pybadge_airlift_m4.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"svd_path": "ATSAMD51J20A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit pyBadge AirLift M4",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_pybadge_m4.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"svd_path": "ATSAMD51J19A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit pyBadge M4 Express",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_pygamer_advance_m4.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"svd_path": "ATSAMD51J20A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit PyGamer Advance M4",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_pygamer_m4.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"svd_path": "ATSAMD51J19A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit PyGamer M4 Express",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_pyportal_m4.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"svd_path": "ATSAMD51J20A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit PyPortal M4",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_trellis_m4.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"svd_path": "ATSAMD51J19A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit Trellis M4",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/adafruit_trinket_m0.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"svd_path": "ATSAMD21E18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Adafruit Trinket M0",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/current_ranger.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"variant": "current_ranger"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "LowPowerLab CurrentRanger",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/digix.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"svd_path": "ATSAM3X8E.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Digistump DigiX",
"upload": {
Expand Down
1 change: 1 addition & 0 deletions boards/due.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
},
"frameworks": [
"arduino",
"cmsis",
"simba"
],
"name": "Arduino Due (Programming Port)",
Expand Down
1 change: 1 addition & 0 deletions boards/dueUSB.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"frameworks": [
"arduino",
"cmsis",
"simba"
],
"name": "Arduino Due (USB Native Port)",
Expand Down
3 changes: 2 additions & 1 deletion boards/macchina2.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"svd_path": "ATSAM3X8E.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Macchina M2",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/minitronics20.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"svd_path": "ATSAMD21J18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Minitronics v2.0",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/mkr1000USB.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Arduino MKR1000",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/mkrfox1200.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Arduino MKR FOX 1200",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/mkrgsm1400.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Arduino MKR GSM 1400",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/mkrnb1500.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Arduino MKR NB 1500",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/mkrvidor4000.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "MKR Vidor 4000",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/mkrwan1300.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Arduino MKR WAN 1300",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/mkrwifi1010.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Arduino MKR WiFi 1010",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/mkrzero.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Arduino MKRZERO",
"upload": {
Expand Down
3 changes: 2 additions & 1 deletion boards/moteino_zero.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
"arduino",
"cmsis"
],
"name": "Moteino M0",
"upload": {
Expand Down
Loading