Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SX1276GenericLib by
Diff: LoRa_TODO.txt
- Revision:
- 44:544add59b26d
- Parent:
- 42:72deced1a4c4
- Child:
- 46:e78a1d0391ac
diff -r 72deced1a4c4 -r 544add59b26d LoRa_TODO.txt --- a/LoRa_TODO.txt Mon May 08 22:52:31 2017 +0200 +++ b/LoRa_TODO.txt Tue May 09 16:41:16 2017 +0200 @@ -2,7 +2,6 @@ Tasks we needs to be done. Move finished tasks to Done section: -- Check of the MURATA TCXO config is correct - Make the timers more generic and move the OS code into the HAL layer. - add support for Arduino - add sx1276-Arduino-hal.h/cpp - add support for Linux - add sx1276-Linux-hal.h/cpp @@ -16,7 +15,8 @@ - It is a little bit strange that RX/TX/Cad Timeout Timer calling the some handler OnTimeoutIrq. Maybe we just need a single timer, or it is a good idea to split the OnTimeoutIrq function - +- Test if the SX1276 timeouts (rx(tx/sync really uses three timers or + just one at a time. Done: @@ -25,4 +25,4 @@ - Migrated enum code into sx1276.h/radio.h (7-May-2017 Helmut) - Verify the Murata ANT Switch code - MURATA PA_BOOST case,is _antSwitchTXBoost right? (Same as STM sample code) - +- Check of the MURATA TCXO config is correct (implemented, check JP9 on STM L0 board)
