mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
Merge branch 'bugfix/rename_ldgen_common_module_v3.3' into 'release/v3.3'
ldgen: rename common module(v3.3) See merge request idf/esp-idf!4764
This commit is contained in:
@ -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():
|
||||
|
@ -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():
|
||||
|
@ -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():
|
||||
|
Reference in New Issue
Block a user