File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 22
22
nRF52: Fix setScanResponse regression from 2v00
23
23
nRF5x: Execute SWI1_IRQHandler when radio turns off instead of on+off. More efficient, fixed multiple advertising.
24
24
Smartibot build added
25
+ ESP8266: add CFLAGs to shrink build size (fix #1622)
25
26
ESP32: update EspruinoBuildTools to esp-idf V3.1.3
26
27
nRF52: Add FAT Filesystem support to MDBT42Q module
27
28
Now save file modification time with FAT
Original file line number Diff line number Diff line change @@ -64,7 +64,9 @@ CFLAGS+= -fno-builtin \
64
64
-Wno-unused-parameter -Wno-ignored-qualifiers -Wno-discarded-qualifiers -Wno-float-conversion \
65
65
-Wno-parentheses -Wno-type-limits -Wno-unused-function -Wno-unused-value \
66
66
-Wl,EL -Wl,--gc-sections -nostdlib -mlongcalls -mtext-section-literals \
67
- -fno-guess-branch-probability -freorder-blocks-and-partition -fno-cse-follow-jumps
67
+ -fno-guess-branch-probability -freorder-blocks-and-partition -fno-cse-follow-jumps \
68
+ -fno-tree-fre -fno-ipa-sra -fno-signed-zeros -fno-trapping-math -fassociative-math \
69
+ -fno-caller-saves -fno-move-loop-invariants -fno-tree-tail-merge -fno-tree-copy-prop
68
70
69
71
# only use mfore-l32 if 4MB board for now
70
72
ifdef FLASH_4MB
You can’t perform that action at this time.
0 commit comments