SX1276GenericLib to support sx1276 bassed LoRa modules, including HopeRF RFM95, Murata CMWX1ZZABZ and Semtech SX1276MB1MAS/SX1276MB1LAS modules

Dependents:   DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_USB_Rx ... more

Fork of SX1276Lib by Semtech

Committer:
Helmut Tschemernjak
Date:
Sun May 07 18:09:10 2017 +0200
Revision:
38:d9189d958db8
Parent:
37:21fa0615e993
Child:
39:706c32eda7e7
Migrated typedefs.h into the sx1276 source.
Migrated radio init register values and settings into sx1276.cpp
where it belongs to.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Helmut64 36:f2b885b6f33e 1
Helmut64 36:f2b885b6f33e 2 Tasks we needs to be done. (move finished tasks to Done: with you name & date)
Helmut64 36:f2b885b6f33e 3 - Check of the MURATA TCXO config is correct
Helmut64 36:f2b885b6f33e 4 - What needs to e done in the MURATA PA_BOOST case
Helmut64 36:f2b885b6f33e 5 - Verify the Murata ANT Switch code.
Helmut64 36:f2b885b6f33e 6 - Make the timers more generic and move the OS code into the HAL layer.
Helmut64 37:21fa0615e993 7 - add support for Arduino - add sx1276-Arduino-hal.h/cpp
Helmut64 37:21fa0615e993 8 - add support for Linux - add sx1276-Linux-hal.h/cpp
Helmut64 36:f2b885b6f33e 9
Helmut Tschemernjak 38:d9189d958db8 10 - Migrate enum code into sx1276.h
Helmut Tschemernjak 38:d9189d958db8 11
Helmut64 36:f2b885b6f33e 12
Helmut64 36:f2b885b6f33e 13
Helmut64 36:f2b885b6f33e 14
Helmut64 36:f2b885b6f33e 15
Helmut64 36:f2b885b6f33e 16
Helmut64 36:f2b885b6f33e 17
Helmut64 36:f2b885b6f33e 18
Helmut64 36:f2b885b6f33e 19
Helmut64 36:f2b885b6f33e 20
Helmut64 36:f2b885b6f33e 21
Helmut64 36:f2b885b6f33e 22
Helmut64 36:f2b885b6f33e 23
Helmut64 36:f2b885b6f33e 24
Helmut64 36:f2b885b6f33e 25
Helmut64 36:f2b885b6f33e 26
Helmut64 36:f2b885b6f33e 27
Helmut64 36:f2b885b6f33e 28
Helmut64 36:f2b885b6f33e 29 Done:
Helmut Tschemernjak 38:d9189d958db8 30 - Started a Generic SX1276 drive to support multiple SX1276 based modules (May-2017 Helmut Tsch)
Helmut Tschemernjak 38:d9189d958db8 31 - Migrated typedefs code into sx1276.h (7-May-2017 Helmut Tsch)
Helmut Tschemernjak 38:d9189d958db8 32