ST-DEVKIT-LRWAN

Dependents:   DISCO-L072CZ-LRWAN1-base

Fork of SX1276GenericLib by Helmut Tschemernjak

History

base test default tip

2017-12-04, by alphaemmeo [Mon, 04 Dec 2017 14:21:04 +0000] rev 91

base test


Added better Arduino InitSerial support with Led blinking.

2017-09-17, by Helmut Tschemernjak [Sun, 17 Sep 2017 12:46:18 +0200] rev 90

Added better Arduino InitSerial support with Led blinking.
Added initial unload support


Fixed calculation of the frequency error with negative numbers

2017-08-30, by Helmut Tschemernjak [Wed, 30 Aug 2017 12:02:09 +0200] rev 89

Fixed calculation of the frequency error with negative numbers


Added Timeout class low/high timeout registration.

2017-08-30, by Helmut Tschemernjak [Wed, 30 Aug 2017 09:48:34 +0200] rev 88

Added Timeout class low/high timeout registration.
Arduino cannot handle edge level interrupts in
deepsleep


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)