Rename CY8CKIT_064B0S2_4343W to CY8CKIT064B0S2_4343W, which fits in 20 characters limit

pull/13516/head
Roman Okhrimenko 2020-08-31 22:30:49 +03:00
parent 54f0f56eff
commit 877078003c
45 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@
defined(TARGET_CY8CKIT_062S2_43012) || \
defined(TARGET_CY8CKIT_062S2_4343W) || \
defined(TARGET_CY8CKIT_064S2_4343W) || \
defined(TARGET_CY8CKIT_064B0S2_4343W) || \
defined(TARGET_CY8CKIT064B0S2_4343W) || \
defined(TARGET_CY8CPROTO_062_4343W) || \
defined(TARGET_CY8CPROTO_062S2_43012) || \
defined(TARGET_CY8CPROTO_062S3_4343W) || \

View File

@ -6282,7 +6282,7 @@
"network-default-interface-type": "WIFI"
}
},
"CY8CKIT_064B0S2_4343W": {
"CY8CKIT064B0S2_4343W": {
"inherits": [
"MCU_PSOC6_M4"
],

View File

@ -161,7 +161,7 @@ def sign_image(toolchain, resourses, elf, binf, m0hex):
# Mapping from mbed target to cysecuretools target
TARGET_MAPPING = {
"CY8CKIT_064B0S2_4343W": "cy8ckit-064b0s2-4343w",
"CY8CKIT064B0S2_4343W": "cy8ckit-064b0s2-4343w",
"CYTFM_064B0S2_4343W" : "cy8ckit-064b0s2-4343w",
"CY8CPROTO_064B0S1_BLE": "cy8cproto-064b0s1-ble",
"CY8CPROTO_064S1_SB" : "cy8cproto-064s1-sb",