aboutsummaryrefslogtreecommitdiff
path: root/stmhal/pendsv.c
AgeCommit message (Expand)Author
2015-11-01stmhal: Add symbolic #defines for interrupt levels in irq.h.Dave Curtis
2015-07-30stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.Dave Hylands
2015-05-23stmhal: Make pendsv variable non-static so gcc-5 doesn't opt it away.Damien George
2015-03-20stmhal: Remove some unnecessary declarations, purely for cleanup.Damien George
2015-01-07stmhal: Collect all root pointers together in 1 place.Damien George
2015-01-07py: Put all global state together in state structures.Damien George
2015-01-01stmhal: Prefix includes with py/; remove need for -I../py.Damien George
2014-10-25py: Add mp_pending_exception global variable, for VM soft interrupt.Damien George
2014-06-28stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-05-03Add license header to (almost) all files.Damien George
2014-03-14stmhal: Get USB enumerating a CDC device.Damien George