aboutsummaryrefslogtreecommitdiff
path: root/stmhal/stm32_it.c
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-03stmhal: Clean up some header includes.Damien George
2017-03-02stmhal: Rename sys_tick ticks/delay functions to corresp. mp_hal ones.Damien George
2017-02-15stmhal: Implement a proper thread scheduler.Damien George
2017-02-06stmhal: Add pyb.fault_debug() function, to control hard-fault behaviour.Damien George
2017-02-06stmhal: On HardFault, print stack pointer and do a stack dump.Damien George
2017-01-31stmhal: Fix build issue when MICROPY_PY_THREAD is disabled.Damien George
2017-01-31stmhal: Initial implementation of multithreading, currently disabled.Damien George
2016-12-05stmhal/uart: Add support for UART7 and UART8 on F7 MCUs.Damien George
2016-11-16stmhal/i2c: provide custom IRQ handlersKrzysztof Blazewicz
2016-11-16stmhal/i2c: handle I2C IRQsKrzysztof Blazewicz
2016-08-22stmhal: Fix timer capture/compare interrupt handling for TIM1 and TIM8.Dave Hylands
2016-05-05stmhal: L4: Adapt startup code, clock configuration and interrupts.Tobias Badertscher
2016-01-29stmhal: Make TIM3 available for use by the user.Damien George
2016-01-29stmhal: Make USB CDC driver use SOF instead of TIM3 for outgoing data.Damien George
2015-12-22stmhal: Add pyb.irq_stats() to get statistics about IRQ calls.Damien George
2015-12-09stmhal: Enable two USB phys to be supported together.neilh10
2015-12-04stmhal: Add option to free up TIM3 from USB VCP polling.Damien George
2015-11-26stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all.Dave Hylands
2015-11-25stmhal: Add support for the STM32F429I-DISCO kit by STMicro.Tobias Badertscher
2015-11-24stmhal: In SysTick IRQ handler, make uwTick variable non-volatile.Damien George
2015-11-24stmhal: Move flash storage idle tick handler from TIM3 to SysTick.Damien George
2015-11-24stmhal: On SysTick IRQ, only process one DMA channel at a time.Damien George
2015-11-24stmhal: Turn off DMA clocks when idle for 100 msecDave Hylands
2015-11-07stmhal: Print more information at HardFault time.Dave Hylands
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-08-03stmhal: Add debug capability to print out info about a hard fault.Damien George
2015-07-30stmhal: Renamed startup/system/_it.[ch] file to generic names.Dave Hylands