1st working sample

mbed_app.json

Committer:
kenjiArai
Date:
2020-01-06
Revision:
0:c6dea1f647f6

File content as of revision 0:c6dea1f647f6:

{
    "config": {
        "usb_speed": {
            "help": "USE_USB_OTG_FS or USE_USB_OTG_HS or USE_USB_HS_IN_FS",
            "value": "USE_USB_OTG_FS"
        }
    },
    "target_overrides": {
        "*": {
            "target.components_add": ["SD"],
            "target.device_has_add": ["USBDEVICE"]
        }
    }
}