I think const-correctness is an important-enough concept to call this a bug report.In the HAL Driver for STM32F1xx, much of the codebase is not const-correct. For G4xx, I see that I2C is not.What is const-correctness in C?If a function that accepts ...