blob: 23907c810a3a77e8348818581765c8756d655c8f (
plain)
1
2
3
4
5
6
7
8
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
|