-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Casting pointer without alignment freezes RP2040 platform #5665
Comments
Debug trace when running on a Pico with JLink:
|
Mictronics
added a commit
to Mictronics/meshtastic_firmware
that referenced
this issue
Dec 27, 2024
Mictronics
added a commit
to Mictronics/meshtastic_firmware
that referenced
this issue
Dec 27, 2024
GUVWAF
added a commit
that referenced
this issue
Dec 27, 2024
* Fix issue #5665. --------- Co-authored-by: Ben Meadors <[email protected]> Co-authored-by: Thomas Göttgens <[email protected]> Co-authored-by: GUVWAF <[email protected]>
Fixed by #5678. |
thebentern
added a commit
that referenced
this issue
Jan 7, 2025
* Fix LED pinout for T-Echo board marked v1.0, date 2021-6-28 * Merge PR #420 * Fixed double and missing Default class. * Use correct format specifier and fixed typo. * Removed duplicate code. * Fix error: #if with no expression * Fix warning: extra tokens at end of #endif directive. * Fix antenna switching logic. Complementary-pin control logic is required on the rp2040-lora board. * Fix deprecated macros. * Set RP2040 in dormant mode when deep sleep is triggered. * Fix array out of bounds read. * Admin key count needs to be set otherwise the key will be zero loaded after reset. * Don't reset the admin key size when loading defaults. Preserve an existing key in config if possible. * Remove log spam when reading INA voltage sensor. * Remove static declaration for admin keys from userPrefs.h. Load hard coded admin keys in case config file has empty slots. * Removed newlines from log. * Fix issue #5665. * Fix build for Pico2 RP2350 platform. --------- Co-authored-by: Ben Meadors <[email protected]> Co-authored-by: Thomas Göttgens <[email protected]> Co-authored-by: GUVWAF <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/meshtastic/firmware/blob/a7d9e8107ac9f16575e349503ac5ce1c3a866ec4/src/mesh/aes-ccm.cpp#L21C1-L22C35
The following XOR operations fails and freezes the device.
Was working fine in 2.5.14 but now code seems to be no longer aligned after recent changes. Testing with commits up to a7d9e81 in my own fork&branch. Reproducible on two different rp2040-lora.
Same branch works fine on T-Echo nrf52.
The text was updated successfully, but these errors were encountered: