-
Notifications
You must be signed in to change notification settings - Fork 20
/
.config
484 lines (451 loc) · 12.5 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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
#
# Automatically generated file; DO NOT EDIT.
# Antares Firmware Config
#
CONFIG_ARCH_HAS_ANTARES_STARTUP=y
#
# Target platform settings
#
# CONFIG_ARCH_8051 is not set
# CONFIG_ARCH_ARM is not set
CONFIG_ARCH_AVR=y
# 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_F_CPU=8000000
# CONFIG_MCU_AVR1 is not set
# CONFIG_MCU_AVR2 is not set
# CONFIG_MCU_AVR25 is not set
# CONFIG_MCU_AVR3 is not set
# CONFIG_MCU_AVR31 is not set
# CONFIG_MCU_AVR35 is not set
# CONFIG_MCU_AVR4 is not set
# CONFIG_MCU_AVR5 is not set
# CONFIG_MCU_AVR51 is not set
# CONFIG_MCU_AVR6 is not set
# CONFIG_MCU_AT90S1200 is not set
# CONFIG_MCU_ATTINY11 is not set
# CONFIG_MCU_ATTINY12 is not set
# CONFIG_MCU_ATTINY15 is not set
# CONFIG_MCU_ATTINY28 is not set
# CONFIG_MCU_AT90S2313 is not set
# CONFIG_MCU_AT90S2323 is not set
# CONFIG_MCU_AT90S2333 is not set
# CONFIG_MCU_AT90S2343 is not set
# CONFIG_MCU_ATTINY22 is not set
# CONFIG_MCU_ATTINY26 is not set
# CONFIG_MCU_AT90S4414 is not set
# CONFIG_MCU_AT90S4433 is not set
# CONFIG_MCU_AT90S4434 is not set
# CONFIG_MCU_AT90S8515 is not set
# CONFIG_MCU_AT90C8534 is not set
# CONFIG_MCU_AT90S8535 is not set
# CONFIG_MCU_ATTINY13 is not set
# CONFIG_MCU_ATTINY13A is not set
# CONFIG_MCU_ATTINY2313 is not set
# CONFIG_MCU_ATTINY2313A is not set
# CONFIG_MCU_ATTINY24 is not set
# CONFIG_MCU_ATTINY24A is not set
# CONFIG_MCU_ATTINY4313 is not set
# CONFIG_MCU_ATTINY44 is not set
# CONFIG_MCU_ATTINY44A is not set
# CONFIG_MCU_ATTINY84 is not set
# CONFIG_MCU_ATTINY25 is not set
# CONFIG_MCU_ATTINY45 is not set
# CONFIG_MCU_ATTINY85 is not set
# CONFIG_MCU_ATTINY261 is not set
# CONFIG_MCU_ATTINY261A is not set
# CONFIG_MCU_ATTINY461 is not set
# CONFIG_MCU_ATTINY861 is not set
# CONFIG_MCU_ATTINY861A is not set
# CONFIG_MCU_ATTINY87 is not set
# CONFIG_MCU_ATTINY43U is not set
# CONFIG_MCU_ATTINY48 is not set
# CONFIG_MCU_ATTINY88 is not set
# CONFIG_MCU_AT86RF401 is not set
# CONFIG_MCU_ATA6289 is not set
# CONFIG_MCU_AT43USB355 is not set
# CONFIG_MCU_AT76C711 is not set
# CONFIG_MCU_ATMEGA103 is not set
# CONFIG_MCU_AT43USB320 is not set
# CONFIG_MCU_ATTINY167 is not set
# CONFIG_MCU_ATTINY327 is not set
# CONFIG_MCU_AT90USB82 is not set
# CONFIG_MCU_AT90USB162 is not set
# CONFIG_MCU_ATMEGA8U2 is not set
# CONFIG_MCU_ATMEGA16U2 is not set
# CONFIG_MCU_ATMEGA32U2 is not set
# CONFIG_MCU_ATMEGA8 is not set
# CONFIG_MCU_ATMEGA48 is not set
# CONFIG_MCU_ATMEGA48P is not set
# CONFIG_MCU_ATMEGA88 is not set
# CONFIG_MCU_ATMEGA88P is not set
# CONFIG_MCU_ATMEGA8515 is not set
# CONFIG_MCU_ATMEGA8535 is not set
# CONFIG_MCU_ATMEGA8HVA is not set
# CONFIG_MCU_ATMEGA4HVD is not set
# CONFIG_MCU_ATMEGA8HVD is not set
# CONFIG_MCU_ATMEGA8C1 is not set
# CONFIG_MCU_ATMEGA8M1 is not set
# CONFIG_MCU_AT90PWM1 is not set
# CONFIG_MCU_AT90PWM2 is not set
# CONFIG_MCU_AT90PWM2B is not set
# CONFIG_MCU_AT90PWM3 is not set
# CONFIG_MCU_AT90PWM3B is not set
# CONFIG_MCU_AT90PWM81 is not set
# CONFIG_MCU_ATMEGA16 is not set
# CONFIG_MCU_ATMEGA161 is not set
# CONFIG_MCU_ATMEGA162 is not set
# CONFIG_MCU_ATMEGA163 is not set
# CONFIG_MCU_ATMEGA164P is not set
# CONFIG_MCU_ATMEGA165 is not set
# CONFIG_MCU_ATMEGA165P is not set
# CONFIG_MCU_ATMEGA168 is not set
# CONFIG_MCU_ATMEGA168P is not set
# CONFIG_MCU_ATMEGA169 is not set
# CONFIG_MCU_ATMEGA169P is not set
# CONFIG_MCU_ATMEGA16C1 is not set
# CONFIG_MCU_ATMEGA32 is not set
# CONFIG_MCU_ATMEGA323 is not set
# CONFIG_MCU_ATMEGA324P is not set
# CONFIG_MCU_ATMEGA325 is not set
# CONFIG_MCU_ATMEGA325P is not set
# CONFIG_MCU_ATMEGA3250 is not set
# CONFIG_MCU_ATMEGA3250P is not set
CONFIG_MCU_ATMEGA328P=y
# CONFIG_MCU_ATMEGA329 is not set
# CONFIG_MCU_ATMEGA329P is not set
# CONFIG_MCU_ATMEGA3290 is not set
# CONFIG_MCU_ATMEGA3290P is not set
# CONFIG_MCU_ATMEGA406 is not set
# CONFIG_MCU_ATMEGA64 is not set
# CONFIG_MCU_ATMEGA640 is not set
# CONFIG_MCU_ATMEGA644 is not set
# CONFIG_MCU_ATMEGA644P is not set
# CONFIG_MCU_ATMEGA644PA is not set
# CONFIG_MCU_ATMEGA645 is not set
# CONFIG_MCU_ATMEGA649 is not set
# CONFIG_MCU_ATMEGA6450 is not set
# CONFIG_MCU_ATMEGA6490 is not set
# CONFIG_MCU_ATMEGA16HVA is not set
# CONFIG_MCU_ATMEGA16HVB is not set
# CONFIG_MCU_ATMEGA32HVB is not set
# CONFIG_MCU_AT90CAN32 is not set
# CONFIG_MCU_AT90CAN64 is not set
# CONFIG_MCU_AT90PWM216 is not set
# CONFIG_MCU_AT90PWM316 is not set
# CONFIG_MCU_ATMEGA32C1 is not set
# CONFIG_MCU_ATMEGA64C1 is not set
# CONFIG_MCU_ATMEGA16M1 is not set
# CONFIG_MCU_ATMEGA32M1 is not set
# CONFIG_MCU_ATMEGA64M1 is not set
# CONFIG_MCU_ATMEGA16U4 is not set
# CONFIG_MCU_ATMEGA32U4 is not set
# CONFIG_MCU_ATMEGA32U6 is not set
# CONFIG_MCU_AT90USB646 is not set
# CONFIG_MCU_AT90USB647 is not set
# CONFIG_MCU_AT90SCR100 is not set
# CONFIG_MCU_AT94K is not set
# CONFIG_MCU_ATMEGA128 is not set
# CONFIG_MCU_ATMEGA1280 is not set
# CONFIG_MCU_ATMEGA1281 is not set
# CONFIG_MCU_ATMEGA1284P is not set
# CONFIG_MCU_ATMEGA128RFA1 is not set
# CONFIG_MCU_AT90CAN128 is not set
# CONFIG_MCU_AT90USB1286 is not set
# CONFIG_MCU_AT90USB1287 is not set
# CONFIG_MCU_M3000F is not set
# CONFIG_MCU_M3000S is not set
# CONFIG_MCU_M3001B is not set
# CONFIG_MCU_ATMEGA2560 is not set
# CONFIG_MCU_ATMEGA2561 is not set
CONFIG_AVR_BLDR=y
CONFIG_AVR_BLDADDR=0x7000
CONFIG_AVR_OLD_DELAY=y
CONFIG_AVR_EXTRA_SIZE_OPT=y
CONFIG_AVR_VFPRINTF_NONE=y
# CONFIG_AVR_VFPRINTF_MIN is not set
# CONFIG_AVR_VFPRINTF_FULL is not set
CONFIG_AVR_VFSCANF_NONE=y
# CONFIG_AVR_VFSCANF_MIN is not set
# CONFIG_AVR_VFSCANF_FULL is not set
#
# Toolchain settings
#
# CONFIG_SHOW_ALL_TOOLCHAINS is not set
CONFIG_TOOLCHAIN_GCC=y
CONFIG_TOOLCHAIN_PREFIX="avr-"
# 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 is not set
# CONFIG_GCC_FPIC is not set
CONFIG_GCC_STRIP=y
# CONFIG_GCC_PARANOID_WRN is not set
#
# Fine tuning
#
CONFIG_CFLAGS=""
CONFIG_ASFLAGS=""
CONFIG_LDFLAGS=""
CONFIG_ELFFLAGS=""
#
# Libraries and drivers
#
# CONFIG_SHOW_BROKEN is not set
CONFIG_LIB_ANTARES_CORE=y
CONFIG_ANTARES_STARTUP=y
# CONFIG_LIB_INITCALL is not set
# CONFIG_LIB_TMGR 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_HAVE_AVRSPI=y
CONFIG_LIB_RF24=y
# CONFIG_LIB_RF24_PMGR is not set
# CONFIG_LIB_RF24_BINDINGS_NONE is not set
CONFIG_LIB_RF24_AVR_SOFTSPI=y
# CONFIG_LIB_RF24_AVR_HARDSPI is not set
#
# SPI Pin Settings
#
CONFIG_LIB_RF24_CE_PIN=2
CONFIG_LIB_RF24_CE_PORT="C"
CONFIG_LIB_RF24_CSN_PIN=3
CONFIG_LIB_RF24_CSN_PORT="C"
CONFIG_LIB_RF24_SPI_PORT="B"
CONFIG_LIB_RF24_SPI_MOSI_PIN=0
CONFIG_LIB_RF24_SPI_MISO_PIN=4
CONFIG_LIB_RF24_SPI_SCK_PIN=5
CONFIG_LIB_RF24_DEBUG=0
CONFIG_LIB_RF24_SIZEOPT=y
# CONFIG_LIB_RF24_SWEEP is not set
CONFIG_LIB_RF24_SWEEP_CARRIER=y
# CONFIG_LIB_RF24_SWEEP_RPD 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_AVR=y
CONFIG_LIB_DELAY=y
#
# Nothing to tune for AVR, everything should work out of the box
#
#
# Nothing to tune for ARM, everything should work out of the box
#
# CONFIG_LIB_STLINKY is not set
# CONFIG_LIB_URPC is not set
#
# 3rd-party libraries
#
# CONFIG_CONTRIB_VUSB is not set
# CONFIG_CONTRIB_WS2812 is not set
#
# Data compression
#
# CONFIG_LIB_HEATSHRINK is not set
#
# Cryptography
#
# CONFIG_LIB_CRYPTO_CRC16 is not set
#
# Project Settings
#
CONFIG_DEBUGGING_VERBOSITY=0
#
# Userspace app requires ARCH_NATIVE
#
CONFIG_ROLE_SLAVE=y
# CONFIG_ROLE_UISP is not set
# CONFIG_ROLE_SENDER is not set
# CONFIG_ROLE_LISTENER is not set
#
# Wireless settings
#
CONFIG_RF_CHANNEL=13
CONFIG_RF_ADDR_0=0xb0
CONFIG_RF_ADDR_1=0x0b
CONFIG_RF_ADDR_2=0x10
CONFIG_RF_ADDR_3=0xad
CONFIG_RF_ADDR_4=0xed
# CONFIG_RF_RATE_250KBPS is not set
# CONFIG_RF_RATE_1MBPS is not set
CONFIG_RF_RATE_2MBPS=y
#
# AVR Memory partitions
#
CONFIG_HAS_EEPROM_PART=y
CONFIG_HAS_FLASH_PART=y
CONFIG_BOOTLOCK_AVR=y
CONFIG_BOOTLOCK_PORT="C"
CONFIG_BOOTLOCK_PIN=1
CONFIG_BOOTLOCK_BYPASS=y
CONFIG_SLAVE_ID="red-wisp"
# CONFIG_HAVE_DEADTIME is not set
CONFIG_WDT_ENABLE=y
# CONFIG_WDT_DISABLE is not set
# CONFIG_BOOTCOND_FOREVER is not set
CONFIG_BOOTCOND_TIMED_AVR=y
CONFIG_DEFAULT_BOOTPART="flash"
CONFIG_BOOTCOND_TIMEOUT=5000
# CONFIG_PART_DUMMY is not set
#
# Project-specific hacks
#
CONFIG_HACKS_LIGHTCTL=y
#
# Deployment settings
#
# CONFIG_DEPLOY_ROOT is not set
#
# Pick the deployment methods you need below
#
CONFIG_DEPLOY_AVRDUDE=y
# CONFIG_DEPLOY_AVRDUDE_OVR is not set
# CONFIG_AVRDUDE_PROG_C2N232I is not set
# CONFIG_AVRDUDE_PROG_DASA3 is not set
# CONFIG_AVRDUDE_PROG_DASA is not set
# CONFIG_AVRDUDE_PROG_SIPROG is not set
# CONFIG_AVRDUDE_PROG_PONYSER is not set
# CONFIG_AVRDUDE_PROG_89ISP is not set
# CONFIG_AVRDUDE_PROG_FRANK-STK200 is not set
# CONFIG_AVRDUDE_PROG_BLASTER is not set
# CONFIG_AVRDUDE_PROG_ERE-ISP-AVR is not set
# CONFIG_AVRDUDE_PROG_ATISP is not set
# CONFIG_AVRDUDE_PROG_DAPA is not set
# CONFIG_AVRDUDE_PROG_XIL is not set
# CONFIG_AVRDUDE_PROG_FUTURLEC is not set
# CONFIG_AVRDUDE_PROG_ABCMINI is not set
# CONFIG_AVRDUDE_PROG_PICOWEB is not set
# CONFIG_AVRDUDE_PROG_SP12 is not set
# CONFIG_AVRDUDE_PROG_ALF is not set
# CONFIG_AVRDUDE_PROG_BASCOM is not set
# CONFIG_AVRDUDE_PROG_DT006 is not set
# CONFIG_AVRDUDE_PROG_PONY-STK200 is not set
# CONFIG_AVRDUDE_PROG_STK200 is not set
# CONFIG_AVRDUDE_PROG_BSD is not set
# CONFIG_AVRDUDE_PROG_PAVR is not set
# CONFIG_AVRDUDE_PROG_DRAGON_PDI is not set
# CONFIG_AVRDUDE_PROG_DRAGON_DW is not set
# CONFIG_AVRDUDE_PROG_DRAGON_HVSP is not set
# CONFIG_AVRDUDE_PROG_DRAGON_PP is not set
# CONFIG_AVRDUDE_PROG_DRAGON_ISP is not set
# CONFIG_AVRDUDE_PROG_DRAGON_JTAG is not set
# CONFIG_AVRDUDE_PROG_JTAG2PDI is not set
# CONFIG_AVRDUDE_PROG_JTAG2AVR32 is not set
# CONFIG_AVRDUDE_PROG_JTAGMKII_AVR32 is not set
# CONFIG_AVRDUDE_PROG_JTAG2DW is not set
# CONFIG_AVRDUDE_PROG_JTAG2ISP is not set
# CONFIG_AVRDUDE_PROG_JTAG2 is not set
# CONFIG_AVRDUDE_PROG_JTAG2FAST is not set
# CONFIG_AVRDUDE_PROG_JTAG2SLOW is not set
# CONFIG_AVRDUDE_PROG_JTAGMKII is not set
# CONFIG_AVRDUDE_PROG_JTAG1SLOW is not set
# CONFIG_AVRDUDE_PROG_JTAG1 is not set
# CONFIG_AVRDUDE_PROG_JTAGMKI is not set
# CONFIG_AVRDUDE_PROG_AVR911 is not set
# CONFIG_AVRDUDE_PROG_AVR109 is not set
# CONFIG_AVRDUDE_PROG_BUTTERFLY is not set
# CONFIG_AVRDUDE_PROG_USBTINY is not set
CONFIG_AVRDUDE_PROG_USBASP=y
# CONFIG_AVRDUDE_PROG_AVR910 is not set
# CONFIG_AVRDUDE_PROG_STK600HVSP is not set
# CONFIG_AVRDUDE_PROG_STK600PP is not set
# CONFIG_AVRDUDE_PROG_STK600 is not set
# CONFIG_AVRDUDE_PROG_STK500HVSP is not set
# CONFIG_AVRDUDE_PROG_STK500PP is not set
# CONFIG_AVRDUDE_PROG_STK500V2 is not set
# CONFIG_AVRDUDE_PROG_MIB510 is not set
# CONFIG_AVRDUDE_PROG_STK500V1 is not set
# CONFIG_AVRDUDE_PROG_STK500 is not set
# CONFIG_AVRDUDE_PROG_BUSPIRATE is not set
# CONFIG_AVRDUDE_PROG_AVRISP2 is not set
# CONFIG_AVRDUDE_PROG_AVRISPMKII is not set
# CONFIG_AVRDUDE_PROG_AVRISPV2 is not set
# CONFIG_AVRDUDE_PROG_AVRISP is not set
# CONFIG_AVRDUDE_PROG_ARDUINO is not set
# CONFIG_DEPLOY_AVRDUDE_SER is not set
#
# Fuse settings
#
#
# To actually burn the fuses pass WFUSES=y env variable
#
#
# e.g. make WFUSES=y deploy-avrdude
#
#
# ProTIP: Tripple check fuse values to avoid bricking uC
#
CONFIG_DEPLOY_AVRDUDE_FSLOW=y
CONFIG_DEPLOY_AVRDUDE_FL=y
CONFIG_DEPLOY_AVRDUDE_FH=y
CONFIG_DEPLOY_AVRDUDE_FE=y
CONFIG_DEPLOY_AVRDUDE_FLV=0xe2
CONFIG_DEPLOY_AVRDUDE_FHV=0xd0
CONFIG_DEPLOY_AVRDUDE_FEV=0xff
CONFIG_DEPLOY_AVRDUDE_COMMANDLINE=""
# CONFIG_DEPLOY_DFU_PROGRAMMER is not set
# CONFIG_DEPLOY_RF24TOOL is not set
# CONFIG_DEPLOY_UISPTOOL is not set
# CONFIG_DEPLOY_ZMODEM is not set
#
# Custom deployment methods
#
#
# Build System Configuration
#
CONFIG_MAKE_DEFTARGET="build"
CONFIG_DEPLOY_DEFTARGET="avrdude"
# CONFIG_NOCOLOR is not set
# CONFIG_THREADED is not set
CONFIG_IMAGE_FILENAME="rf24boot-red-wisp"
CONFIG_IMAGE_DIR="images"
CONFIG_NEED_GENERATE=y
# 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="0400df933188103863940b1ba9d8f21c10163305"