-
Notifications
You must be signed in to change notification settings - Fork 2
/
.config
156 lines (133 loc) · 2.63 KB
/
.config
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
#
# Automatically generated file; DO NOT EDIT.
# Antares Firmware Config
#
CONFIG_ARCH_HAS_ANTARES_STARTUP=y
#
# Target platform settings
#
CONFIG_ARCH_8051=y
# CONFIG_ARCH_ARM is not set
# CONFIG_ARCH_AVR is not set
# CONFIG_ARCH_ESP8266 is not set
# CONFIG_ARCH_GBZ80 is not set
# CONFIG_ARCH_MIPS is not set
# CONFIG_ARCH_MSP430 is not set
# CONFIG_ARCH_NATIVE is not set
# CONFIG_ARCH_NMC is not set
# CONFIG_ARCH_PIC32 is not set
# CONFIG_ARCH_8051_STC is not set
# CONFIG_ARCH_8051_AT89 is not set
CONFIG_ARCH_8051_NRF24LU1=y
CONFIG_F_CPU=16000000
# CONFIG_MODEL_SMALL is not set
# CONFIG_MODEL_MEDIUM is not set
CONFIG_MODEL_LARGE=y
# CONFIG_MODEL_HUGE is not set
#
# Platform-specific libraries
#
CONFIG_8051_NRFBOOTIMAGE=y
#
# Toolchain settings
#
# CONFIG_SHOW_ALL_TOOLCHAINS is not set
CONFIG_TOOLCHAIN_SDCC=y
CONFIG_SDCC_CFLAGS=""
CONFIG_SDCC_ASFLAGS=""
CONFIG_SDCC_LDFLAGS="--code-loc 0x3400"
#
# Libraries and drivers
#
# CONFIG_SHOW_BROKEN is not set
# CONFIG_LIB_ANTARES_CORE is not set
#
# Console and IO
#
# CONFIG_LIB_EARLYCON is not set
# CONFIG_LIB_PRINTK is not set
CONFIG_LIB_PANIC_NONE=y
# CONFIG_LIB_PANIC is not set
#
# Wireless devices
#
# CONFIG_LIB_RF24 is not set
#
# Data storage devices
#
# CONFIG_LIB_SPISD is not set
#
# Input devices
#
# CONFIG_LIB_CAPSENSE is not set
#
# Misc drivers and libraries
#
# CONFIG_LIB_XSSCU is not set
#
# Data transfer protocols
#
# CONFIG_LIB_XMODEM is not set
CONFIG_LIB_DELAY_8051=y
CONFIG_LIB_DELAY=y
#
# Nothing to tune for 8051, everything should work out of the box
#
# CONFIG_LIB_STLINKY is not set
# CONFIG_LIB_URPC is not set
#
# 3rd-party libraries
#
#
# Data compression
#
# CONFIG_LIB_HEATSHRINK is not set
#
# Cryptography
#
# CONFIG_LIB_CRYPTO_CRC16 is not set
#
# Project Settings
#
# CONFIG_HELLO_WORLD is not set
#
# Deployment settings
#
# CONFIG_DEPLOY_ROOT is not set
#
# Pick the deployment methods you need below
#
CONFIG_DEPLOY_NRFDUDE=y
# CONFIG_DEPLOY_RF24TOOL is not set
# CONFIG_DEPLOY_ZMODEM is not set
#
# Custom deployment methods
#
#
# Build System Configuration
#
CONFIG_MAKE_DEFTARGET="build"
CONFIG_DEPLOY_DEFTARGET="nrfdude"
# CONFIG_NOCOLOR is not set
# CONFIG_THREADED is not set
CONFIG_IMAGE_FILENAME="antares"
CONFIG_IMAGE_DIR="images"
# CONFIG_NEED_GENERATE is not set
# CONFIG_BUILD_VERBOSE is not set
#
# Version Information
#
#
# +++ For reference only +++
#
#
# All values below are to be filled by Make scripts
#
#
# Use make set_version to change
#
CONFIG_VERSION_MAJOR="0"
CONFIG_VERSION_MINOR="2-rc1"
CONFIG_VERSION_CODENAME="Insane Mushroom"
CONFIG_VERSION_STRING="0.2-rc1, Insane Mushroom"
CONFIG_VERSION_GIT="7a391800ce04a814de12eaa2d4b5db74f413bb9f"