jeromecoutant
|
b30f3abf11
|
STM32 PeripheralPins.c second update after review
genpinmap script version 1.1
|
2018-05-17 17:58:09 +02:00 |
jeromecoutant
|
3e92ff1f85
|
STM32L4 NUCLEO : PeripheralPins.c and PinNames.h files alignment
|
2018-05-16 17:04:41 +02:00 |
bcostm
|
8fe02803e1
|
NUCLEO_L433RC_P: fix LEDs pin assignment
|
2018-03-12 11:30:52 +01:00 |
Cruz Monrreal
|
fff6c75e28
|
Merge pull request #5936 from jeromecoutant/PR_WEAK_PINMAP
STM32 : set all PinMap structures as weak
|
2018-01-30 14:56:42 -06:00 |
Cruz Monrreal
|
10e67e659c
|
Merge pull request #5947 from jeromecoutant/PR_L4_PLUART
STM32L4 : add missing ST HAL UART functions
|
2018-01-30 14:46:15 -06:00 |
jeromecoutant
|
8f647beacb
|
STM32 : set all PinMap structures as weak
This allow custom overwrites
|
2018-01-29 09:26:49 +01:00 |
jeromecoutant
|
c9c6857c7c
|
STM32 NUCLEO F413ZH and L433RC : STDIO configuration
#5795 patches are missing for these 2 targets
STDIO_UART_TX and STDIO_UART_RX can be now user defined
|
2018-01-26 17:50:10 +01:00 |
jeromecoutant
|
7979f4d255
|
SMT32L4 : add missing ST HAL LPUART functions
To enable/disable UART Clock in Stop Mode
|
2018-01-26 16:24:54 +01:00 |
bcostm
|
06f097884c
|
Update stm32l4xxxx.h files
|
2018-01-12 11:11:32 +01:00 |
bcostm
|
a4f9012a0a
|
Update stm32l4xx.h files
|
2018-01-12 11:11:31 +01:00 |
bcostm
|
84577f9634
|
L4 ST CUBE V1.11.0
Update to STM32CubeL4 V1.11.0
Conflicts solved:
targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L433xC/device/stm32l433xx.h
targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L486xG/device/stm32l4xx.h
targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG/device/stm32l496xx.h
targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG/device/stm32l4xx.h
targets/TARGET_STM/TARGET_STM32L4/device/stm32l4xx_hal_conf.h
targets/TARGET_STM/TARGET_STM32L4/device/stm32l4xx_hal_def.h
targets/TARGET_STM/TARGET_STM32L4/device/stm32l4xx_hal_i2c.c
targets/TARGET_STM/TARGET_STM32L4/device/stm32l4xx_hal_spi.h
|
2018-01-12 11:11:31 +01:00 |
Helmut Tschemernjak
|
4778a40643
|
Changed NVIC Flash base address to support the bootloader
|
2017-11-27 15:32:53 +01:00 |
Helmut Tschemernjak
|
fb914149dd
|
Updated to toolchain startup/linker files to support the 433 devices
Also added the symbolic MBED_APP_START/MBED_APP_END defines
|
2017-11-27 15:03:43 +01:00 |
Helmut Tschemernjak
|
94c46b102b
|
defined STM32L433xx
|
2017-11-27 14:52:37 +01:00 |
Helmut Tschemernjak
|
e25dfc07f0
|
Added stm32l433xx.h defined STM32L433xx
|
2017-11-27 14:51:46 +01:00 |
Helmut Tschemernjak
|
6907b6d9e5
|
Updated PeripheralNames.h, PeripheralPins.c and PinNames.h for STM32L433 devices
|
2017-11-27 14:44:35 +01:00 |
Helmut Tschemernjak
|
90bb8fc368
|
Copied TARGET_STM32L432 to TARGET_STM32L433, renamed 432 files to 433
|
2017-11-27 14:36:47 +01:00 |