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
/
machine_i2c.c
Age
Commit message (
Expand
)
Author
2020-12-07
stm32/i2c: Factor I2C finding code to i2c_find_peripheral function.
Damien George
2020-11-23
extmod/machine_i2c: Add init protocol method for generic I2C bindings.
Damien George
2020-10-01
ports: Support legacy soft I2C/SPI construction via id=-1 arg.
Damien George
2020-10-01
ports: Add SoftI2C and SoftSPI to machine module where appropriate.
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-09-23
stm32/machine_i2c: Add ability to specify I2C(4) by name.
Chris Liechti
2019-05-21
stm32/i2c: Support setting the I2C TIMINGR value via keyword arg.
Damien George
2019-05-21
stm32/machine_i2c: Simplify ROM initialisation of static HW I2C objects.
Damien George
2019-05-21
stm32/i2c: Make timeout for hardware I2C configurable.
Andrew Leech
2019-05-20
stm32/machine_i2c: Update to support new C-level I2C API.
Damien George
2019-02-12
ports: Convert legacy uppercase macro names to lowercase.
Damien George
2018-05-28
stm32: Add support for STM32F0 MCUs.
Damien George
2018-05-14
stm32/machine_i2c: Use new F4 hardware I2C driver for machine.I2C class.
Damien George
2018-04-24
stm32/machine_i2c: Provide hardware I2C for machine.I2C on F7 MCUs.
Damien George
2018-04-24
stm32: Rename legacy pyb.I2C helper functions to start with pyb_i2c_.
Damien George
2018-03-28
stm32: Change pin_X and pyb_pin_X identifiers to be pointers to objects.
Damien George
2018-03-27
stm32: Consolidate include of genhdr/pins.h to single location in pin.h.
Damien George
2018-03-17
stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.
Damien George
2018-03-07
stm32/i2c: On F4 MCUs report the actual I2C SCL frequency.
Damien George
2017-12-22
stm32: Allow to build a board without any hardware I2C ports defined.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George