Releases: Lora-net/picoGW_hal
Releases · Lora-net/picoGW_hal
v0.2.3
v0.2.2
v0.2.1
v0.2.0
- HAL: reverted AGC FW to version 4, as v5 was necessary to fix a HW bug which has been fixed since rev V02A of the picoCell reference design.
- HAL: fixed a bug lgw_com_send_command() function to prevent from hanging when writing on the COM link was not possible.
- HAL: fixed memory alignment on FSK syncword configuration.
v0.1.2
v0.1.1
- HAL: fixed MCU command wrong size in lgw_mcu_commit_radio_calibration().
- HAL: fixed MCU reset sequence to wait for MCU to complete reset and reinit
the communication bridge before exiting. This is to avoid issues when restarting
the concentrator after exit.
v0.1.0
- HAL: code clean-up/refactoring
- HAL: serial port configuration to handle both USB or UART communication with
mcu. - util_boot: only used to jump to the MCU bootloader.
- util_chip_id: no more command line parameter, just print the PicoCell GW
unique ID on the console. - HAL/util_*: added a parameter to lgw_connect() function to specify the COM
device path to be used to communicate with the concentrator board (tty...).