forked from uISP/uHID-bootloader-avr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_nrfdongle
459 lines (427 loc) · 12.3 KB
/
config_nrfdongle
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
#
# 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_GBZ80 is not set
# CONFIG_ARCH_MIPS is not set
# CONFIG_ARCH_MSP430 is not set
# CONFIG_ARCH_NATIVE is not set
# CONFIG_ARCH_PIC32 is not set
CONFIG_F_CPU=16000000
# 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=y
# 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 is not set
# 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=0x1800
# CONFIG_AVR_OLD_DELAY is not set
# CONFIG_AVR_EXTRA_SIZE_OPT is not set
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_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 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 is not set
#
# Data storage devices
#
# CONFIG_LIB_SPISD 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_VUSB=y
#
# Some rarely used options have been omitted.
#
#
# See usb-config.h for more info
#
#
# Hardware Config
#
CONFIG_USB_CFG_IOPORTNAME="D"
CONFIG_USB_CFG_DMINUS_BIT=2
CONFIG_USB_CFG_DPLUS_BIT=3
# CONFIG_USB_OPT is not set
#
# Functional Range
#
CONFIG_USB_CFG_HAVE_INTRIN_ENDPOINT=y
# CONFIG_USB_CFG_HAVE_INTRIN_ENDPOINT3 is not set
# CONFIG_USB_CFG_IMPLEMENT_HALT is not set
CONFIG_USB_CFG_SUPPRESS_INTR_CODE=y
CONFIG_USB_CFG_INTR_POLL_INTERVAL=50
# CONFIG_USB_CFG_IS_SELF_POWERED is not set
CONFIG_USB_CFG_MAX_BUS_POWER=100
# CONFIG_USB_CFG_IMPLEMENT_FN_READ is not set
CONFIG_USB_CFG_IMPLEMENT_FN_WRITE=y
# CONFIG_USB_CFG_IMPLEMENT_FN_WRITEOUT is not set
# CONFIG_USB_CFG_HAVE_FLOWCONTROL is not set
# CONFIG_USB_CFG_LONG_TRANSFERS is not set
# CONFIG_USB_COUNT_SOF is not set
# CONFIG_USB_CFG_CHECK_DATA_TOGGLING is not set
# CONFIG_USB_CFG_HAVE_MEASURE_FRAME_LENGTH is not set
#
# Device Description
#
# CONFIG_USB_TUNEPROPS is not set
CONFIG_USB_CFG_VENDOR_ID=0x16c0
CONFIG_USB_CFG_DEVICE_ID=0x05df
CONFIG_USB_CFG_DEVICE_VERSION=0x0002
CONFIG_USB_HAS_VENDORNAME=y
CONFIG_USB_CFG_VENDOR_NAME="www.ncrmnt.org"
CONFIG_USB_HAS_DEVNAME=y
CONFIG_USB_CFG_DEVICE_NAME="Necromant's_uISP"
CONFIG_USB_HAS_SERIAL=y
# CONFIG_USB_SERIAL_USE_GIT is not set
CONFIG_USB_CFG_SERIAL_NUMBER="USB-NRF24L01-boot"
#
# See USB specification if you want to conform to an existing device class.
#
#
# Class 0xff is 'vendor specific'
#
CONFIG_USB_CFG_DEVICE_CLASS=0xff
CONFIG_USB_CFG_DEVICE_SUBCLASS=0x0
#
# define class here if not at device level
#
CONFIG_USB_CFG_INTERFACE_CLASS=0x3
CONFIG_USB_CFG_INTERFACE_SUBCLASS=0x0
CONFIG_USB_CFG_INTERFACE_PROTOCOL=0x00
CONFIG_USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH=42
# CONFIG_USB_ONLY_INCLUDE is not set
#
# Project Settings
#
#
# surprisingly no user params here
#
#
# 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 is not set
CONFIG_DEPLOY_AVRDUDE_FLV=0xff
CONFIG_DEPLOY_AVRDUDE_FHV=0xc0
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="antares"
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="46addb1be88b4b8bdf334249241b6cc71f63ece0"