summaryrefslogtreecommitdiff
path: root/loragw_hal/src/loragw_aux.c
AgeCommit message (Collapse)AuthorFiles
2013-10-23Beta 7 (beta6 skipped)v1.b7Sylvain Miermont1
- 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
2013-10-23Beta 4v1.b4Sylvain Miermont1
- now supports 'native' Linux /dev/spi* interface and SPI-over-USB using FTDI bridge through libmpsse - Flexible build system, with library.cfg file to set Makefile options - removed 500 kHz bandwidth limitation on radios, pushed it to the nominal 800kHz usable bandwidth - RSSI calibrated fo Lora multi-datarate channels
2013-10-23Release Candidate 2v0.rc2Sylvain Miermont1
- code cleanup and formating - variable and constants renaming - TX polarity management - fixed bugs thanks to Joe Knapp feedback
2013-10-23Release Candidate 1, initial diffusion.v0.rc1Sylvain Miermont1