Zerocat Chipflasher  v0.4.3 (board-edition-1)
Flash free firmware to BIOS chips, kick the Manageability Engine.
buildchain.cfg
Go to the documentation of this file.
1 ##>! @file buildchain.cfg
2 ##>!
3 ##>! If you don't want to use these recommended settings: Save this file
4 ##>! as firmware/src/buildchain.cfg.template in order to fallback to
5 ##>! Parallax’ initial tools from their SimpleIDE 1.0 RC1 bundle as
6 ##>! specified in firmware/src/Makefile.
7 ##>!
8 ##>! @brief Makefile’s Configuration Include File.
9 ##>!
10 
11 ##>! @cond
12 #
13 # Parallax’ Simple-Libraries-master on github:
14 # <https://github.com/parallaxinc/Simple-Libraries>
15 #
16 # 1. Download:
17 # `$ wget https://github.com/parallaxinc/Simple-Libraries/archive/master.zip`
18 #
19 # 2. Unpack the archive in `/opt/parallax/`.
20 # A `Simple-Libraries-master` subfolder will be created.
21 #
22 PATH_SIMPLELIBS = $(PATH_SIMPLELIBS_MASTER)
23 
24 #
25 # Parallax’ Tools for the Propeller Microcontroller via GNU Guix
26 #
27 # 1. Install the GNU Guix Package Manager
28 # <http://www.gnu.org/software/guix/download/>
29 #
30 # 2. Install the propeller-development-suite package:
31 # `$ guix package --fallback --install propeller-development-suite`
32 #
33 PROPGCC = $(PROPGCC_GNUGUIX)
34 PATH_GCC_LIBEXEC := $(PATH_GCC_LIBEXEC_GNUGUIX)
35 ##>! @endcond