add nrf51 DFU project

This commit is contained in:
Shuanglei Tao
2025-05-14 13:03:41 +08:00
parent eca0f1a93b
commit ed07530db4
32 changed files with 10594 additions and 1 deletions

View File

@@ -167,7 +167,7 @@ extern "C" {
#ifdef S210
#define NRF_CLOCK_LFCLKSRC NRF_CLOCK_LFCLKSRC_XTAL_20_PPM
#else
#define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_XTAL, \
#define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_SYNTH, \
.rc_ctiv = 0, \
.rc_temp_ctiv = 0, \
.xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM}