Zerocat Chipflasher  v0.4.3 (board-edition-1)
Flash free firmware to BIOS chips, kick the Manageability Engine.
Startfile.cfg
Go to the documentation of this file.
1 ##>! @file Startfile.cfg
2 ##>!
3 ##>! If you don't want to use these recommended settings: Save this file
4 ##>! as firmware/src/Startfile.cfg.template in order to fallback to
5 ##>! Parallax’ initial Proploader from their SimpleIDE 1.0 RC1 bundle as
6 ##>! specified in firmware/src/Startfile.mk.
7 ##>!
8 ##>! @brief Startfile.mk’s Configuration Include File.
9 ##>!
10 
11 ##>! @cond
12 #
13 # Parallax’ Tools for the Propeller Microcontroller via GNU Guix
14 #
15 # 1. Install the GNU Guix Package Manager
16 # <http://www.gnu.org/software/guix/download/>
17 #
18 # 2. Install the propeller-development-suite package:
19 # `$ guix package --fallback --install propeller-development-suite`
20 #
21 PROPLOAD = $(PROPLOAD_GNUGUIX)
22 ##>! @endcond