esp-idf/tools/ldgen
Renz Bagaporo 23aff378f4 ldgen: fix sections info parsing
Fixes an issure where the first part of an object file name is not
included, due to matching the rule for a section entry previously.

Reduce depedency on matching literal strings in sections which might
change depending on toolchain (ex. matching 'elf32-xtensa-le')

Make sure parsing rule succeeds for the entirety of the sections info
string by adding 'parseAll=True'.

Add test for sections info parsing.
2021-06-21 09:45:23 +10:00
..
samples Merge branch 'feature/mbedtls_add_faster_modexp' into 'master' 2019-11-06 15:51:28 +08:00
test ldgen: fix sections info parsing 2021-06-21 09:45:23 +10:00
__init__.py tools: implement linker script generation 2018-11-16 12:42:02 +08:00
fragments.py ldgen: allow multiple mapping fragments to map same library 2019-06-12 10:48:54 +08:00
generation.py ldgen: fix sections info parsing 2021-06-21 09:45:23 +10:00
ldgen_common.py ldgen: rename common module 2019-04-13 08:59:32 +08:00
ldgen.py ldgen: allow checking mappings 2021-06-21 09:36:26 +10:00
sdkconfig.py Generate source files for kconfiglib from the build system 2019-11-15 15:25:09 +00:00