Merge pull request #14659 from arduino/i2c_slave_patch
STM32: make i2c_salve_read return the number of bytes read
ls
commit b74f62c974f4d82a52918c8178ffb25242c5fe8c
2 parents 7620120 + cd35063
@Martin Kojtal Martin Kojtal authored on 10 Jun 2021
GitHub committed on 10 Jun 2021
Showing 16 changed files
View
targets/TARGET_STM/TARGET_STM32F0/objects.h
View
targets/TARGET_STM/TARGET_STM32F1/objects.h
View
targets/TARGET_STM/TARGET_STM32F2/objects.h
View
targets/TARGET_STM/TARGET_STM32F3/objects.h
View
targets/TARGET_STM/TARGET_STM32F4/objects.h
View
targets/TARGET_STM/TARGET_STM32F7/objects.h
View
targets/TARGET_STM/TARGET_STM32G0/objects.h
View
targets/TARGET_STM/TARGET_STM32G4/objects.h
View
targets/TARGET_STM/TARGET_STM32H7/objects.h
View
targets/TARGET_STM/TARGET_STM32L0/objects.h
View
targets/TARGET_STM/TARGET_STM32L1/objects.h
View
targets/TARGET_STM/TARGET_STM32L4/objects.h
View
targets/TARGET_STM/TARGET_STM32L5/objects.h
View
targets/TARGET_STM/TARGET_STM32WB/objects.h
View
targets/TARGET_STM/TARGET_STM32WL/objects.h
View
targets/TARGET_STM/i2c_api.c