OVMS3-idf/tools/ldgen
Angus Gratton 769bd4a4af linker: When using section type attributes, create unique sections
* Prevents section type conflict errors if (say) const & non-const data
  is put into the same section (ie with DRAM_ATTR)

* Allows linker --gc-sections to remove unused custom sections
2018-12-19 04:42:04 +00:00
..
samples linker: When using section type attributes, create unique sections 2018-12-19 04:42:04 +00:00
test tools: implement linker script generation 2018-11-16 12:42:02 +08:00
__init__.py tools: implement linker script generation 2018-11-16 12:42:02 +08:00
common.py ldgen: Improve error output when linker input is invalid, don't create output file until end of process 2018-11-29 12:41:35 +11:00
fragments.py ldgen: Improve error output when linker input is invalid, don't create output file until end of process 2018-11-29 12:41:35 +11:00
generation.py ldgen: Improve error output when linker input is invalid, don't create output file until end of process 2018-11-29 12:41:35 +11:00
ldgen.py ldgen: Fix crash if --sections argument not supplied 2018-12-05 18:29:28 +11:00
sdkconfig.py ldgen: Improve error output when linker input is invalid, don't create output file until end of process 2018-11-29 12:41:35 +11:00