index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
hal
Age
Commit message (
Expand
)
Author
2017-08-29
stmhal: Remove cmsis and hal files, they are now a submodule.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-03-28
stmhal/hal: For F7 MCUs, expose DMA_CalcBaseAndBitshift function.
Damien George
2016-12-07
stmhal/hal: Update HALCOMMITS due to change in f7 hal files.
Damien George
2016-12-07
stmhal: Port of f4 hal commit 1d7fb82 to updated f7 hal.
Rami Ali
2016-12-07
stmhal: Port of f4 hal commit 09de030 to updated f7 hal.
Rami Ali
2016-12-07
stmhal: Port of f4 hal commit c568a2b to updated f7 hal.
Rami Ali
2016-12-07
stmhal/hal: Update ST32CubeF7 HAL files to V1.1.2.
Rami Ali
2016-11-16
stmhal: Update HALCOMMITS due to change to hal.
Krzysztof Blazewicz
2016-11-16
stmhal: Update HALCOMMITS due to change to hal.
Damien George
2016-11-16
stmhal/hal: do not include <stdio.h> in HAL headers
Krzysztof Blazewicz
2016-11-16
stmhal/dma: precalculate register base and bitshift on handle init
Krzysztof Blazewicz
2016-11-16
stmhal/hal/sd: reapply HAL commit 09de030 for f4
Krzysztof Blazewicz
2016-11-16
stmhal/hal/rcc: reapply HAL commit c568a2b for f4
Krzysztof Blazewicz
2016-11-16
stmhal/hal: reapply HAL commit 9db719b for f4
Krzysztof Blazewicz
2016-11-16
stmhal/hal/sd: reapply HAL commit 1d7fb82 for f4
Krzysztof Blazewicz
2016-11-16
stmhal/hal/i2c: reapply HAL commit ea040a4 for f4
Krzysztof Blazewicz
2016-11-16
stmhal: apply STM32CubeF4 v1.13.1 patch - upgrade HAL driver to v1.5.2
Krzysztof Blazewicz
2016-11-16
stmhal: upgrade to STM32CubeF4 v1.13.0 - HAL v1.5.1
Krzysztof Blazewicz
2016-09-22
stmhal: Remove STM32CubeF2 HAL files, they are unused/unsupported.
Krzysztof Blazewicz
2016-06-29
stmhal: Update HALCOMMITS due to change to hal
dpslwk
2016-06-29
stmhal: Port of f4 hal commit 1d7fb82 to l4 hal
dpslwk
2016-04-16
stmhal: Update HALCOMMITS due to change to hal.
Damien George
2016-04-16
stmhal: L4: Adapt UART HAL to avoid 64-bit integer division.
Tobias Badertscher
2016-04-16
stmhal: L4: Add basic STM32L4xx HAL files.
Tobias Badertscher
2016-01-30
stmhal: Update HALCOMMITS due to change to hal.
Damien George
2016-01-30
stmhal: In HAL I2C driver, move DMA setup to after sending I2C address.
Damien George
2015-08-03
stmhal: Add HALCOMMITS file with list of commits that touch the hal.
Damien George
2015-08-03
stmhal: Port of f4 hal commit 1d7fb82 to f7 hal
Dave Hylands
2015-08-03
stmhal: Port of f4 hal commit 09de030 to f7 hal
Dave Hylands
2015-08-03
stmhal: Port of f4 hal commit c568a2b to f7 hal
Dave Hylands
2015-07-30
stmhal: Expose uwTick in f7 hal.
Damien George
2015-07-30
stmhal: Add hal and cmsis files from STM32Cube_FW_F7_V1.1.0.
Dave Hylands
2015-07-21
stmhal: Add stm32fxxx_hal_i2s_ex.c to hal/f2 (dummy) and hal/f4.
Damien George
2015-07-20
stmhal: Add STM32CubeF2 version 1.1.0, in hal/f2 directory.
Wojtek Siudzinski
2015-07-20
stmhal: Move HAL Cube files to f4/ subdir, keeping only those we use.
Damien George
2014-10-04
stmhal: Adjust computation of SYSCLK to retain precision.
Damien George
2014-09-15
stmhal: Change 64-bit arithmetic to 32-bit for SD card block addressing.
Damien George
2014-09-15
stmhal/hal/src/stm32f4xx_hal_sd.c: fix SDHC card capacity
Felix Domke
2014-08-25
stmhal: Improve efficiency of SysTick IRQ and HAL_Delay.
Damien George
2014-08-06
stmhal: Update STM32Cube F4 HAL driver to V1.3.0.
Damien George
2014-04-20
stmhal: Add SPI class.
Damien George
2014-03-13
stmhal - More systick cleanup. Fix HAL_Delay
Dave Hylands
2014-03-11
Initial checkin with STM HAL
Dave Hylands