Example program for EVAL-TempSense-ARDZ boards.

Dependencies:   platform_drivers

mbed_app.json

Committer:
Kjansen
Date:
2021-09-24
Revision:
7:3e5f6cca357e

File content as of revision 7:3e5f6cca357e:

{
    "config": {
        "usb_speed": {
            "help": "USE_USB_OTG_FS or USE_USB_OTG_HS or USE_USB_HS_IN_FS",
            "value": "USE_USB_OTG_HS"
        }
    },
    "requires": ["bare-metal", "drivers-usb", "events"],
    "target_overrides": {
        "*": {
            "platform.default-serial-baud-rate": 115200,
            "target.printf_lib": "std"
        }
    }
}