]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/remove_keep_ram_sections' into 'master'
authorAngus Gratton <angus@espressif.com>
Tue, 3 Jan 2017 00:38:56 +0000 (08:38 +0800)
committerAngus Gratton <angus@espressif.com>
Tue, 3 Jan 2017 00:38:56 +0000 (08:38 +0800)
commit189543f317d7f6ac4604856bbcf4c9861afb6bd2
tree741e2733e19eb6df773524a4f11abd064b506e60
parent7883a5bae51488464bc46a784d7cc4d17c277b90
parent5e96070c27ecd0901c4501666d1f5b274adadf94
Merge branch 'bugfix/remove_keep_ram_sections' into 'master'

linker script: Remove KEEP from RAM-resident sections

Reduce RAM usage when not all data/bss sections in source files were used.

See merge request !354