Skip to content

Include genpimap tools #10

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

Closed
fpistm opened this issue Jun 21, 2017 · 0 comments
Closed

Include genpimap tools #10

fpistm opened this issue Jun 21, 2017 · 0 comments
Labels
enhancement New feature or request

Comments

@fpistm
Copy link
Member

fpistm commented Jun 21, 2017

It should be fine to add the genpimap script to generate the pins mapping.

@fpistm fpistm added the enhancement New feature or request label Jun 21, 2017
fpistm added a commit to fpistm/Arduino_Tools that referenced this issue Jul 4, 2017
This tool allows to generate the pins mapping of an STM32 MCU.

This script is able to generate the PeripheralPins.c using STM32
xml file description in Cube MX.
After file generation, review it carefully.
Comment a line if the pin is generated several times for the same IP
or if the pin should not be used
(overlaid with some HW on the board, for instance)

USAGE: genpinmap_arduino.py <BOARD_NAME> <product xml file name>

    <BOARD_NAME> is the name of the board as it will be named in mbed
    <product xml file name> is the STM32 file description in Cube MX

!!This xml file contains non alpha characters in its name, you should call it with quotes

Fix stm32duino#10

Signed-off-by: Frederic.Pillon <[email protected]>
@fpistm fpistm closed this as completed in #14 Jul 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant