mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
ldgen: rename common module
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