SX1302_HAL/libloragw/src
Michael Coracin 4b42025d17 > #### Updates
This release only targets USB Corecell (no change for SPI connexion type).
The USB-SPI bridge firmware, which runs on the STM32 MCU of the USB Corecell, has
been updated for API clean-up and robustness improvements.

> #### Changes

* MCU: USB-SPI bridge firmware binary v1.0.0.
	* Removed obsolete commands (ORDER_ID__REQ_SPI, ORDER_ID__ACK_SPI)
	* Command index shifted after obsolete commands removal (ORDER_ID__REQ_MULTIPLE_SPI, ORDER_ID__ACK_MULTIPLE_SPI)
	* Command parser sends ORDER_ID__UNKNOW_CMD in case of wrong command size.
	* Code clean-up (typo fixed, comments added...)
	* Implemented Error_Handler() function to reset the MCU in case of fatal error.
	* Fixed a potential roll-over issue in read_write_spi() function.
	* Increased delay tolerance for host feedback on USB transfers.
* HAL: Command interface updated for MCU firmware v1.0.0.
	* Removed obsolete commands from enum order_id_e
	* Shifted commands enum index according to USB-SPI bridge update.
	* Removed decode_ack_spi_access() unused function.
* HAL: Added timing debug information under DEBUG_MCU.
2021-04-22 14:34:46 +02:00
..
agc_fw_sx1250.var v2.0.0 2020-12-09 09:21:09 +01:00
agc_fw_sx1257.var v2.0.0 2020-12-09 09:21:09 +01:00
arb_fw.var v2.0.0 2020-12-09 09:21:09 +01:00
cal_fw.var v1.0.0 2019-07-12 15:40:13 +02:00
loragw_ad5338r.c v2.0.0 2020-12-09 09:21:09 +01:00
loragw_aux.c v2.0.0 2020-12-09 09:21:09 +01:00
loragw_cal.c > #### Updates 2021-03-10 17:20:40 +01:00
loragw_com.c v2.0.0 2020-12-09 09:21:09 +01:00
loragw_debug.c v2.0.0 2020-12-09 09:21:09 +01:00
loragw_gps.c v2.0.0 2020-12-09 09:21:09 +01:00
loragw_hal.c > #### Updates 2021-03-10 17:20:40 +01:00
loragw_i2c.c v2.0.0 2020-12-09 09:21:09 +01:00
loragw_lbt.c v2.0.0 2020-12-09 09:21:09 +01:00
loragw_mcu.c > #### Updates 2021-04-22 14:34:46 +02:00
loragw_reg.c v2.0.0 2020-12-09 09:21:09 +01:00
loragw_spi.c v2.0.0 2020-12-09 09:21:09 +01:00
loragw_stts751.c v2.0.0 2020-12-09 09:21:09 +01:00
loragw_sx125x.c v2.0.0 2020-12-09 09:21:09 +01:00
loragw_sx1250.c v2.0.0 2020-12-09 09:21:09 +01:00
loragw_sx1261.c v2.0.0 2020-12-09 09:21:09 +01:00
loragw_sx1302_rx.c v2.0.0 2020-12-09 09:21:09 +01:00
loragw_sx1302_timestamp.c v2.0.1 2020-12-18 11:11:19 +01:00
loragw_sx1302.c v2.0.1 2020-12-18 11:11:19 +01:00
loragw_usb.c v2.0.0 2020-12-09 09:21:09 +01:00
sx125x_com.c v2.0.0 2020-12-09 09:21:09 +01:00
sx125x_spi.c v2.0.0 2020-12-09 09:21:09 +01:00
sx1250_com.c v2.0.0 2020-12-09 09:21:09 +01:00
sx1250_spi.c v2.0.0 2020-12-09 09:21:09 +01:00
sx1250_usb.c v2.0.0 2020-12-09 09:21:09 +01:00
sx1261_com.c v2.0.0 2020-12-09 09:21:09 +01:00
sx1261_pram.var v2.0.0 2020-12-09 09:21:09 +01:00
sx1261_spi.c v2.0.0 2020-12-09 09:21:09 +01:00
sx1261_usb.c v2.0.0 2020-12-09 09:21:09 +01:00