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
/
make-stmconst.py
Age
Commit message (
Expand
)
Author
2017-08-21
all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.
Damien George
2017-05-06
stmhal: Convert all module and method tables to use MP_ROM macros.
Damien George
2016-11-28
stmhal: Add back GPIO_BSRRL and GPIO_BSRRH constants to stm module.
Damien George
2016-11-16
stmhal/make-stmconst.py: Restore Python 2 compatibility.
Damien George
2016-11-16
stmhal/make-stmconst.py: Add support for files with invalid utf8 bytes.
Damien George
2016-11-16
stmhal/make-stmconst.py: fix regex's to work with current CMSIS
Krzysztof Blazewicz
2016-01-07
stmhal: Make stm constants big ints when they don't fit in a small int.
Damien George
2015-11-06
stmhal: Add missing regex property for parsing header comments
Tony Abboud
2015-08-07
stmhal: Generate modstm constants per build
Dave Hylands
2015-03-01
stmhal: Add I2S2EXT and I2S3EXT constants to stm module.
Damien George
2014-11-29
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-04-19
stmhal: Add lots of constants to stm module.
Damien George