Skip to content

Commit

Permalink
Bump g++ version to 13
Browse files Browse the repository at this point in the history
Required by `std::format`
  • Loading branch information
BlakeFreer authored Dec 18, 2024
1 parent cf8d3b4 commit 55d46e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/firmware/dev-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ git --version # >= 2.40
python --version # >= 3.10, use python3 on Linux / Mac
make --version # >= 4.0
cmake --version # >= 3.27
g++ --version # >= 10
g++ --version # >= 13
arm-none-eabi-g++ --version # >= 13.0
```

Expand Down

0 comments on commit 55d46e8

Please sign in to comment.