stm32duino / STM32FreeRTOS

Real Time Operating System implemented for STM32
302 stars 59 forks source link

compilation time is too long #36

Closed Nanmei closed 3 years ago

Nanmei commented 3 years ago

My arduino ide compilation time is too long, each compilation takes 8 minutes or more, is there any way to solve it? Thank you very much.

fpistm commented 3 years ago

Hi @Nanmei unfortunately, we can't do nothing to speed up. It is related to Arduino IDE on Windows. On Linux the compilation is few seconds while on Windows it is several minutes.

Nanmei commented 3 years ago

Thanks.