]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/dram_attr' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Thu, 25 Aug 2016 02:19:17 +0000 (10:19 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 25 Aug 2016 02:19:17 +0000 (10:19 +0800)
commit2cd1da31f90a8f04b4f06ddb497d66038e3b26c3
tree25556032cd444b884fafadebe73b36729b10dddd
parent7ba0d90df2c5c8e43338bdbe8816ddd182bc3d96
parent9e57466c96d2a7af176a53d287f74ca4e171a755
Merge branch 'bugfix/dram_attr' into 'master'

fix DRAM_ATTR attribute

Variables marked with DRAM_ATTR were not placed in any specific section and were appended to the last section, causing some errors at binary file generation stage.
This change places contents of .dram1 section into .dram0.data.
Also removes .iram1pro/.iram1app/.dram1pro/.dram1app which weren't used anywhere.

See merge request !23