STM32: increase i2c slave rx limit.
Use uint16_t variables for i2c slave_rx_buffer_size and slave_rx_count
variables. This allows to receive more than 255 bytes in slave mode. The
bytes are received one by one in slave mode so there are no hardware
limitations forcing a 1 byte rx count limit.
ls
1 parent 4095c65 commit 3c0c9c2b33d4e6c31f01c569f621612d5f588e2d
@Mathieu Othacehe Mathieu Othacehe authored on 27 Jan 2022
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_STM32U5/objects.h
View
targets/TARGET_STM/TARGET_STM32WB/objects.h
View
targets/TARGET_STM/TARGET_STM32WL/objects.h