Skip to content

Commit af8f2f0

Browse files
committed
docs: ✏️ Refer gcc 15.2
1 parent 60432f4 commit af8f2f0

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ compile_commands.json
1818
# GCC
1919
avr_toolchain/
2020
avr_toolchain_build/
21+
avr-gcc-15.2.0-x64-linux/

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "modules/jgandert"]
22
path = modules/jgandert
33
url = https://github.com/maatthc/jgandert_qmk_modules.git
4+
[submodule "modules/getreuer"]
5+
path = modules/getreuer
6+
url = https://github.com/getreuer/qmk-modules.git

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ export KEYBOARD="beekeeb/piantor"
6464
export KEYBOARD="crkbd/rev1"
6565
```
6666

67-
##### Compile with GCC v8.3.0
68-
Generates a firmware considerably smaller (~1.5k):
67+
##### Firmware size
68+
69+
If you are facing issues with size, try different compiler versions: the v15.2 gives good results.
70+
Another possible options is to compile with GCC v8.3.0:
6971

7072
```
7173
./install_avr_8.3.0.sh

modules/getreuer

Submodule getreuer added at d2b5ee0

0 commit comments

Comments
 (0)