micropython/stmhal/hal/HALCOMMITS

111 wiersze
3.6 KiB
Plaintext

This is a list of all commits that relate to the ST Cube HAL, including
additions, modifications and deletions. Any commit which touches the HAL
should be separate from any other changes and should be listed here, most
recent commit at the top of the list. This makes it easier to upgrade to
a new HAL version.
44cb2ff7ab99edf91c95b9ef3d9fe3e119d71cf8
stmhal: Port of f4 hal commit 1d7fb82 to updated f7 hal.
821863751f942f54c140f80d5a92ad7046112331
stmhal: Port of f4 hal commit 09de030 to updated f7 hal.
e1c6ed634f4387a6c9d7e132ed7d0bb245a9618a
stmhal: Port of f4 hal commit c568a2b to updated f7 hal.
b9741cd8f84a2f49e3ea00382bfa71d994bc83ff
stmhal/hal: Update ST32CubeF7 HAL files to V1.1.2.
13400e13758f7e23fc17bae753030723046ba3aa
stmhal/hal: do not include <stdio.h> in HAL headers
63ca7a211ac832fb885753ad837a7b3de2aaa5da
stmhal/dma: precalculate register base and bitshift on handle init
6a8f6c119c249e52fbc4d4fd55b2bec65544c811
stmhal/hal/sd: reapply HAL commit 09de030 for f4
e2b48221892ca5445d9e255753e4ccfcd07a8171
stmhal/hal/rcc: reapply HAL commit c568a2b for f4
4f7c5fa64769f836b1cb3d357be4864807e10694
stmhal/hal: reapply HAL commit 9db719b for f4
c79ff9930aed2a91a888f8eb58f27946ca8287ca
stmhal/hal/sd: reapply HAL commit 1d7fb82 for f4
a9fb88e1dcc95e9c2a788549bca0bede6b2ee02c
stmhal/hal/i2c: reapply HAL commit ea040a4 for f4
e8b435d1f80a220a4f561b1e653ea33b69517513
stmhal: apply STM32CubeF4 v1.13.1 patch - upgrade HAL driver to v1.5.2
c1fa33b493db3f861c322c84da56aed0c1599339
stmhal: upgrade to STM32CubeF4 v1.13.0 - HAL v1.5.1
4f5c4fdd98c22991f79b4e58e5add28ad9f9c6c4
stmhal: upgrade to STM32CubeF4 v1.13.0 - CMSIS/Device 2.5.1
daa279a3a1b38bc7a8218e2c6186e63483c7cfc3
stmhal: Port of f4 hal commit 1d7fb82 to l4 hal
d4c33499579eb8f4febec2f5f01f5021f719fdaf
stmhal: L4: Adapt UART HAL to avoid 64-bit integer division.
f4942db044e9f614a9fc7254bb72b3441a2362a2
stmhal: L4: Add basic STM32L4xx HAL files.
2ba6677775b8704723435dc07e7b619f4c85c43d
stmhal: L4: Add CMSIS files to support STM32L476.
ea040a4f9ace1c50abc22ab755415305fd2bda41
stmhal: In HAL I2C driver, move DMA setup to after sending I2C address.
7a55c1a88473d36d4a907c1a2e33967a6c38d157
stmhal: Port of f4 hal commit 1d7fb82 to f7 hal
28e51c9eb1f633bb4f0a17e964ef7791d54c913d
stmhal: Port of f4 hal commit 09de030 to f7 hal
af9d885f8cbbe454a8bf655a08c33c775c4838dd
stmhal: Port of f4 hal commit c568a2b to f7 hal
f243851ccdbb686508f37a573e3ba46da5fffa0c
stmhal: Expose uwTick in f7 hal.
7c934ae5019d285b58cec3d1edcbc44d90fa6295
stmhal: Add hal and cmsis files from STM32Cube_FW_F7_V1.1.0.
99a21dc05d7c7e42131264259f287c84afe86200
stmhal: Add stm32fxxx_hal_i2s_ex.c to hal/f2 (dummy) and hal/f4.
0621eca05ecaf012d0e69bebb0f0fc90719ce9e5
stmhal: Add STM32CubeF2 version 1.1.0, in hal/f2 directory.
e4d43401eb098d3bfb4e9074e15b67fd86aaffe3
stmhal: Move HAL Cube files to f4/ subdir, keeping only those we use.
c568a2b44387bee14ea5f427a6e9b736eb1b5345
stmhal: Adjust computation of SYSCLK to retain precision.
1d7fb82f0aec11331635532583617d773888b991
stmhal: Change 64-bit arithmetic to 32-bit for SD card block addressing.
09de030651b95956eb9f899e850f24d0ce804460
stmhal/hal/src/stm32f4xx_hal_sd.c: fix SDHC card capacity
34e43c7ee9700249dc6e5b333b7c264d45d6b530
stmhal: Improve efficiency of SysTick IRQ and HAL_Delay.
3ef911345c94a6d612ab50c1e912e81cb2cc3f71
stmhal: Update STM32Cube F4 HAL driver to V1.3.0.
d689430e790bfbd40a4fc3139b118aee5576baf7
stmhal: Add SPI class.
9db719bb57626d72ab84ab0ccd2294bf89158762
stmhal - More systick cleanup. Fix HAL_Delay
dd38d907244bc0e483c3d760f2ba464a394ec229
Initial checkin with STM HAL