-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathboards.txt
More file actions
23 lines (19 loc) · 799 Bytes
/
boards.txt
File metadata and controls
23 lines (19 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Simblee.name=OpenHAK
Simblee.build.board=SIMBLEE
Simblee.build.mcu=cortex-m0
Simblee.build.f_cpu=16000000
Simblee.build.core=arduino
Simblee.build.extra_flags=-mthumb -D__Simblee__
Simblee.build.ldscript=linker_scripts/gcc/Simblee.ld
Simblee.build.variant=Simblee
Simblee.build.variant_system_include="-I{build.system.path}/Simblee" "-I{build.system.path}/Simblee/include" "-I{build.system.path}/CMSIS/CMSIS/Include"
Simblee.build.variant_system_lib=libSimbleeSystem.a
#Simblee.build.extra_flags=-DUSB_PID={build.pid} -DUSB_VID={build.vid} -DUSBCON
#Simblee.build.vid=0x2341
#Simblee.build.vid=0x003e
Simblee.upload.tool=RFDLoader
# required to avoid arduino ide exception on upload
Simblee.upload.protocol=
# sizer will not run if this is not defined
# 128KB
Simblee.upload.maximum_size=131072