-
Notifications
You must be signed in to change notification settings - Fork 1
/
boards.cfg
42 lines (40 loc) · 1.52 KB
/
boards.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#
# List of boards
#
# Syntax:
# white-space separated list of entries;
# each entry has the fields documented below.
#
# Unused fields can be specified as "-", or omitted if they
# are the last field on the line.
#
# Lines starting with '#' are comments.
# Blank lines are ignored.
#
# The options field takes the form:
# <board config name>[:comma separated config options]
# Each config option has the form (value defaults to "1"):
# option[=value]
# So if you have:
# FOO:HAS_BAR,BAZ=64
# The file include/configs/FOO.h will be used, and these defines created:
# #define CONFIG_HAS_BAR 1
# #define CONFIG_BAZ 64
#
# The list should be ordered according to the following fields,
# from most to least significant:
#
# ARCH, CPU, SoC, Vendor, Target
#
# To keep the list sorted, use something like
# :.,$! sort -bdf -k2,2 -k3,3 -k6,6 -k5,5 -k1,1
#
# To reformat the list, use something like
# :.,$! column -t
#
# Target ARCH CPU Board name Vendor SoC Options
###########################################################################################################
davinci_dm365evm arm arm926ejs dm365evm davinci davinci
davinci_dm365v2r arm arm926ejs dm365v2r davinci davinci
# Target ARCH CPU Board name Vendor SoC Options
########################################################################################################################