diff options
author | Sylvain Miermont <smiermont@semtech.com> | 2013-11-22 17:08:59 +0100 |
---|---|---|
committer | Sylvain Miermont <smiermont@semtech.com> | 2013-11-22 17:08:59 +0100 |
commit | 0d3fcabc3616d95f9fbeeb367087926dcdb32ca1 (patch) | |
tree | 7769a5bb9217a49e67145ae47cc993bfcdb01891 /libloragw/tst | |
parent | b9710cd6fa8195e442f8bbce53364a125c9198ad (diff) | |
download | lora_gateway-0d3fcabc3616d95f9fbeeb367087926dcdb32ca1.tar.gz lora_gateway-0d3fcabc3616d95f9fbeeb367087926dcdb32ca1.tar.bz2 lora_gateway-0d3fcabc3616d95f9fbeeb367087926dcdb32ca1.zip |
v1.1.0v1.1.0
- Fixed bug 'no TX on radio B' (rfch 1)
- Added feature: concentrator processing delay compensation in the receive() function for accurate 'end of packet' even timestamping
- Added feature: TX 'start delay' compensation in the send() function to emit packet exactly on target timestamp
- Added feature: timestamp counter verification in send() function, return an error if scheduling was too late
- Switched license to 'Revised BSD'
Diffstat (limited to 'libloragw/tst')
-rw-r--r-- | libloragw/tst/test_loragw_hal.c | 3 | ||||
-rw-r--r-- | libloragw/tst/test_loragw_reg.c | 3 | ||||
-rw-r--r-- | libloragw/tst/test_loragw_spi.c | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/libloragw/tst/test_loragw_hal.c b/libloragw/tst/test_loragw_hal.c index 6afcc45..c777597 100644 --- a/libloragw/tst/test_loragw_hal.c +++ b/libloragw/tst/test_loragw_hal.c @@ -8,6 +8,9 @@ Description: Minimum test program for the loragw_hal 'library' + +License: Revised BSD License, see LICENSE.TXT file include in the project +Maintainer: Sylvain Miermont */ diff --git a/libloragw/tst/test_loragw_reg.c b/libloragw/tst/test_loragw_reg.c index 21ff8ee..fb047fb 100644 --- a/libloragw/tst/test_loragw_reg.c +++ b/libloragw/tst/test_loragw_reg.c @@ -8,6 +8,9 @@ Description: Minimum test program for the loragw_spi 'library' + +License: Revised BSD License, see LICENSE.TXT file include in the project +Maintainer: Sylvain Miermont */ diff --git a/libloragw/tst/test_loragw_spi.c b/libloragw/tst/test_loragw_spi.c index e288df5..b3e8a3e 100644 --- a/libloragw/tst/test_loragw_spi.c +++ b/libloragw/tst/test_loragw_spi.c @@ -9,6 +9,9 @@ Description: Minimum test program for the loragw_spi 'library' Use logic analyser to check the results. + +License: Revised BSD License, see LICENSE.TXT file include in the project +Maintainer: Sylvain Miermont */ |