ChibiOS/os/hal/ports/STM32/STM32F0xx/stm32_registry.h has some errors. For instance it claims that STM32F042 has no SPI2, which lets the compilation to fail.
How do we to fix this?
Fix the ChibiOS registry for all STM32F0 controllers, or just add a temporary fix for SPI2 peripheral for the f042?
ChibiOS/os/hal/ports/STM32/STM32F0xx/stm32_registry.h has some errors. For instance it claims that STM32F042 has no SPI2, which lets the compilation to fail.
How do we to fix this?
Fix the ChibiOS registry for all STM32F0 controllers, or just add a temporary fix for SPI2 peripheral for the f042?