PWM channels are now configured using static array in header files instead of static variables in implementation.
ADC pins are now configured using static arrays in header files instead of static variables in implementation to be able to define ADC_NUMOF using the size of these arrays instead of a variable.