1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-12-06 05:42:10 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
Ivan Grokhotkov
55e5bdfc6c Move 64-bit integer division and modulo functions into flash
Saves another 1819 bytes of IRAM (may help with #1582)
2016-02-18 11:15:08 +03:00
Ivan Grokhotkov
339140c756 Use umm_malloc for heap management 2016-02-04 13:14:47 +03:00
Ivan Grokhotkov
fe04165bbe Fix placement of code into RAM, enable gc-sections
Related to #856, #826, #803, #734
2015-10-06 01:45:38 +03:00
Markus Sattler
63590a9526 update ld add *(.sdk.version) 2015-07-07 18:09:31 +03:00
Ivan Grokhotkov
6845030483 Update linker script for SDK 1.1.0
Exception vectors have moved into .text.
2015-05-25 00:32:45 +03:00
Ivan Grokhotkov
870b8b9478 Move tools to platform directory 2015-05-18 16:04:30 +03:00