summaryrefslogtreecommitdiff
path: root/loragw_hal/src/arb_fw.var
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 5v1.b5Sylvain Miermont1
- updated firmwares and registers to new IP revision (VERSION = 103, bistream r986) - recalibrated RSSI - updated registers configuration - updated size for firmware code memory - changed TX status code symbols
2013-10-23Beta 2v1.b2Sylvain Miermont1
- updated firmwares and registers to new IP revision (VERSION = 101) - added CHIP_ID - added function to get TX status
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