speeduino icon indicating copy to clipboard operation
speeduino copied to clipboard

Hardened pin reassignment

Open VitorBoss opened this issue 5 months ago • 1 comments

Added check as some functions access the pin via registers and had no check.

Added protection for "board default" pin value as it can lock up STM32 board due to wrong board layout.

Added STM32 CAN pins to the pinIsReserved check.

I did many board layout selection tests and pin reassignment tests to STM32 USB pins and everything works.

VitorBoss avatar Sep 21 '24 14:09 VitorBoss