Update adafruit nrf52 feather bsp with correct crystal SCA.
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/8959ce9e Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/8959ce9e Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/8959ce9e Branch: refs/heads/1_0_0_dev Commit: 8959ce9e49a63ec031cd1f341e7749d9016d2dc4 Parents: 2495696 Author: William San Filippo <[email protected]> Authored: Mon Feb 27 10:53:55 2017 -0800 Committer: Marko Kiiskila <[email protected]> Committed: Mon Mar 6 15:47:40 2017 -0800 ---------------------------------------------------------------------- hw/bsp/ada_feather_nrf52/syscfg.yml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/8959ce9e/hw/bsp/ada_feather_nrf52/syscfg.yml ---------------------------------------------------------------------- diff --git a/hw/bsp/ada_feather_nrf52/syscfg.yml b/hw/bsp/ada_feather_nrf52/syscfg.yml index e56991e..fdb43b9 100644 --- a/hw/bsp/ada_feather_nrf52/syscfg.yml +++ b/hw/bsp/ada_feather_nrf52/syscfg.yml @@ -95,3 +95,7 @@ syscfg.vals: REBOOT_LOG_FLASH_AREA: FLASH_AREA_REBOOT_LOG NFFS_FLASH_AREA: FLASH_AREA_NFFS COREDUMP_FLASH_AREA: FLASH_AREA_IMAGE_1 + +# The module on the board has +/- 40 ppm crystal. A value of 5 is +# for crystals in the range of 31 to 50 ppm. + BLE_LL_MASTER_SCA: 5
