mirror of https://github.com/ARMmbed/mbed-os.git
K22: Add USBDEVICE support
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>pull/11284/head
parent
e4e6c645fa
commit
7e6da8bffe
|
@ -1242,6 +1242,7 @@
|
|||
"SPISLAVE",
|
||||
"STDIO_MESSAGES",
|
||||
"TRNG",
|
||||
"USBDEVICE",
|
||||
"FLASH"
|
||||
],
|
||||
"device_name": "MK22DN512xxx5"
|
||||
|
@ -8574,7 +8575,7 @@
|
|||
"bootloader_supported": true,
|
||||
"mbed_rom_start": "0x10000000",
|
||||
"mbed_rom_size": "0x100000",
|
||||
"sectors": [[268435456, 512]],
|
||||
"sectors": [[268435456, 512]],
|
||||
"overrides": {
|
||||
"network-default-interface-type": "WIFI"
|
||||
},
|
||||
|
@ -8589,7 +8590,7 @@
|
|||
"bootloader_supported": true,
|
||||
"mbed_rom_start": "0x10000000",
|
||||
"mbed_rom_size": "0x200000",
|
||||
"sectors": [[268435456, 512]]
|
||||
"sectors": [[268435456, 512]]
|
||||
},
|
||||
"CY8CKIT_062S2_43012": {
|
||||
"inherits": ["CY8CMOD_062S2_43012"],
|
||||
|
|
Loading…
Reference in New Issue