index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-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
/
stm32_it.c
Age
Commit message (
Expand
)
Author
2016-01-29
stmhal: Make TIM3 available for use by the user.
Damien George
2016-01-29
stmhal: Make USB CDC driver use SOF instead of TIM3 for outgoing data.
Damien George
2015-12-22
stmhal: Add pyb.irq_stats() to get statistics about IRQ calls.
Damien George
2015-12-09
stmhal: Enable two USB phys to be supported together.
neilh10
2015-12-04
stmhal: Add option to free up TIM3 from USB VCP polling.
Damien George
2015-11-26
stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all.
Dave Hylands
2015-11-25
stmhal: Add support for the STM32F429I-DISCO kit by STMicro.
Tobias Badertscher
2015-11-24
stmhal: In SysTick IRQ handler, make uwTick variable non-volatile.
Damien George
2015-11-24
stmhal: Move flash storage idle tick handler from TIM3 to SysTick.
Damien George
2015-11-24
stmhal: On SysTick IRQ, only process one DMA channel at a time.
Damien George
2015-11-24
stmhal: Turn off DMA clocks when idle for 100 msec
Dave Hylands
2015-11-07
stmhal: Print more information at HardFault time.
Dave Hylands
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-08-03
stmhal: Add debug capability to print out info about a hard fault.
Damien George
2015-07-30
stmhal: Renamed startup/system/_it.[ch] file to generic names.
Dave Hylands