This is an example of how to setup mbed to run on the ANNA-B112 using the EVK-NINA-B1 target for compilation

Committer:
rlanders73
Date:
Sun Mar 01 21:36:20 2020 +0000
Revision:
1:2bd5f1894796
Parent:
0:67a616264a3f
Disabled serial control flow by default

Who changed what in which revision?

UserRevisionLine numberNew contents of line
rlanders73 0:67a616264a3f 1 {
rlanders73 0:67a616264a3f 2 "config": {
rlanders73 0:67a616264a3f 3 "trace-level": {
rlanders73 0:67a616264a3f 4 "help": "Options are TRACE_LEVEL_ERROR,TRACE_LEVEL_WARN,TRACE_LEVEL_INFO,TRACE_LEVEL_DEBUG",
rlanders73 0:67a616264a3f 5 "macro_name": "MBED_TRACE_MAX_LEVEL",
rlanders73 0:67a616264a3f 6 "value": "TRACE_LEVEL_DEBUG"
rlanders73 0:67a616264a3f 7 }
rlanders73 0:67a616264a3f 8 },
rlanders73 0:67a616264a3f 9 "target_overrides": {
rlanders73 0:67a616264a3f 10 "*": {
rlanders73 0:67a616264a3f 11 "target.lf_clock_src": "NRF_LF_SRC_RC",
rlanders73 0:67a616264a3f 12 "target.lf_clock_rc_calib_timer_interval": 16,
rlanders73 1:2bd5f1894796 13 "target.lf_clock_rc_calib_mode_config": 1,
rlanders73 1:2bd5f1894796 14 "target.console-uart-flow-control": "Disabled"
rlanders73 0:67a616264a3f 15 }
rlanders73 0:67a616264a3f 16 }
rlanders73 0:67a616264a3f 17 }