index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
accel.c
Commit message (
Expand
)
Author
Age
*
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-04-05
*
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
*
stm32/accel: Fix Accel.read() method so it does read a byte.
Damien George
2019-10-18
*
stm32/accel: Add support for KXTJ3.
Frederic.Pierson
2019-10-18
*
stm32/accel: Rename MMA I2C macro constants to make it generic.
Damien George
2019-10-18
*
stm32/i2c: Make timeout for hardware I2C configurable.
Andrew Leech
2019-05-21
*
stm32: Support compiling with object representation D.
Damien George
2018-07-08
*
stm32/accel: Switch pyb.Accel to use new C-level I2C API.
Damien George
2018-05-14
*
stm32: Rename legacy pyb.I2C helper functions to start with pyb_i2c_.
Damien George
2018-04-24
*
stm32: Change pin_X and pyb_pin_X identifiers to be pointers to objects.
Damien George
2018-03-28
*
stm32: Consolidate include of genhdr/pins.h to single location in pin.h.
Damien George
2018-03-27
*
all: Remove inclusion of internal py header files.
Damien George
2017-10-04
*
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-09-06