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
LoRa_TODO.txt
- Committer:
- Helmut Tschemernjak
- Date:
- 2017-05-08
- Revision:
- 42:72deced1a4c4
- Parent:
- 41:2dbc4afedf61
- Child:
- 43:90de42f3c1fd
- Child:
- 44:544add59b26d
File content as of revision 42:72deced1a4c4:
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 - Add support for Cad detection before sending a packet - Add support to provide the send/receive packet buffer, no need to allocate packet data in the sx1276 driver. Can be provided Rx/Tx parameters. - Add support for larger Lora packets (can be up to 2048 bytes) this feature is not so important, however the current implementation is very basic. - 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 Done: - Started a Generic SX1276 driver to support all SX1276 modules (May-2017 Helmut) - Migrated typedefs code into sx1276.h (7-May-2017 Helmut) - 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)