diff options
Diffstat (limited to 'platforms/chibios/GENERIC_STM32_F303XC/configs/proton_c.mk')
-rw-r--r-- | platforms/chibios/GENERIC_STM32_F303XC/configs/proton_c.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/platforms/chibios/GENERIC_STM32_F303XC/configs/proton_c.mk b/platforms/chibios/GENERIC_STM32_F303XC/configs/proton_c.mk new file mode 100644 index 000000000..23907c810 --- /dev/null +++ b/platforms/chibios/GENERIC_STM32_F303XC/configs/proton_c.mk @@ -0,0 +1,9 @@ +# Proton C MCU settings for converting AVR projects +MCU = STM32F303 + +# These are defaults based on what has been implemented for ARM boards +AUDIO_ENABLE = yes +WS2812_DRIVER = bitbang + +# Force task driven PWM until ARM can provide automatic configuration +BACKLIGHT_DRIVER = software |