Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 33ddbb0cb -> 5000e8d68
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/5000e8d6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/5000e8d6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/5000e8d6 Branch: refs/heads/develop Commit: 5000e8d68ff443aa2f5ec4209d63535400bb80dd Parents: 33ddbb0 Author: William San Filippo <[email protected]> Authored: Mon Feb 27 10:53:55 2017 -0800 Committer: William San Filippo <[email protected]> Committed: Mon Feb 27 10:53:55 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/5000e8d6/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
