Commit graph

93 commits

Author SHA1 Message Date
Chris Barr
d160199ded Update dfu-util to v0.8 (#29)
* Update dfu-util to v0.8

Updating dfu-util and ensuring consistency across platforms.

Windows was v0.1, now is v0.8 - structure changed to match other platforms.
Linux was v0.8, no change needed.
Linux64 was v0.7, updated to v0.8.
OSX was v0.8, no change needed.
2019-02-13 09:49:45 +01:00
Frederic.Pillon
2d0e8d2a52 [PinMap] Update files after genpinmap update
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2019-01-25 09:17:49 +01:00
Frederic.Pillon
2453a90ac1 [genpinmap] Fix PinMap_USB_OTG_HS
If USE_USB_HS_IN_FS is defined only those pins have
to be defined

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2019-01-25 09:17:04 +01:00
Frederic Pillon
a7ee669994
Merge pull request #32 from fpistm/AF_update
Add missing pins
2019-01-07 16:44:44 +01:00
Frederic.Pillon
83a77da89f [PinMap] Update files after genpinmap update
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2019-01-04 14:35:24 +01:00
Frederic.Pillon
840b8d62cc [genpinmap] Add missing pins
Fix #31

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2019-01-04 14:34:45 +01:00
Frederic.Pillon
0d12a70274 [PinMap] update file date
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2019-01-03 16:14:56 +01:00
Frederic Pillon
8032ff1c84
Merge pull request #30 from fpistm/usb
[PinMap] Update files after USB introduction
2018-12-21 10:46:46 +01:00
Frederic.Pillon
305cdd996d [Nucleo L152RE] Fix USB AF
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-12-10 10:53:24 +01:00
Frederic Pillon
2400bb6f4d [PinMap] Update files after USB introduction
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
2018-12-08 16:04:36 +01:00
Frederic.Pillon
4a869802e5 [genpinmap] Add USB feature
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-12-08 16:04:22 +01:00
Frederic.Pillon
d257c1c0ed [PinMap] Update files after format update for AStyle
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-11-30 15:58:13 +01:00
Frederic.Pillon
a90bb382c7 [genpinmap] Fix output format for AStyle
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-11-30 15:54:54 +01:00
Frederic.Pillon
b144be3df6 [PinMap] Update files after HAL update
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-11-30 15:46:49 +01:00
Frederic.Pillon
8602a18d76 [PinMap] Update STM32L47xx and STM32L48xx
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-11-16 16:30:55 +01:00
Frederic.Pillon
61b2c93dde [genpinmap] Fix STM32L47xxx/48xxx ADC pinmap
For the ADC, it is necessary to configure
the GPIOx_ASCR register, only for STM32L47xxx/48xxx

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-11-16 16:29:26 +01:00
Frederic.Pillon
c41950af8b [genpinmap] Use Flake8 for Style Guide Enforcement
http://flake8.pycqa.org/

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-11-16 16:02:24 +01:00
Frederic.Pillon
27cea3ca8a [genpinmap] Use Black code formatter
Black is the uncompromising Python code formatter:
https://github.com/ambv/black/

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-11-16 15:37:09 +01:00
Frederic Pillon
aae08a915d
Update README.md 2018-10-31 22:11:00 +01:00
Frederic Pillon
1a65468262
Update README.md 2018-10-30 15:20:39 +01:00
Frederic.Pillon
476e696cfa [PinMap] Update files after HAL update
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-10-26 16:32:41 +02:00
Frederic Pillon
9d655e1880 Clean old and unused files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
2018-10-08 11:04:27 +02:00
Frederic Pillon
e4c17123a5 [stm32flash] Add 32bits version
Previous update has replaced the 32 bits (PE32) version
by a 64 bits one (PE32+).
To avoid any issue for user running on 32 bits OS,
use the 32 bits version per default.
The 64 bits version can be used and is named "stm32flash64.exe"

Those binaries are now stored in "stm32flash/" directory
in order to be aligned with other host OS structure.
Serial upload has been updated and cleaned.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
2018-10-08 11:03:21 +02:00
Frederic Pillon
aca3b282d7
Merge pull request #26 from fpistm/ST-LINK-CLI_v3.2.0.0
Update STLink tools
2018-09-22 16:21:12 +02:00
Frederic Pillon
81745f6e7e Add executable extension to call properly stm32flash on Win10
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
2018-09-22 16:17:51 +02:00
Frederic Pillon
270cc332b7 Update texane stlink to 1.5.1
https://github.com/texane/stlink/releases/tag/v1.5.1

Fix #23

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-09-21 19:17:06 +02:00
Frederic Pillon
7a4f2c8d1d Update to ST-LINK_USB_V2_1_Driver
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
2018-09-21 17:30:10 +02:00
Frederic Pillon
c949572f52 Update to ST-Link_cli 3.2.0.0
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
2018-09-21 17:30:10 +02:00
Frederic Pillon
666c780b7b
Merge pull request #27 from fpistm/stm32flash
Update STM32flash tools
2018-09-21 17:28:18 +02:00
Frederic.Pillon
550b232b6d [stm32flash] update to version STM32duino_0.5.1
https://github.com/stm32duino/stm32flash

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-09-21 17:02:58 +02:00
Frederic.Pillon
c52f691012 [stm32flash] Remove source code
The same stm32flash source code was provided for each targeted host.
Source code is now provided here:
https://github.com/stm32duino/stm32flash

Tag: Arduino_STM32_0.9

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-09-21 17:02:58 +02:00
Frederic.Pillon
acdced906e Update .gitignore
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-09-21 17:00:58 +02:00
Frederic.Pillon
5ff1da048f [PinMap] Update files after HAL update
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-08-13 14:23:35 +02:00
Frederic Pillon
d6d1777c4d
Update README.md 2018-06-18 09:20:48 +02:00
Frederic.Pillon
b6dc631379 [genpinmap] sort TIM by numerical order
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-05-03 16:07:57 +02:00
Frederic.Pillon
12fa1203f6 [genpinmap] Add SYS_WKUP definition
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-05-02 10:27:24 +02:00
Frederic.Pillon
39ae4adec6 [genpinmap] Clean up
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-05-02 09:12:45 +02:00
Frederic.Pillon
a944cb5f58 [genpinmap] Use foreach for list iteration
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-05-02 09:12:45 +02:00
Frederic.Pillon
33205722ff [genpinmap] Enhance arguments
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-05-02 09:12:45 +02:00
Frederic.Pillon
da6cd5ab0e [genpinmap] Enhance path management
Use JSON configuration file

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
2018-05-02 09:12:40 +02:00
Frederic.Pillon
88602c9d1a [genpinmap] Remove unuseful scripts
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-04-30 17:59:23 +02:00
Frederic.Pillon
29856620cc [genpinmap] Add input mcu xml file name used to generate file
Add some cleaning

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-04-30 17:59:03 +02:00
Frederic.Pillon
a15e64a7a7 Fix ADC channel parsing
Handle ADCx_INPy and ADCx_INPy used for H7

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-04-04 17:22:07 +02:00
Frederic Pillon
bfa5be873e
Update README.md 2018-03-23 10:14:04 +01:00
Frederic.Pillon
54392779f3 Add all PeripheralPins.c
generated from MCU xml file description avalable in STM32CubeMX

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-03-20 10:41:57 +01:00
Frederic.Pillon
3debe0419a [genpinmap] use current year instead of constant one
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-03-20 10:41:57 +01:00
Frederic Pillon
0042fa24ba
Create README.md 2018-03-20 10:41:03 +01:00
Frederic Pillon
7b9b4dbe3b
Update README.md 2018-03-15 17:08:37 +01:00
Frederic Pillon
ac06dd9dad Update scripts to be aligned with Arduino_STM32 tools
Serial_upload: speed change to 115200
https://github.com/LightningStalker/Arduino_STM32/pull/1
Maple rules:
ed82be4c6e
Maple_upload:
437834a91f (diff-a0a50ec8cd3ccc8618dcd0dbf108becc)
9b03f0841d

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
2018-01-31 22:41:38 +01:00
Frederic Pillon
20eed25f42 Update README.md 2017-09-22 17:30:37 +02:00