[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2413: STM32 RTC based os tick

2020-11-20 Thread GitBox
apache-mynewt-bot commented on pull request #2413: URL: https://github.com/apache/mynewt-core/pull/2413#issuecomment-731284061 ## Style check summary No suggestions at this time! This is an

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2413: STM32 RTC based os tick

2020-11-20 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2413: URL: https://github.com/apache/mynewt-core/pull/2413#issuecomment-731283332 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2413: STM32 RTC based os tick

2020-11-20 Thread GitBox
apache-mynewt-bot commented on pull request #2413: URL: https://github.com/apache/mynewt-core/pull/2413#issuecomment-731283332 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2413: STM32 RTC based os tick

2020-11-20 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2413: URL: https://github.com/apache/mynewt-core/pull/2413#issuecomment-730683742 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-core] kasjer commented on a change in pull request #2413: STM32 RTC based os tick

2020-11-20 Thread GitBox
kasjer commented on a change in pull request #2413: URL: https://github.com/apache/mynewt-core/pull/2413#discussion_r527703246 ## File path: hw/mcu/stm/stm32_common/src/hal_os_tick.c ## @@ -54,6 +55,315 @@ __WFI(void) #endif #endif +#if MYNEWT_VAL(OS_TICKS_USE_RTC) + +#if

[GitHub] [mynewt-core] sjanc commented on a change in pull request #2413: STM32 RTC based os tick

2020-11-20 Thread GitBox
sjanc commented on a change in pull request #2413: URL: https://github.com/apache/mynewt-core/pull/2413#discussion_r527700117 ## File path: hw/mcu/stm/stm32_common/src/hal_os_tick.c ## @@ -54,6 +55,315 @@ __WFI(void) #endif #endif +#if MYNEWT_VAL(OS_TICKS_USE_RTC) + +#if

[GitHub] [mynewt-core] kasjer commented on a change in pull request #2413: STM32 RTC based os tick

2020-11-20 Thread GitBox
kasjer commented on a change in pull request #2413: URL: https://github.com/apache/mynewt-core/pull/2413#discussion_r527699379 ## File path: hw/mcu/stm/stm32_common/src/hal_os_tick.c ## @@ -54,6 +55,315 @@ __WFI(void) #endif #endif +#if MYNEWT_VAL(OS_TICKS_USE_RTC) + +#if

[GitHub] [mynewt-core] sjanc commented on a change in pull request #2413: STM32 RTC based os tick

2020-11-20 Thread GitBox
sjanc commented on a change in pull request #2413: URL: https://github.com/apache/mynewt-core/pull/2413#discussion_r527697145 ## File path: hw/mcu/stm/stm32_common/src/hal_os_tick.c ## @@ -54,6 +55,315 @@ __WFI(void) #endif #endif +#if MYNEWT_VAL(OS_TICKS_USE_RTC) + +#if

[GitHub] [mynewt-core] andrzej-kaczmarek merged pull request #2414: hw/mcu/dialog: Fix return value from da1469x_m33_sleep

2020-11-20 Thread GitBox
andrzej-kaczmarek merged pull request #2414: URL: https://github.com/apache/mynewt-core/pull/2414 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[mynewt-core] branch master updated: hw/mcu/dialog: Fix return value from da1469x_m33_sleep

2020-11-20 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git The following commit(s) were added to refs/heads/master by this push: new 2a4cddf hw/mcu/dialog: Fix return value

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2414: hw/mcu/dialog: Fix return value from da1469x_m33_sleep

2020-11-20 Thread GitBox
apache-mynewt-bot commented on pull request #2414: URL: https://github.com/apache/mynewt-core/pull/2414#issuecomment-731040302 ## Style check summary No suggestions at this time! This is an

[GitHub] [mynewt-core] andrzej-kaczmarek opened a new pull request #2414: hw/mcu/dialog: Fix return value from da1469x_m33_sleep

2020-11-20 Thread GitBox
andrzej-kaczmarek opened a new pull request #2414: URL: https://github.com/apache/mynewt-core/pull/2414 QSPIC code changes r0 register which is set in the code before to indicate that deep sleep did not happen. This means we will always return non-zero which means "deep sleep *did*