Skip to content

Commit 1d1e61e

Browse files
committed
osnma-longan-nano: use codegen-units = 16
When running the firmware built with codegen-units = 2 for an extended period of time, we run into the same issues as with the codegen-units = 1 firmware. The firmware built with codegen-units = 16 seems to work fine with galmon data.
1 parent f7971fb commit 1d1e61e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ panic = "abort"
4545
inherits = "release"
4646
# For some reason, the osnma-longan-nano firmware hangs when running
4747
# feed_osnma() if built with codegen-units = 1
48-
codegen-units = 2
48+
codegen-units = 16
4949
opt-level = "z" # Optimize for size.

galileo-osnma/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "galileo-osnma"
3-
version = "0.11.2"
3+
version = "0.11.3"
44
edition = "2024"
55
authors = ["Daniel Estevez <daniel@destevez.net>"]
66
description = "Galileo OSNMA (Open Service Navigation Message Authentication)"

osnma-longan-nano/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "osnma-longan-nano"
3-
version = "0.11.2"
3+
version = "0.11.3"
44
edition = "2024"
55
authors = ["Daniel Estevez <daniel@destevez.net>"]
66
description = "Galileo OSNMA demo in a Longan Nano board"

0 commit comments

Comments
 (0)