index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
pyb_i2c.c
Age
Commit message (
Expand
)
Author
2020-12-07
stm32/i2c: Factor I2C finding code to i2c_find_peripheral function.
Damien George
2020-04-13
all: Clean up error strings to use lowercase and change cannot to can't.
Damien George
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-13
py: Add mp_raise_msg_varg helper and use it where appropriate.
Damien George
2019-12-27
stm32: Fix to build in nanbox mode.
Damien George
2019-05-21
stm32/i2c: Support setting the I2C TIMINGR value via keyword arg.
Damien George
2019-02-12
ports: Convert legacy uppercase macro names to lowercase.
Damien George
2018-09-20
stm32: Add support for STM32F765xx MCUs.
Andrew Leech
2018-09-11
stm32/dma: Pass DMA direction as parameter to dma_init not in cfg struct
Damien George
2018-07-08
stm32: Support compiling with object representation D.
Damien George
2018-05-14
stm32/pyb_i2c: Put pyb.I2C under MICROPY_PY_PYB_LEGACY setting.
Damien George
2018-05-04
stm32: Don't use %lu or %lx for formatting, use just %u or %x.
Damien George
2018-04-24
stm32: Rename legacy pyb.I2C helper functions to start with pyb_i2c_.
Damien George
2018-04-24
stm32: Rename i2c.c to pyb_i2c.c.
Damien George