]> granicus.if.org Git - esp-idf/commitdiff
ldgen: rename common module
authorRenz Christian Bagaporo <renz@espressif.com>
Sat, 13 Apr 2019 00:59:32 +0000 (08:59 +0800)
committerJack <jack@espressif.com>
Sun, 14 Apr 2019 04:48:27 +0000 (12:48 +0800)
tools/ldgen/fragments.py
tools/ldgen/generation.py
tools/ldgen/ldgen.py
tools/ldgen/ldgen_common.py [moved from tools/ldgen/common.py with 100% similarity]

index e63b83275fea142b836ae8aabf5c569d4b08ec08..31c557e79f9132931cd9f4e3cdc700c6c472656e 100644 (file)
@@ -30,7 +30,7 @@ from pyparsing import Literal
 from pyparsing import ZeroOrMore
 from pyparsing import Optional
 from pyparsing import originalTextFor
-from common import LdGenFailure
+from ldgen_common import LdGenFailure
 
 
 class FragmentFileModel():
index d42a4284eb9b8a92f0918d212d7182819ad18d6f..ff8278f9aa42e58b54da7adc61f482c36fe2b154 100644 (file)
@@ -22,7 +22,7 @@ import fnmatch
 from fragments import Sections, Scheme, Mapping, Fragment
 from pyparsing import Suppress, White, ParseException, Literal, Group, ZeroOrMore
 from pyparsing import Word, OneOrMore, nums, alphanums, alphas, Optional, LineEnd, printables
-from common import LdGenFailure
+from ldgen_common import LdGenFailure
 
 
 class PlacementRule():
index 287ad48d84d8857a4128aec6a0b2836bf02e2c05..5c27596f5b9b7cfafbfc39c076a12035c9b3e93b 100755 (executable)
@@ -22,7 +22,7 @@ import tempfile
 from fragments import FragmentFileModel
 from sdkconfig import SDKConfig
 from generation import GenerationModel, TemplateModel, SectionsInfo
-from common import LdGenFailure
+from ldgen_common import LdGenFailure
 
 
 def main():