mirror of https://github.com/ARMmbed/mbed-os.git
Rename CY8CKIT_064B0S2_4343W to CY8CKIT064B0S2_4343W, which fits in 20 characters limit
parent
54f0f56eff
commit
877078003c
|
@ -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) || \
|
||||
|
|
|
@ -6282,7 +6282,7 @@
|
|||
"network-default-interface-type": "WIFI"
|
||||
}
|
||||
},
|
||||
"CY8CKIT_064B0S2_4343W": {
|
||||
"CY8CKIT064B0S2_4343W": {
|
||||
"inherits": [
|
||||
"MCU_PSOC6_M4"
|
||||
],
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue