Skip to content

Releases: Lora-net/picoGW_hal

v0.2.3

04 Jun 08:41
Compare
Choose a tag to compare
  • HAL: fixed an issue in the lgw_reg_r()/lgw_reg_w()/lgw_reg_rb()/lgw_reg_wb()
    functions to write the register page before reading/writing any register to
    avoid conflicting with MCU register page setting.

v0.2.2

22 Dec 09:17
Compare
Choose a tag to compare
  • HAL: updated MCU firmware version to match with picoGW_mcu V0.2.1 release.

v0.2.1

22 Dec 09:18
Compare
Choose a tag to compare
  • HAL: Fixed bug in lgw_mcu_receive() which was preventing from fetching more than 2 packets simultaneously.

v0.2.0

29 Sep 07:38
Compare
Choose a tag to compare
  • 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

30 Jun 09:02
Compare
Choose a tag to compare
  • HAL: fixed a wrong copy size and position of MCU unique ID in lgw_mcu_get_unique_id().
  • HAL: disabled some logs.

v0.1.1

27 Jun 15:43
Compare
Choose a tag to compare
  • 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

27 Jun 15:43
Compare
Choose a tag to compare
  • 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...).

v0.0.1

10 Apr 14:41
Compare
Choose a tag to compare
  • Initial release of the LoRa Picocell Gateway HAL