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:
Thu Feb 27 21:02:19 2020 +0000
Revision:
0:67a616264a3f
Child:
1:2bd5f1894796
Initial working version of the ANNA-B112 "Hello  World"

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 0:67a616264a3f 13 "target.lf_clock_rc_calib_mode_config": 1
rlanders73 0:67a616264a3f 14 }
rlanders73 0:67a616264a3f 15 }
rlanders73 0:67a616264a3f 16 }