bcostm
|
d3e35ab118
|
stm32 ticker: typo corrections
|
2018-07-15 22:53:45 -05:00 |
bcostm
|
ccb538562f
|
stm32 ticker: change license
|
2018-07-15 22:53:45 -05:00 |
bcostm
|
9a480e3260
|
stm32 ticker: rename hal_tick.h in us_ticker_data.h
|
2018-07-15 22:53:45 -05:00 |
bcostm
|
92fe07f02f
|
stm32 ticker: rename macro and update ST HAL Tick functions
- rename TIM_MST_16BIT in TIM_MST_BIT_WIDTH in order to use it directly in ticker info structure
- change HAL_InitTick() and HAL_GetTick()
|
2018-07-15 22:53:45 -05:00 |
bcostm
|
8b7e62bf65
|
Remove HAL_TICK_DELAY (no more used)
|
2018-06-15 13:30:56 +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
|
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
|
90bb8fc368
|
Copied TARGET_STM32L432 to TARGET_STM32L433, renamed 432 files to 433
|
2017-11-27 14:36:47 +01:00 |