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
/
ports
/
stm32
/
modpyb.c
Age
Commit message (
Expand
)
Author
2019-10-13
remove ports/stm32
Dan Halbert
2018-05-14
stm32/modpyb: Remove unused includes and clean up comments.
Damien George
2018-05-14
stm32/pyb_i2c: Put pyb.I2C under MICROPY_PY_PYB_LEGACY setting.
Damien George
2018-05-14
stm32/modpyb: Introduce MICROPY_PY_PYB_LEGACY config option for pyb mod.
Damien George
2018-04-23
stm32/uart: Allow ctrl-C to work with UARTs put on REPL via os.dupterm.
Damien George
2018-02-22
stm32: Add board config option to enable/disable the ADC.
Damien George
2018-02-13
stm32: Introduce MICROPY_HW_ENABLE_USB and clean up USB config.
Damien George
2018-01-31
stm32: Add support for DHT11/DHT22 sensors.
Damien George
2017-12-22
stm32: Allow to build a board without any hardware I2C ports defined.
Damien George
2017-10-19
stm32: Make uos.dupterm() conform to specs by using extmod version.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George