Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,14 @@ itself; a human has to edit it too.

## Gotchas

- **ARM GCC version matters.** CI pins exactly `12.3.Rel1`. Much newer
toolchains (verified: 15.2.Rel1) fail with `-Werror=array-bounds` in
`lib/sdk11/components/libraries/bootloader_dfu/bootloader_settings.c`
(a false positive from newer GCC's stricter analysis of a fixed
MBR-address read) — verified by actually building with it. 13.3.Rel1
- **ARM GCC version matters.** CI pins exactly `12.3.Rel1`; 13.3.Rel1 also
compiles clean and is the closest verified-working version if you can't
get the exact CI-pinned one.
get the exact CI-pinned one. GCC 15 used to fail with
`-Werror=array-bounds` in
`lib/sdk11/components/libraries/bootloader_dfu/bootloader_settings.c`
(a false positive on a fixed MBR-address read); Adafruit's fix (a scoped
`#pragma GCC diagnostic`, backported in #26) is in, but nobody has rebuilt
here with GCC 15 since — if you do, update this note.
- **MeshCore/Ripple content has been deliberately removed** from the docs
(README, changelog) — this is Meshtastic's own branded fork now, not a
place to re-add other companion-firmware documentation. If you're
Expand Down