index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
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
Age
Commit message (
Expand
)
Author
2015-08-07
stmhal: Use CMSIS_MCU definition from mpconfigboard.mk
Dave Hylands
2015-08-07
stamhal: Add definitions for MCU_SERIES_F4 and MCU_SERIES_F7
Dave Hylands
2015-08-07
stmhal: Generate modstm constants per build
Dave Hylands
2015-08-07
stmhal/cmsis: Replace non-ascii apostrophe with ascii apostrophe.
Damien George
2015-08-05
stmhal: Fix hardfault when configured as a SPI slave
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 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-08-03
stmhal: M7 Reset clocksources changed by DFU bootloader
Dave Hylands
2015-08-03
stmhal: Add STM32F7 support for USB serial and storage.
Dave Hylands
2015-08-03
stmhal: Add support for USART1 and conditional pins in make-pins.py.
Damien George
2015-08-03
stmhal: Add better support for UART having Tx and Rx on different ports.
Damien George
2015-08-03
stmhal: Fix make-pins.py to allow Port K.
Damien George
2015-08-03
stmhal: Add debug capability to print out info about a hard fault.
Damien George
2015-08-03
stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable.
Damien George
2015-08-03
stmhal: Factor out USRSW boot-up code and support boards with 1 LED.
Damien George
2015-07-30
stmhal: Add STM32F7DISC and associated changes.
Dave Hylands
2015-07-30
stmhal: Renamed startup/system/_it.[ch] file to generic names.
Dave Hylands
2015-07-30
stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.
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-27
stmhal: Put fs_user_mount pointer in root ptr section of global state.
Damien George
2015-07-27
stmhal: Check if user block device is mounted before accessing it.
Damien George
2015-07-26
lib/mp-readline: Add emacs-style control characters for cursor movement.
Tom Soulanille
2015-07-22
stmhal: Allow ADC.read_timed to take Timer object in place of freq.
Damien George
2015-07-21
stmhal: Add stm32fxxx_hal_i2s_ex.c to hal/f2 (dummy) and hal/f4.
Damien George
2015-07-21
stmhal: Allow DAC.write_timed to take Timer object in place of freq.
Damien George
2015-07-21
stmhal: Clean up DAC code a little.
Damien George
2015-07-20
stmhal/boards/stm32fxx_prefix.c: Fix alt function number calculation
blmorris
2015-07-20
stmhal: Add CMSIS device header files for STM32F2xx series.
Damien George
2015-07-20
stmhal: Add STM32CubeF2 version 1.1.0, in hal/f2 directory.
Wojtek Siudzinski
2015-07-20
stmhal: Update Makefile and board configs to compile with relocated hal.
Damien George
2015-07-20
stmhal: Move HAL Cube files to f4/ subdir, keeping only those we use.
Damien George
2015-07-14
stmhal: Add qstr definition for ifconfig when building for WizNet
Dave Hylands
2015-07-07
stmhal: Add I2S support to make-pins.py
Dave Hylands
2015-06-27
stmhal: Add config option for storage to use second flash segment.
Damien George
2015-06-24
stmhal/dma.c: Modify dma_init() to accept init struct as an argument
blmorris
2015-06-22
stmhal: Reorganise code for parsing keyword args in I2C methods.
Damien George
2015-06-10
stmhal: Make I2C use DMA when interrupts are enabled.
Damien George
2015-06-10
stmhal: Factor out DMA initialisation code from spi.c.
Damien George
2015-06-07
stmhal: Break immediately from USB CDC busy wait loop if IRQs disabled.
Damien George
2015-06-03
stmhal: Fix slow SPI DMA transfers by removing wfi from DMA wait loop.
Damien George
2015-06-01
stmhal: Add support for UART5
Dave Hylands
2015-05-28
stmhal: Fix off-by-one error when checking for valid I2C and SPI bus.
Damien George
2015-05-27
stmhal: Allow to name SPI busses, and give them names for pyboard.
Damien George
2015-05-27
stmhal: Allow to name I2C busses, and give them names for pyboard.
Damien George
2015-05-27
stmhal: Remove PYBVxx defines and use config vars for UART/CAN names.
Damien George
[next]