Add Argon and Boron

This commit is contained in:
Wojtek Siudzinski
2020-02-16 16:10:12 +01:00
committed by Daniel Esteban
parent bdef52ad62
commit f0fd24e7ba
7 changed files with 180 additions and 9 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"inherits": ["nrf52840"],
"build-tags": ["particle_3rd_gen"],
"flash-method": "openocd",
"openocd-interface": "cmsis-dap"
}
+6
View File
@@ -0,0 +1,6 @@
{
"inherits": ["particle-3rd-gen"],
"build-tags": ["particle_argon"],
"flash-method": "openocd",
"openocd-interface": "cmsis-dap"
}
+6
View File
@@ -0,0 +1,6 @@
{
"inherits": ["particle-3rd-gen"],
"build-tags": ["particle_boron"],
"flash-method": "openocd",
"openocd-interface": "cmsis-dap"
}
+1 -1
View File
@@ -1,5 +1,5 @@
{
"inherits": ["nrf52840_mdk"],
"inherits": ["particle-3rd-gen"],
"build-tags": ["particle_xenon"],
"flash-method": "openocd",
"openocd-interface": "cmsis-dap"