Semi-decennial update. 50% code inflation.
[cbaos.git] / configs / config_stm32_mine.py
blob27ef0166915db49c260c5aa7a43eb315c7d8f212
1 # this is a configuration file included by SConstruct
3 NAME = 'cbaos.elf'
4 ARCH = 'arm-cortex-m3'
5 CROSSCOMPILE = 'arm-none-eabi'
6 MACH = 'stm32'
7 CHIP = 'stm32f103x4'
8 BOARD = 'stm32f103x4_mine'
9 CONFIG_FCPU = 64000000
11 #CONFIG_LCDTEST = 1
12 APPLICATION = 'temp_switch'