File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
hal/targets/hal/TARGET_NORDIC/TARGET_NRF5 Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ LF clock source configuration is used for MCU startup initialization and the BLE
10101 . Clock source
1111
1212Default clock source is XTAL oscillator. It is defined at the target level configuration.
13- There are three options that can be configured as the clock source:
14- - NRF_LF_SRC_XTAL
15- - NRF_LF_SRC_RC
16- - NRF_LF_SRC_SYNTH
13+ There are three options that can be configured as the clock source:
14+ - NRF_LF_SRC_XTAL
15+ - NRF_LF_SRC_RC
16+ - NRF_LF_SRC_SYNTH
1717
1818In order to override this configuration use targed_override section in configuration file (e.g mbed_app.json)
1919
@@ -32,11 +32,11 @@ In order to override this configuration use targed_override section in configura
3232``` json
3333{
3434 "config" : {
35- " lf_clock_rc_calib_timer_interval" {
35+ "lf_clock_rc_calib_timer_interval" : {
3636 "value" : 16 ,
3737 "macro_name" : " MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_TIMER_INTERVAL"
3838 },
39- " lf_clock_rc_calib_mode_config" {
39+ "lf_clock_rc_calib_mode_config" : {
4040 "value" : 1 ,
4141 "macro_name" : " MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_MODE_CONFIG"
4242 }
You can’t perform that action at this time.
0 commit comments