Compilation time is quite long because we generate modules for each and every mcu, even ones for the automotive-specific microcontrollers.
Look into disabling them by default, so that you must then use something like features = ["automotive"] to enable them.