Example program for EVAL-TempSense-ARDZ boards.

Dependencies:   platform_drivers

Committer:
Kjansen
Date:
Fri Sep 24 15:22:13 2021 +0100
Revision:
7:3e5f6cca357e
1.) Updated the project repository structure
2.) Made modifications in the code to align with the latest no-OS drivers and the platform drivers

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kjansen 7:3e5f6cca357e 1 {
Kjansen 7:3e5f6cca357e 2 "config": {
Kjansen 7:3e5f6cca357e 3 "usb_speed": {
Kjansen 7:3e5f6cca357e 4 "help": "USE_USB_OTG_FS or USE_USB_OTG_HS or USE_USB_HS_IN_FS",
Kjansen 7:3e5f6cca357e 5 "value": "USE_USB_OTG_HS"
Kjansen 7:3e5f6cca357e 6 }
Kjansen 7:3e5f6cca357e 7 },
Kjansen 7:3e5f6cca357e 8 "requires": ["bare-metal", "drivers-usb", "events"],
Kjansen 7:3e5f6cca357e 9 "target_overrides": {
Kjansen 7:3e5f6cca357e 10 "*": {
Kjansen 7:3e5f6cca357e 11 "platform.default-serial-baud-rate": 115200,
Kjansen 7:3e5f6cca357e 12 "target.printf_lib": "std"
Kjansen 7:3e5f6cca357e 13 }
Kjansen 7:3e5f6cca357e 14 }
Kjansen 7:3e5f6cca357e 15 }