-
-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
249 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"build": { | ||
"cpu": "cortex-m0plus", | ||
"extra_flags": "-DSTM32L073xx", | ||
"f_cpu": "32000000L", | ||
"framework_extra_flags": { | ||
"arduino": "-D__CORTEX_SC=0 -DCUSTOM_PERIPHERAL_PINS" | ||
}, | ||
"mcu": "stm32l073rz", | ||
"product_line": "STM32L073xx", | ||
"variant": "STM32L0xx/L072R(B-Z)T_L073R(B-Z)T_L083R(B-Z)T" | ||
}, | ||
"debug": { | ||
"jlink_device": "STM32L073RZ", | ||
"openocd_target": "stm32l0", | ||
"svd_path": "STM32L07x.svd" | ||
}, | ||
"frameworks": [ | ||
"arduino", | ||
"cmsis", | ||
"stm32cube", | ||
"libopencm3" | ||
], | ||
"name": "ACSIP S76S", | ||
"upload": { | ||
"maximum_ram_size": 20480, | ||
"maximum_size": 196608, | ||
"protocol": "stlink", | ||
"protocols": [ | ||
"jlink", | ||
"cmsis-dap", | ||
"stlink", | ||
"blackmagic", | ||
"mbed" | ||
] | ||
}, | ||
"url": "https://www.acsip.com.tw/index.php?action=products-detail&fid1=19&fid2=&fid3=&id=79", | ||
"vendor": "ACSIP" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"build": { | ||
"arduino": { | ||
"variant_h": "variant_AGAFIA_SG0.h" | ||
}, | ||
"core": "stm32", | ||
"cpu": "cortex-m0plus", | ||
"extra_flags": "-DSTM32G0xx -DSTM32G071xx", | ||
"f_cpu": "64000000L", | ||
"framework_extra_flags": { | ||
"arduino": "-D__CORTEX_SC=0" | ||
}, | ||
"mcu": "stm32g071rbt6", | ||
"product_line": "STM32G071xx", | ||
"variant": "STM32G0xx/G071C(6-8-B)(T-U)_G081CB(T-U)" | ||
}, | ||
"debug": { | ||
"jlink_device": "STM32G071RB", | ||
"openocd_target": "stm32g0x", | ||
"svd_path": "STM32G071.svd" | ||
}, | ||
"frameworks": [ | ||
"arduino", | ||
"cmsis", | ||
"libopencm3", | ||
"stm32cube" | ||
], | ||
"name": "Sigma IC AGAFIA SG0", | ||
"upload": { | ||
"maximum_ram_size": 36864, | ||
"maximum_size": 131072, | ||
"protocol": "stlink", | ||
"protocols": [ | ||
"blackmagic", | ||
"cmsis-dap", | ||
"jlink", | ||
"stlink", | ||
"mbed" | ||
] | ||
}, | ||
"url": "https://www.sigmaic.com/store/p7/agafia-sgo.html", | ||
"vendor": "Sigma IC" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"build": { | ||
"arduino": { | ||
"variant_h": "variant_EBB42_V1_1.h" | ||
}, | ||
"core": "stm32", | ||
"cpu": "cortex-m0plus", | ||
"extra_flags": "-DSTM32G0xx -DSTM32G0B1xx", | ||
"f_cpu": "64000000L", | ||
"framework_extra_flags": { | ||
"arduino": "-D__CORTEX_SC=0 -DARDUINO_EBB42_V1_1" | ||
}, | ||
"mcu": "stm32g0b1ret6", | ||
"product_line": "STM32G0B1xx", | ||
"variant": "STM32G0xx/G0B1C(B-C-E)(T-U)_G0C1C(C-E)(T-U)" | ||
}, | ||
"debug": { | ||
"default_tools": [ | ||
"stlink" | ||
], | ||
"jlink_device": "STM32G0B1RE", | ||
"onboard_tools": [ | ||
"stlink" | ||
], | ||
"openocd_target": "stm32g0x", | ||
"svd_path": "STM32G0B1.svd" | ||
}, | ||
"frameworks": [ | ||
"arduino", | ||
"stm32cube" | ||
], | ||
"name": "Big Tree Tech EBB42 V1.1", | ||
"upload": { | ||
"maximum_ram_size": 147456, | ||
"maximum_size": 131072, | ||
"protocol": "stlink", | ||
"protocols": [ | ||
"blackmagic", | ||
"cmsis-dap", | ||
"dfu", | ||
"jlink", | ||
"serial", | ||
"stlink", | ||
"mbed" | ||
] | ||
}, | ||
"url": "https://github.com/bigtreetech/EBB/tree/master/EBB%20CAN%20V1.1%20(STM32G0B1)/EBB42%20CAN%20V1.1", | ||
"vendor": "Big Tree Tech" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"build": { | ||
"core": "stm32", | ||
"cpu": "cortex-m0plus", | ||
"extra_flags": "-DSTM32G0xx -DSTM32G070xx", | ||
"f_cpu": "64000000L", | ||
"framework_extra_flags": { | ||
"arduino": "-D__CORTEX_SC=0" | ||
}, | ||
"mcu": "stm32g070rbt6", | ||
"product_line": "STM32G070xx", | ||
"variant": "STM32G0xx/G070RBT" | ||
}, | ||
"debug": { | ||
"default_tools": [ | ||
"stlink" | ||
], | ||
"jlink_device": "STM32G070RB", | ||
"onboard_tools": [ | ||
"stlink" | ||
], | ||
"openocd_target": "stm32g0x", | ||
"svd_path": "STM32G070.svd" | ||
}, | ||
"frameworks": [ | ||
"arduino", | ||
"cmsis", | ||
"libopencm3", | ||
"stm32cube" | ||
], | ||
"name": "Nucleo G070RB", | ||
"upload": { | ||
"maximum_ram_size": 36864, | ||
"maximum_size": 131072, | ||
"protocol": "stlink", | ||
"protocols": [ | ||
"blackmagic", | ||
"cmsis-dap", | ||
"jlink", | ||
"stlink", | ||
"mbed" | ||
] | ||
}, | ||
"url": "https://www.st.com/en/evaluation-tools/nucleo-g070rb.html", | ||
"vendor": "ST" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"build": { | ||
"arduino": { | ||
"ldscript": "linker_script.ld", | ||
"flash_layout": "50_50" | ||
}, | ||
"extra_flags": "-DARDUINO_OPTA", | ||
"core": "arduino", | ||
"cpu": "cortex-m7", | ||
"f_cpu": "480000000L", | ||
"mcu": "stm32h747xih6", | ||
"variant": "OPTA", | ||
"product_line": "STM32H747xx", | ||
"hwids": [ | ||
[ | ||
"0x2341", | ||
"0x0364" | ||
] | ||
] | ||
}, | ||
"connectivity": [ | ||
"bluetooth", | ||
"wifi" | ||
], | ||
"debug": { | ||
"jlink_device": "STM32H747XI_M7", | ||
"openocd_target": "stm32h7x_dual_bank" | ||
}, | ||
"frameworks": [ | ||
"arduino" | ||
], | ||
"name": "Arduino Opta", | ||
"upload": { | ||
"maximum_ram_size": 523624, | ||
"maximum_size": 786432, | ||
"protocol": "dfu", | ||
"protocols": [ | ||
"cmsis-dap", | ||
"dfu", | ||
"jlink", | ||
"stlink", | ||
"mbed" | ||
], | ||
"require_upload_port": true, | ||
"use_1200bps_touch": true, | ||
"wait_for_upload_port": true, | ||
"offset_address": "0x08040000" | ||
}, | ||
"url": "https://www.arduino.cc/pro/hardware-arduino-opta", | ||
"vendor": "Arduino" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
.pioenvs | ||
.piolibdeps | ||
.pio |