Skip to content

Commit 7e6da8b

Browse files
committed
K22: Add USBDEVICE support
Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent e4e6c64 commit 7e6da8b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

targets/targets.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,6 +1242,7 @@
12421242
"SPISLAVE",
12431243
"STDIO_MESSAGES",
12441244
"TRNG",
1245+
"USBDEVICE",
12451246
"FLASH"
12461247
],
12471248
"device_name": "MK22DN512xxx5"
@@ -8574,7 +8575,7 @@
85748575
"bootloader_supported": true,
85758576
"mbed_rom_start": "0x10000000",
85768577
"mbed_rom_size": "0x100000",
8577-
"sectors": [[268435456, 512]],
8578+
"sectors": [[268435456, 512]],
85788579
"overrides": {
85798580
"network-default-interface-type": "WIFI"
85808581
},
@@ -8589,7 +8590,7 @@
85898590
"bootloader_supported": true,
85908591
"mbed_rom_start": "0x10000000",
85918592
"mbed_rom_size": "0x200000",
8592-
"sectors": [[268435456, 512]]
8593+
"sectors": [[268435456, 512]]
85938594
},
85948595
"CY8CKIT_062S2_43012": {
85958596
"inherits": ["CY8CMOD_062S2_43012"],

0 commit comments

Comments
 (0)