aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/pendsv.c
AgeCommit message (Expand)Author
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-02-12stm32/pendsv: Fix inline asm constant and prefix with # character.Damien George
2019-02-08stm32/pendsv: Fix NULL pointer when calling pendsv dispatch function.Damien George
2019-02-08stm32/modnetwork: Change lwIP polling to be based on background systick.Damien George
2019-02-08stm32/pendsv: Add ability to schedule callbacks at pendsv IRQ level.Damien George
2019-02-08stm32/pendsv: Clean up pendsv IRQ handler and eliminate duplicate code.Damien George
2018-05-02stm32/irq: Define IRQ priorities directly as encoded hardware values.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George