<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lora_gateway.git/libloragw/Makefile, branch v1.4.0</title>
<subtitle>LoRa gateway library</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/'/>
<entry>
<title>v1.4.0</title>
<updated>2014-05-15T11:09:47+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2014-05-15T11:09:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=3f22bb77f120f27fad71b6c47d4eb17936fc42a7'/>
<id>3f22bb77f120f27fad71b6c47d4eb17936fc42a7</id>
<content type='text'>
- Added calibration routine to optimize RF performance
- Added support for SX1301 433 MHz reference board
- Improved AGC firmware
- Improved RSSI accuracy
- Improved utilities Makefile
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added calibration routine to optimize RF performance
- Added support for SX1301 433 MHz reference board
- Improved AGC firmware
- Improved RSSI accuracy
- Improved utilities Makefile
</pre>
</div>
</content>
</entry>
<entry>
<title>v1.3.0</title>
<updated>2014-03-28T15:58:48+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2014-03-28T15:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=f991b0e35ad1bd3b999c70e68c518bae91bd36a6'/>
<id>f991b0e35ad1bd3b999c70e68c518bae91bd36a6</id>
<content type='text'>
- Added TX power management.
- Added full support for SX1301 reference board.
- Changed build system with configuration for multiple chip/radio/band support.
- SX125x bandwidth set to 1MHz by default (was 800 kHz).
- Solved warnings with 64b integer printf when compiling on x86_64.
- Renamed helper programs to reduce the concentrator vs. gateway confusion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added TX power management.
- Added full support for SX1301 reference board.
- Changed build system with configuration for multiple chip/radio/band support.
- SX125x bandwidth set to 1MHz by default (was 800 kHz).
- Solved warnings with 64b integer printf when compiling on x86_64.
- Renamed helper programs to reduce the concentrator vs. gateway confusion.
</pre>
</div>
</content>
</entry>
<entry>
<title>v1.2.0</title>
<updated>2013-12-19T16:41:02+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2013-12-19T16:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=f9203f1a4a9b635cbe96670ed5a5e5309bb10697'/>
<id>f9203f1a4a9b635cbe96670ed5a5e5309bb10697</id>
<content type='text'>
- Added feature: new GPS module in the library for synchronization
- Removed feature: no more missed deadline detection in TX because of incompatibility with GPS
- Added documentation for GPS and legal notice
- Added flags in Makefiles for easier cross-compilation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added feature: new GPS module in the library for synchronization
- Removed feature: no more missed deadline detection in TX because of incompatibility with GPS
- Added documentation for GPS and legal notice
- Added flags in Makefiles for easier cross-compilation
</pre>
</div>
</content>
</entry>
<entry>
<title>v1.1.1</title>
<updated>2013-12-12T14:31:52+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2013-12-12T14:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=b665027754e4a050b5c3ea2da999dce8bf3ab710'/>
<id>b665027754e4a050b5c3ea2da999dce8bf3ab710</id>
<content type='text'>
- bugfix: fixed some range checks that did not prevent segfaults
- test: removed systematic register dump in test_loragw_hal.c
- modified Makefiles for easier cross-compilation
- added root README and removed TXT extension of other READMEs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- bugfix: fixed some range checks that did not prevent segfaults
- test: removed systematic register dump in test_loragw_hal.c
- modified Makefiles for easier cross-compilation
- added root README and removed TXT extension of other READMEs
</pre>
</div>
</content>
</entry>
<entry>
<title>v1.1.0</title>
<updated>2013-11-22T16:08:59+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2013-11-22T16:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=0d3fcabc3616d95f9fbeeb367087926dcdb32ca1'/>
<id>0d3fcabc3616d95f9fbeeb367087926dcdb32ca1</id>
<content type='text'>
- 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'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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'
</pre>
</div>
</content>
</entry>
<entry>
<title>Beta 8</title>
<updated>2013-10-24T07:29:51+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2013-10-22T16:23:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=4977430ef31fb52994fed42b9cb180930ed943d0'/>
<id>4977430ef31fb52994fed42b9cb180930ed943d0</id>
<content type='text'>
- API: lgw_receive now return info on RX frequency and RF path for each packet (no need to keep track of RF/IF settings)
- Unified some portion of the code with the 470 MHz variant of the HAL (use SX1255 radios instead of SX1257)
- Improved AGC and ARB firmwares
- Adding -Wall -Wextra for compilation, fixing all the new warnings for cleaner code
- Fixed bugs in handling of FSK datarate
- test_loragw_hal now dumps the content of all Lora registers after configuration in reg_dump.log
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- API: lgw_receive now return info on RX frequency and RF path for each packet (no need to keep track of RF/IF settings)
- Unified some portion of the code with the 470 MHz variant of the HAL (use SX1255 radios instead of SX1257)
- Improved AGC and ARB firmwares
- Adding -Wall -Wextra for compilation, fixing all the new warnings for cleaner code
- Fixed bugs in handling of FSK datarate
- test_loragw_hal now dumps the content of all Lora registers after configuration in reg_dump.log
</pre>
</div>
</content>
</entry>
<entry>
<title>Beta 7 (beta6 skipped)</title>
<updated>2013-10-23T12:03:05+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2013-09-19T13:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=b922932d1c9869d82042b600db2382d8c15f63dc'/>
<id>b922932d1c9869d82042b600db2382d8c15f63dc</id>
<content type='text'>
- API: change memory allocation for payload, they are now part of the struct for TX/RX, no need to malloc/free
- reduced number of SPI transactions to fetch a packet (improved number a packets par second that can be downloaded from gateway)
- streamlined build process, main target is now a static library: libloragw.a
- All RX chains can use any of the two radios now
- FSK is available and working in TX and RX (variable length mode)
- Calibrated RSSI for FSK
- lgw_connect now check the CHIP_ID
- Added a license file and a changelog
- Added a function returning a version string to allow identification of the version/options once compiled
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- API: change memory allocation for payload, they are now part of the struct for TX/RX, no need to malloc/free
- reduced number of SPI transactions to fetch a packet (improved number a packets par second that can be downloaded from gateway)
- streamlined build process, main target is now a static library: libloragw.a
- All RX chains can use any of the two radios now
- FSK is available and working in TX and RX (variable length mode)
- Calibrated RSSI for FSK
- lgw_connect now check the CHIP_ID
- Added a license file and a changelog
- Added a function returning a version string to allow identification of the version/options once compiled
</pre>
</div>
</content>
</entry>
</feed>
