forked from GBert/openwrt-files
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.mk
53 lines (47 loc) · 1.18 KB
/
config.mk
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
#
# Copyright (C) 2005-2017 Darron Broad
# All rights reserved.
#
# This file is part of Pickle Microchip PIC ICSP.
#
# Pickle Microchip PIC ICSP is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# by the Free Software Foundation.
#
# Pickle Microchip PIC ICSP is distributed in the hope that it will be
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
# Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with Pickle Microchip PIC ICSP. If not, see http://www.gnu.org/licenses/
#
# build targets (enable:1 disable:0)
P12=0
P14=0
N14=1
P16=0
N16=0
P24=0
P32=0
PCTRL=1
PTEST=1
PIO=1
# PLOAD=0
# back/front-ends (where available) (enable:1 disable:0)
PICKLE_RPI=1
# STK500=0
# MCP23017=0
# BITBANG=0
# FTDI=0
# MCP2221=0
# CP2104=0
# SERIAL=0
# gdb else strip (gdb:1 strip:0)
GDB=0
# output verbose config (enable:1 disable:0)
VERBOSE=1
# output boot loader config (enable:1 disable:0)
LOADER=1
# use QSORT (quick sort) else TSEARCH (tree sort) (qsort:1 tsearch:0)
QSORT=1