Requested enhancement -- Add UserContext field to HAL drivers
I have a simple recommendation that would greatly improve your HAL drivers: please add a UserContext field to the handle structures for HAL peripherals (e.g. UART, I2C, SPI). I'll explain.I write compatibility drivers for communication peripherals f...