ARMmbed / mbed-semtech-lora-rf-drivers

Semtech's LoRa RF drivers for mbed OS
Other
31 stars 25 forks source link

Removing software RX timeouts in RX chain #22

Closed hasnainvirk closed 6 years ago

hasnainvirk commented 6 years ago

Both in FSK and LoRa mode, we do not rely on software timers anymore. This makes our timing precise and enables us to consume less power. It also gives us flexibility which we need for future deep sleep venture as Mbed OS timeout class may lock the sleep manager if not using low power timers.

hasnainvirk commented 6 years ago

Please review @AnttiKauppila @kjbracey-arm

hasnainvirk commented 6 years ago

@kjbracey-arm Can you please review ?

hasnainvirk commented 6 years ago

@AnttiKauppila Please review.

hasnainvirk commented 6 years ago

@kjbracey-arm Please review again.