Skip to content

Commit

Permalink
Update SX1301 + SX1302/3 HAL.
Browse files Browse the repository at this point in the history
This update contains a fix related to the RMC string parsing. The
original Semtech HAL expects 13 fields, but the RMC string outputted by
Gpsd contains 12 fields. While this output is also valid, it is ignored
by the Semtech HAL.
  • Loading branch information
brocaar committed Oct 4, 2024
1 parent 4dc68cb commit 851eb38
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cross/Dockerfile.aarch64-unknown-linux-musl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/cross-rs/aarch64-unknown-linux-musl:main

ENV SX1301_VERSION=v5.0.1r2
ENV SX1302_VERSION=V2.1.0r7
ENV SX1301_VERSION=v5.0.1r3
ENV SX1302_VERSION=V2.1.0r8
ENV SX2G4_VERSION=V1.1.0

ENV HAL_ARCH=arm
Expand Down
4 changes: 2 additions & 2 deletions cross/Dockerfile.armv5te-unknown-linux-musleabi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/cross-rs/armv5te-unknown-linux-musleabi:main

ENV SX1301_VERSION=v5.0.1r2
ENV SX1302_VERSION=V2.1.0r7
ENV SX1301_VERSION=v5.0.1r3
ENV SX1302_VERSION=V2.1.0r8
ENV SX2G4_VERSION=V1.1.0

ENV HAL_ARCH=arm
Expand Down
4 changes: 2 additions & 2 deletions cross/Dockerfile.armv7-unknown-linux-musleabihf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/cross-rs/armv7-unknown-linux-musleabihf:main

ENV SX1301_VERSION=v5.0.1r2
ENV SX1302_VERSION=V2.1.0r7
ENV SX1301_VERSION=v5.0.1r3
ENV SX1302_VERSION=V2.1.0r8
ENV SX2G4_VERSION=V1.1.0

ENV HAL_ARCH=arm
Expand Down
4 changes: 2 additions & 2 deletions cross/Dockerfile.x86_64-unknown-linux-musl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/cross-rs/x86_64-unknown-linux-musl:main

ENV SX1301_VERSION=v5.0.1r2
ENV SX1302_VERSION=V2.1.0r7
ENV SX1301_VERSION=v5.0.1r3
ENV SX1302_VERSION=V2.1.0r8
ENV SX2G4_VERSION=V1.1.0

ENV HAL_ARCH=
Expand Down

0 comments on commit 851eb38

Please sign in to comment.