mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Change order between board/framework for configuration file
This commit is contained in:
@ -284,13 +284,6 @@ ProjectOptions = OrderedDict(
|
||||
description="Custom packages and specifications",
|
||||
multiple=True,
|
||||
),
|
||||
ConfigEnvOption(
|
||||
group="platform",
|
||||
name="framework",
|
||||
description="A list of project dependent frameworks",
|
||||
multiple=True,
|
||||
buildenvvar="PIOFRAMEWORK",
|
||||
),
|
||||
# Board
|
||||
ConfigEnvOption(
|
||||
group="platform",
|
||||
@ -298,6 +291,13 @@ ProjectOptions = OrderedDict(
|
||||
description="A board ID",
|
||||
buildenvvar="BOARD",
|
||||
),
|
||||
ConfigEnvOption(
|
||||
group="platform",
|
||||
name="framework",
|
||||
description="A list of project dependent frameworks",
|
||||
multiple=True,
|
||||
buildenvvar="PIOFRAMEWORK",
|
||||
),
|
||||
ConfigEnvOption(
|
||||
group="platform",
|
||||
name="board_build.mcu",
|
||||
|
Reference in New Issue
Block a user