nrf: add SoftDevice support for the Circuit Playground Bluefruit

This also fixes a bug: the Bluefruit doesn't have a low frequency
crystal. Somehow non-SoftDevice code still worked. However, the
SoftDevice won't initialize when this flag is set incorrectly.
This commit is contained in:
Ayke van Laethem
2020-08-29 22:58:08 +02:00
committed by Ron Evans
parent 83252448b0
commit 47a975a44f
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -7,4 +7,7 @@ MEMORY
_stack_size = 2K;
/* This value is needed by the Nordic SoftDevice. */
__app_ram_base = ORIGIN(RAM);
INCLUDE "targets/arm.ld"