[GitHub] utzig opened a new pull request #1643: [FRDM-K64F] Increase size of bootloader slot

2019-02-14 Thread GitBox
utzig opened a new pull request #1643: [FRDM-K64F] Increase size of bootloader slot URL: https://github.com/apache/mynewt-core/pull/1643 This makes the bootloader 40kb (from 24kb) to have enough space to do encrypted image testing, and reduces slot 0/1 sizes from 480KB to 472KB which

[GitHub] utzig commented on issue #1643: [FRDM-K64F] Increase size of bootloader slot

2019-02-14 Thread GitBox
utzig commented on issue #1643: [FRDM-K64F] Increase size of bootloader slot URL: https://github.com/apache/mynewt-core/pull/1643#issuecomment-463718579 @mkiiskila The main issue that need fixing was the size of the bootloader in the linker script, my bootloader was overflowing and it was

[GitHub] brolan-juul opened a new pull request #1645: Timer - Achieve Low Power

2019-02-14 Thread GitBox
brolan-juul opened a new pull request #1645: Timer - Achieve Low Power URL: https://github.com/apache/mynewt-core/pull/1645 This PR implements a suggested workout around to achieve low power with timer off. **NRF52832 Errata v1.9 - 3.19 [78] TIMER: High current consumption when

[GitHub] ccollins476ad opened a new pull request #1644: sys/fault: A few minor fixes

2019-02-14 Thread GitBox
ccollins476ad opened a new pull request #1644: sys/fault: A few minor fixes URL: https://github.com/apache/mynewt-core/pull/1644 This PR implements a few small fixes to the `sys/fault` package. Please see commit messages for a description of the fixes.

[GitHub] wes3 merged pull request #1645: NRF52 Timer - Achieve Low Power When Off

2019-02-14 Thread GitBox
wes3 merged pull request #1645: NRF52 Timer - Achieve Low Power When Off URL: https://github.com/apache/mynewt-core/pull/1645 This is an automated message from the Apache Git Service. To respond to the message, please log on

[mynewt-core] branch master updated (56b7eba -> 74996e6)

2019-02-14 Thread wes3
This is an automated email from the ASF dual-hosted git repository. wes3 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 56b7eba kernel/os: Track most recent event in debug builds new 6a4a9b6 Added shutdown command to the timer

[GitHub] brolan-juul commented on issue #1645: NRF52 Timer - Achieve Low Power When Off

2019-02-14 Thread GitBox
brolan-juul commented on issue #1645: NRF52 Timer - Achieve Low Power When Off URL: https://github.com/apache/mynewt-core/pull/1645#issuecomment-463857599 @wes3 Agreed. I think the clear timer makes sense. This is an