index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
boards
/
STM32F7DISC
Age
Commit message (
Expand
)
Author
2017-03-31
stmhal: Move L4/F7 I2C timing constants from mpconfigboard.h to i2c.c.
Damien George
2016-12-22
stmhal/sdcard: Use mp_hal_pin_config function instead of HAL_GPIO_Init.
Damien George
2016-12-07
stmhal/boards/STM32F7DISC: Define LSE_STARTUP_TIMEOUT.
Rami Ali
2016-12-05
stmhal: Refactor UART configuration to use pin objects.
Rami Ali
2016-10-18
stmhal/led: Refactor LED to use mp_hal_pin_output() init function.
Damien George
2016-09-04
stmhal: Set STM32F7DISC CPU Frequency to 216 MHz
Dave Hylands
2016-02-06
stmhal/diskio: Introduce MICROPY_HW_HAS_FLASH setting.
Paul Sokolovsky
2015-12-18
stmhal: Change PLL configuration for STM32F7DISC.
Fabian
2015-12-12
stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx.
Damien George
2015-10-30
stmhal: Enable sdcard on STM32F7DISC board.
Dave Hylands
2015-08-07
stmhal: Use CMSIS_MCU definition from mpconfigboard.mk
Dave Hylands
2015-08-07
stmhal: Generate modstm constants per build
Dave Hylands
2015-08-05
stmhal: Enable SPI support for F7 MCUs.
Dave Hylands
2015-08-05
stmhal: Enable I2C support for F7 MCUs.
Dave Hylands
2015-08-03
stmhal: Add STM32F7 support for USB serial and storage.
Dave Hylands
2015-07-30
stmhal: Add STM32F7DISC and associated changes.
Dave Hylands