Contains upload tools for STM32 based boards
Find a file
Frederic.Pillon e7bc10e0f0 Add genpinmap script
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 #10

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2017-07-04 17:44:08 +02:00
linux Fix MassStorageCopy issue with double quoted list 2017-06-26 09:35:41 +02:00
linux64 Fix MassStorageCopy issue with double quoted list 2017-06-26 09:35:41 +02:00
macosx Update texane stlink to 1.3.0 2017-06-20 21:37:53 +02:00
src Add genpinmap script 2017-07-04 17:44:08 +02:00
win Update to ST-Link_cli 3.0.0.0 2017-07-04 16:51:26 +02:00
.gitignore Update texane stlink to 1.3.0 2017-06-20 21:37:53 +02:00
boards.txt Added other upload tools etc 2016-09-24 22:07:38 +10:00
README.md Initial commit 2016-09-16 19:46:58 +10:00

Arduino_Tools