aboutsummaryrefslogtreecommitdiff
path: root/buildroot/share/PlatformIO/boards/CHITU_F103.json
diff options
context:
space:
mode:
authorGeorgiy Bondarenko <69736697+nehilo@users.noreply.github.com>2021-03-04 20:54:23 +0300
committerGeorgiy Bondarenko <69736697+nehilo@users.noreply.github.com>2021-03-04 20:54:23 +0300
commite8701195e66f2d27ffe17fb514eae8173795aaf7 (patch)
tree9f519c4abf6556b9ae7190a6210d87ead1dfadde /buildroot/share/PlatformIO/boards/CHITU_F103.json
downloadkp3s-lgvl-e8701195e66f2d27ffe17fb514eae8173795aaf7.tar.xz
kp3s-lgvl-e8701195e66f2d27ffe17fb514eae8173795aaf7.zip
Initial commit
Diffstat (limited to 'buildroot/share/PlatformIO/boards/CHITU_F103.json')
-rw-r--r--buildroot/share/PlatformIO/boards/CHITU_F103.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/buildroot/share/PlatformIO/boards/CHITU_F103.json b/buildroot/share/PlatformIO/boards/CHITU_F103.json
new file mode 100644
index 0000000..ecf7bff
--- /dev/null
+++ b/buildroot/share/PlatformIO/boards/CHITU_F103.json
@@ -0,0 +1,48 @@
+{
+ "build": {
+ "core": "maple",
+ "cpu": "cortex-m3",
+ "extra_flags": "-DSTM32F103xE -DSTM32F1",
+ "f_cpu": "72000000L",
+ "hwids": [
+ [
+ "0x1EAF",
+ "0x0003"
+ ],
+ [
+ "0x1EAF",
+ "0x0004"
+ ]
+ ],
+ "mcu": "stm32f103zet6",
+ "variant": "CHITU_F103",
+ "ldscript": "chitu_f103.ld"
+ },
+ "debug": {
+ "jlink_device": "STM32F103ZE",
+ "openocd_target": "stm32f1x",
+ "svd_path": "STM32F103xx.svd"
+ },
+ "frameworks": [
+ "arduino"
+ ],
+ "name": "CHITU STM32F103Z (64k RAM. 512k Flash)",
+ "upload": {
+ "disable_flushing": false,
+ "maximum_ram_size": 60536,
+ "maximum_size": 480288,
+ "protocol": "stlink",
+ "protocols": [
+ "jlink",
+ "stlink",
+ "blackmagic",
+ "serial",
+ "dfu"
+ ],
+ "require_upload_port": true,
+ "use_1200bps_touch": false,
+ "wait_for_upload_port": false
+ },
+ "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f103ze.html",
+ "vendor": "Generic"
+}