Myself and others new to mbed having trouble understanding the various arcane requirements. Adding a mbed_app.json file to enable a library feature instead of using a #define is one of them. Sharing this to help others.

Dependencies:   max32630fthr USBDevice

Committer:
psionprime
Date:
Fri Apr 05 01:44:50 2019 +0000
Revision:
9:29f7bb957c34
- initial commit; - all stats enabled; - getting zeros for CPU times if anyone wants to fix ? :)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
psionprime 9:29f7bb957c34 1 {
psionprime 9:29f7bb957c34 2 "target_overrides": {
psionprime 9:29f7bb957c34 3 "*": {
psionprime 9:29f7bb957c34 4 "platform.all-stats-enabled": true
psionprime 9:29f7bb957c34 5 }
psionprime 9:29f7bb957c34 6 }
psionprime 9:29f7bb957c34 7 }