index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
pendsv.c
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-03
stmhal: Clean up some header includes.
Damien George
2017-03-20
stmhal/pendsv: Disable interrupts during a thread switch.
Damien George
2017-02-15
stmhal: Use generic interrupt char code.
Damien George
2017-01-31
stmhal: Initial implementation of multithreading, currently disabled.
Damien George
2017-01-31
stmhal/pendsv: Fill in comments about what the stack contains.
Damien George
2016-12-15
stmhal: Rename mp_const_vcp_interrupt to mp_kbd_exception.
Damien George
2015-11-01
stmhal: Add symbolic #defines for interrupt levels in irq.h.
Dave Curtis
2015-07-30
stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.
Dave Hylands
2015-05-23
stmhal: Make pendsv variable non-static so gcc-5 doesn't opt it away.
Damien George
2015-03-20
stmhal: Remove some unnecessary declarations, purely for cleanup.
Damien George
2015-01-07
stmhal: Collect all root pointers together in 1 place.
Damien George
2015-01-07
py: Put all global state together in state structures.
Damien George
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-10-25
py: Add mp_pending_exception global variable, for VM soft interrupt.
Damien George
2014-06-28
stmhal: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
2014-03-14
stmhal: Get USB enumerating a CDC device.
Damien George