You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/04/26 05:23:48 UTC

[GitHub] [mynewt-core] amrbekhit commented on issue #1670: Implement low-power support in the LoRa stack and modify the nRF timer code to use the HFXO manager.

amrbekhit commented on issue #1670: Implement low-power support in the LoRa stack and modify the nRF timer code to use the HFXO manager.
URL: https://github.com/apache/mynewt-core/pull/1670#issuecomment-486929962
 
 
   Hi @wes3 as requested I've removed the HFXO changes to hal_system.c and hal_timer.c and will add these as a separate pull request.
   
   I've made some changes to the low power callbacks - since the LoRa code can turn the timer off itself using `hal_timer_deinit`, I've removed the `lora_low_power_enter` callback function and renamed `lora_low_power_exit` to `lora_bsp_enable_mac_timer`. BSPs now only need to implement `lora_bsp_enable_mac_timer`.
   
   I've also modified the b-l072z-lrwan1 and telee02 BSPs to implement `lora_bsp_enable_mac_timer`. Travis CI now builds find and this pull request passes all checks.
   
   Hopefully this can now be merged.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services