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