From 9ee4af60963bb96d5613becfdcefe0c61f41905d Mon Sep 17 00:00:00 2001 From: chao_king <37656088+ChazJin@users.noreply.github.com> Date: Fri, 16 Nov 2018 13:36:56 +0800 Subject: [PATCH] Remove the "device_name": "GD32F307VG" Our MCU is not in CMSIS Pack and later I will submit a PR that adds back the value with the data from the released CMSIS Pack. --- targets/targets.json | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/targets.json b/targets/targets.json index 1cf602667b..942c54afa0 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -7446,7 +7446,6 @@ "detect_code": ["1701"], "macros_add": ["GD32F30X_CL"], "release_versions": ["5"], - "device_name": "GD32F307VG", "overrides": { "network-default-interface-type": "ETHERNET" }