Zerocat Chipflasher  v0.4.3 (board-edition-1)
Flash free firmware to BIOS chips, kick the Manageability Engine.
board.cfg
Go to the documentation of this file.
1 ##>!
2 ##>! Zerocat Chipflasher --- Flash free firmware to BIOS chips,
3 ##>! kick the Manageability Engine.
4 ##>!
5 ##>! Copyright (C) 2015, 2016, 2017, 2018 Kai Mertens <kmx@posteo.net>
6 ##>!
7 ##>! The Zerocat Chipflasher is free software: you can redistribute it
8 ##>! and/or modify it under the terms of the GNU General Public License
9 ##>! as published by the Free Software Foundation, either version 3 of
10 ##>! the License, or (at your option) any later version.
11 ##>!
12 ##>! The Zerocat Chipflasher is distributed in the hope that it will be
13 ##>! useful, but WITHOUT ANY WARRANTY; without even the implied warranty
14 ##>! of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 ##>! GNU General Public License for more details.
16 ##>!
17 ##>! You should have received a copy of the GNU General Public License
18 ##>! along with this program. If not, see <http://www.gnu.org/licenses/>.
19 ##>!
20 ##>! This file is part of the Zerocat Chipflasher.
21 ##>!
22 ##>!
23 ##>! @file board.cfg
24 ##>!
25 ##>! @brief Configuration settings for the chipflasher board.
26 ##>!
27 
28 ##>! @cond
29 clkfreq: 80MHz
30 clkmode: XTAL1+PLL16X
31 #~ baudrate: 921600
32 #~ baudrate: 576000
33 #~ baudrate: 500000
34 #~ baudrate: 460800
35 #~ baudrate: 230400
36 baudrate: 115200
37 #~ baudrate: 57600
38 #~ baudrate: 38400
39 rxpin: 31
40 txpin: 30
41 reset: dtr
42 
43 [default]
44 modeterminal: false
45 rstdisable: false
46 
47 [rstdisable]
48 modeterminal: false
49 rstdisable: true
50 
51 [terminal]
52 modeterminal: true
53 rstdisable: false
54 
55 ##>! @endcond