mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
Merge branch 'bugfix/rename_ldgen_common_module' into 'master'
ldgen: rename common module See merge request idf/esp-idf!4758
This commit is contained in:
@@ -22,7 +22,7 @@ import fnmatch
|
|||||||
from fragments import Sections, Scheme, Mapping, Fragment
|
from fragments import Sections, Scheme, Mapping, Fragment
|
||||||
from pyparsing import Suppress, White, ParseException, Literal, Group, ZeroOrMore
|
from pyparsing import Suppress, White, ParseException, Literal, Group, ZeroOrMore
|
||||||
from pyparsing import Word, OneOrMore, nums, alphanums, alphas, Optional, LineEnd, printables
|
from pyparsing import Word, OneOrMore, nums, alphanums, alphas, Optional, LineEnd, printables
|
||||||
from common import LdGenFailure
|
from ldgen_common import LdGenFailure
|
||||||
|
|
||||||
|
|
||||||
class PlacementRule():
|
class PlacementRule():
|
||||||
|
@@ -22,7 +22,7 @@ import tempfile
|
|||||||
from fragments import FragmentFile
|
from fragments import FragmentFile
|
||||||
from sdkconfig import SDKConfig
|
from sdkconfig import SDKConfig
|
||||||
from generation import GenerationModel, TemplateModel, SectionsInfo
|
from generation import GenerationModel, TemplateModel, SectionsInfo
|
||||||
from common import LdGenFailure
|
from ldgen_common import LdGenFailure
|
||||||
from pyparsing import ParseException, ParseFatalException
|
from pyparsing import ParseException, ParseFatalException
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user