modm-io / modm

modm: a C++23 library generator for AVR and ARM Cortex-M devices
https://modm.io
Mozilla Public License 2.0
746 stars 132 forks source link

[stm32/sam_x7x] Allow I2C interrupt priority to be set #1148

Closed rleh closed 6 months ago

rleh commented 6 months ago

Allow the I2C interrupt priority to be set, for the other I2C driver not taken care of in #1143. I just noticed it and wanted to prevent the interfaces from diverging.

cc @victorandrehc