Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task] - Script to compare pin definition in xlxs to STM32CubeMX file #27

Closed
5 tasks done
ladislas opened this issue Apr 19, 2020 · 0 comments
Closed
5 tasks done
Assignees
Labels
01 - type: task Something to do

Comments

@ladislas
Copy link
Member

ladislas commented Apr 19, 2020

Description

Develop a simple script to make sure that the design doc containing all the pins and their functions is correctly implemented in STM32CubeMX.

Related epic/story: #26

Subtasks

  • generate .csv file with CubeMX
  • parse design doc and cubemx_pintout.csv
  • check that all the needed pins are present
  • check that the definition/function/label are correct
  • find extraneous pins not present in the design doc
@ladislas ladislas self-assigned this Apr 19, 2020
ladislas added a commit that referenced this issue Aug 27, 2020
The goal of the tool is to be used for target creation and customisation through a reference CSV file.

Closed #27 #28
ladislas added a commit that referenced this issue Aug 27, 2020
The goal of the tool is to be used for target creation and customisation through a reference CSV file.

Closes #27
Closes #28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
01 - type: task Something to do
Projects
None yet
Development

No branches or pull requests

1 participant