forked from RFduino/RFduino
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathboards.txt
More file actions
21 lines (18 loc) · 953 Bytes
/
boards.txt
File metadata and controls
21 lines (18 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# nRF51 without SoftDevice
##########################
nRF51.name=nRF51 Blank (PCA10000)
nRF51.build.board=nRF51_PCA10000
nRF51.build.mcu=cortex-m0
nRF51.build.f_cpu=16000000
nRF51.build.core=arduino
nRF51.build.extra_flags=-mthumb -march=armv6-m -D__nRF51__ -DNRF51 -D__NRF51_HFCLOCK__ -DBOARD_PCA10000
nRF51.build.ldscript=linker_scripts/gcc/gcc_nrf51_blank_xxaa.ld
nRF51.build.variant=nRF51
nRF51.build.variant_system_include="-I{build.system.path}/nRF51-SDK/nrf51422/Include" "-I{build.system.path}/nRF51-SDK/nrf51822/Include" "-I{build.system.path}/nRF51" "-I{build.system.path}/nRF51/include" "-I{build.system.path}/CMSIS/CMSIS/Include" "-I{build.path}" "-I{build.variant.path}/board"
nRF51.build.variant_system_lib="{build.variant.path}/libnRF51System.a"
nRF51.upload.tool=nRF51JLink
# required to avoid arduino ide exception on upload
nRF51.upload.protocol=
# sizer will not run if this is not defined
# 256KB
nRF51.upload.maximum_size=262144