This is the blinky program with serial communication

Dependencies:   SEGGER_RTT

Committer:
ppcc
Date:
Thu Oct 15 15:39:07 2020 +0000
Revision:
0:78525a886bac
test

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ppcc 0:78525a886bac 1 {
ppcc 0:78525a886bac 2 "target_overrides" : {
ppcc 0:78525a886bac 3 "NRF52840_DK" : {
ppcc 0:78525a886bac 4 "platform.stdio-baud-rate" : 9600 ,
ppcc 0:78525a886bac 5 "platform.default-serial-baud-rate" : 9600,
ppcc 0:78525a886bac 6 "platform.stdio-convert-newlines": true,
ppcc 0:78525a886bac 7 "target.features_add" : ["BLE"] ,
ppcc 0:78525a886bac 8 "target.extra_labels_add" : [ "CORDIO" , "CORDIO_LL" , "SOFTDEVICE_NONE", "NORDIC_CORDIO" ],
ppcc 0:78525a886bac 9 "target.extra_labels_remove" : [ "SOFTDEVICE_COMMON" , "SOFTDEVICE_S140_FULL5" , "NORDIC_SOFTDEVICE" ] ,
ppcc 0:78525a886bac 10 "target.lf_clock_src" : "NRF_LF_SRC_RC" ,
ppcc 0:78525a886bac 11 "target.lf_clock_rc_calib_timer_interval" : 16 ,
ppcc 0:78525a886bac 12 "target.lf_clock_rc_calib_mode_config" : 2
ppcc 0:78525a886bac 13 }
ppcc 0:78525a886bac 14 }
ppcc 0:78525a886bac 15 }