You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question.
This issue tracker is not the place for questions. If you want to ask how to do something,
or to understand why something isn't working the way you expect it to,
use Community Forums or Premium Support
Development Platform or Board.
All issues (building, uploading, adding new boards, etc.) related to PlatformIO development platforms
should be reported to appropriate repository related to your hardware https://github.com/topics/platformio-platform
Feature Request.
Start by telling us what problem you’re trying to solve. Often a solution
already exists! Don’t send pull requests to implement new features without first getting our
support. Sometimes we leave features out on purpose to keep the project small.
PlatformIO Core.
If you’ve found a bug, please provide an information below.
You can erase any parts of this template not applicable to your Issue.
Configuration
Operating system:
Arch Linux
PlatformIO Version (platformio --version):
$ pio --version
PlatformIO Core, version 6.1.5
Description of problem
In platformio/platform-ststm32#670 I added a board definition, but when I went to use it I noticed that pio boards is outputting incorrect information. The board in question is an ST Nucleo H7A3ZI-Q, which should be only listed under the ststm32 platform, instead it is also listed under atmelavr.
$ pio boards h7a3
Platform: atmelavr
=================================================================================
ID MCU Frequency Flash RAM Name
--------------- -------------- ----------- ------- ------ ------------------
nucleo_h7a3zi_q STM32H7A3ZIT6Q 280MHz 2MB 1.34MB ST Nucleo H7A3ZI-Q
Platform: ststm32
=================================================================================
ID MCU Frequency Flash RAM Name
--------------- -------------- ----------- ------- ------ ------------------
nucleo_h7a3zi_q STM32H7A3ZIT6Q 280MHz 2MB 1.34MB ST Nucleo H7A3ZI-Q
Expected Results
$ pio boards h7a3
Platform: ststm32
=================================================================================
ID MCU Frequency Flash RAM Name
--------------- -------------- ----------- ------- ------ ------------------
nucleo_h7a3zi_q STM32H7A3ZIT6Q 280MHz 2MB 1.34MB ST Nucleo H7A3ZI-Q
The text was updated successfully, but these errors were encountered:
FFY00
changed the title
Board gets *additionally* listed in the wrong platform in pio board
Board gets additionally listed in the wrong platform in pio boardJan 11, 2023
What kind of issue is this?
Question.
This issue tracker is not the place for questions. If you want to ask how to do something,
or to understand why something isn't working the way you expect it to,
use Community Forums or Premium Support
PlatformIO IDE.
All issues related to PlatformIO IDE should be reported to appropriate repository:
PlatformIO IDE for Atom or
PlatformIO IDE for VSCode
Development Platform or Board.
All issues (building, uploading, adding new boards, etc.) related to PlatformIO development platforms
should be reported to appropriate repository related to your hardware
https://github.com/topics/platformio-platform
Feature Request.
Start by telling us what problem you’re trying to solve. Often a solution
already exists! Don’t send pull requests to implement new features without first getting our
support. Sometimes we leave features out on purpose to keep the project small.
PlatformIO Core.
If you’ve found a bug, please provide an information below.
You can erase any parts of this template not applicable to your Issue.
Configuration
Operating system:
Arch Linux
PlatformIO Version (
platformio --version
):Description of problem
In platformio/platform-ststm32#670 I added a board definition, but when I went to use it I noticed that
pio boards
is outputting incorrect information. The board in question is an ST Nucleo H7A3ZI-Q, which should be only listed under theststm32
platform, instead it is also listed underatmelavr
.Steps to Reproduce
nucleo_h7a3zi_q.json
from Add Nucleo H7A3ZI-Q and H755ZI-Q boards platform-ststm32#670 to a projectpio boards h7a3
Actual Results
Expected Results
The text was updated successfully, but these errors were encountered: