This is the initial version of my 7-segment hardware test and software demo project. This project will also be the starting point for the EE- 2905 Week 10 lab practical.

Committer:
mbed_official
Date:
Tue Jul 23 12:00:36 2019 +0100
Revision:
97:d180a47a5804
Parent:
88:bea4f2daa48c
mbed-os-5.13.1 (#181)

* Updating mbed-os to mbed-os-5.13.1

.
Commit copied from https://github.com/ARMmbed/mbed-os-example-blinky

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 82:abf1b1785bd7 1 {
mbed_official 82:abf1b1785bd7 2 "target_overrides": {
mbed_official 82:abf1b1785bd7 3 "*": {
mbed_official 82:abf1b1785bd7 4 "platform.stack-stats-enabled": true,
mbed_official 82:abf1b1785bd7 5 "platform.heap-stats-enabled": true,
mbed_official 82:abf1b1785bd7 6 "platform.cpu-stats-enabled": true,
mbed_official 82:abf1b1785bd7 7 "platform.thread-stats-enabled": true,
mbed_official 82:abf1b1785bd7 8 "platform.sys-stats-enabled": true
mbed_official 82:abf1b1785bd7 9 }
mbed_official 82:abf1b1785bd7 10 }
mbed_official 82:abf1b1785bd7 11 }