us915 ch 9 20dbm
Dependents: DISCO-L072CZ-LRWAN1_LoRa_PingPong
Fork of SX1276GenericLib by
History
added US_915 channel 9 for use and 20dbm
2017-08-29, by rgilson [Tue, 29 Aug 2017 14:18:38 +0000] rev 88
added US_915 channel 9 for use and 20dbm
Added some test code to enable interrupts in deepssleep.
2017-08-23, by Helmut Tschemernjak [Wed, 23 Aug 2017 16:26:21 +0200] rev 87
Added some test code to enable interrupts in deepssleep.
The deepsleep disables the SysTick already
2017-08-17, by Helmut Tschemernjak [Thu, 17 Aug 2017 11:07:50 +0200] rev 86
The deepsleep disables the SysTick already
The deepsleep does not need to disable the SysTick, it is off
2017-08-12, by Helmut Tschemernjak [Sat, 12 Aug 2017 19:16:08 +0200] rev 85
The deepsleep does not need to disable the SysTick, it is off
already in suspend mode. It looks like out D21 MCU does not
need to keep the flash on during sleep, we got a newer chip
revision.
Modified InitSerial() to check if the USB Serial is active,
2017-08-11, by Helmut Tschemernjak [Fri, 11 Aug 2017 15:11:08 +0200] rev 84
Modified InitSerial() to check if the USB Serial is active,
turn off USB if no SerialUSB is being in use to save power
Added GetFrequencyError API support
2017-08-06, by Helmut Tschemernjak [Sun, 06 Aug 2017 14:23:43 +0200] rev 83
Added GetFrequencyError API support
Fixed some bandwidth table numbers (unused frequencies so far)
2017-08-06, by Helmut Tschemernjak [Sun, 06 Aug 2017 11:28:33 +0200] rev 82
Fixed some bandwidth table numbers (unused frequencies so far)
Use correct usec timestamps
2017-08-05, by Helmut Tschemernjak [Sat, 05 Aug 2017 16:08:26 +0200] rev 81
Use correct usec timestamps
More complete support for RxSignalPending detection
Added proper wait_ms function which uses our timers
2017-08-03, by Helmut Tschemernjak [Thu, 03 Aug 2017 13:43:35 +0200] rev 80
Added proper wait_ms function which uses our timers
Fixed a restart-timer problem that the existing timer stop was not re-used.
2017-08-03, by Helmut Tschemernjak [Thu, 03 Aug 2017 11:59:54 +0200] rev 79
Fixed a restart-timer problem that the existing timer stop was not re-used.
Fixed a dprintf timestamp problem, we need to limit the u-seconds to 6 digits
Block the dprintf function if it is busy.