forked from nekromant/esp8266-frankenstein
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.config
188 lines (165 loc) · 3.41 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
#
# Automatically generated file; DO NOT EDIT.
# Antares Firmware Config
#
#
# Target platform settings
#
# CONFIG_ARCH_8051 is not set
# CONFIG_ARCH_ARM is not set
# CONFIG_ARCH_AVR is not set
CONFIG_ARCH_ESP8266=y
# 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_ESP8266_FORCE_IROM=y
CONFIG_ESP8266_LIBC_IROM=y
# CONFIG_ESP8266_NEED_SDK_PATH is not set
#
# Configure libraries to link against
#
CONFIG_ESP8266_BLOB_MAIN=y
CONFIG_ESP8266_BLOB_HAL=y
CONFIG_ESP8266_BLOB_NET80211=y
CONFIG_ESP8266_BLOB_PHY=y
CONFIG_ESP8266_BLOB_PP=y
CONFIG_ESP8266_BLOB_WPA=y
CONFIG_ESP8266_BLOB_SSL=y
# CONFIG_ESP8266_BLOB_LWIP is not set
#
# Toolchain settings
#
# CONFIG_SHOW_ALL_TOOLCHAINS is not set
CONFIG_TOOLCHAIN_GCC=y
CONFIG_TOOLCHAIN_PREFIX="xtensa-lx106-elf-"
# CONFIG_CC_OPT0 is not set
# CONFIG_CC_OPT1 is not set
# CONFIG_CC_OPT2 is not set
# CONFIG_CC_OPT3 is not set
CONFIG_CC_OPTSZ=y
# CONFIG_GCC_NOSTDLIBS is not set
# CONFIG_GCC_G is not set
# CONFIG_GCC_LC is not set
CONFIG_GCC_LM=y
# CONFIG_GCC_FPIC is not set
# CONFIG_GCC_STRIP is not set
# CONFIG_GCC_PARANOID_WRN is not set
#
# Fine tuning
#
CONFIG_CFLAGS=""
CONFIG_ASFLAGS=""
CONFIG_LDFLAGS=""
CONFIG_ELFFLAGS=""
#
# Libraries and drivers
#
CONFIG_SHOW_BROKEN=y
# 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
# CONFIG_LIB_NLIBSTUBS 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 is not set
# CONFIG_LIB_STLINKY is not set
# CONFIG_LIB_URPC is not set
#
# 3rd-party libraries
#
# CONFIG_CONTRIB_LWIP is not set
#
# Project Settings
#
#
# Modules to build
#
CONFIG_CMD_IW=y
CONFIG_CMD_IF=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_FLASH=y
CONFIG_CMD_LISTEN=y
CONFIG_CMD_SEND=y
CONFIG_CMD_TFTP=y
CONFIG_CMD_DS18B20=y
# CONFIG_CMD_DS18B20_DEBUG is not set
#
# Environment Settings
#
CONFIG_ENV_OFFSET=0x7f000
CONFIG_ENV_LEN=0x1000
CONFIG_ADDR_BLOBSETTING1=0x7d000
CONFIG_ADDR_BLOBSETTING2=0x7e000
# CONFIG_ENV_NOWRITE is not set
#
# Deployment settings
#
# CONFIG_DEPLOY_ROOT is not set
#
# Pick the deployment methods you need below
#
CONFIG_DEPLOY_ESPTOOL=y
CONFIG_DEPLOY_ESPTOOL_BIN="esptool.py"
CONFIG_DEPLOY_ESPTOOL_PORT="/dev/ttyUSB0"
CONFIG_DEPLOY_ESPTOOL_ADDRESS="0x00000"
CONFIG_DEPLOY_ESPTOOL_PL2303=y
CONFIG_DEPLOY_ESPTOOL_MINICOM=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="esptool"
# 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="e4cb0d2bb5c150e8e6cae90bd481ecbf61f1cab8"