summaryrefslogtreecommitdiffstats
path: root/doc/dev_guide/building_with_make.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dev_guide/building_with_make.rst')
-rw-r--r--doc/dev_guide/building_with_make.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/dev_guide/building_with_make.rst b/doc/dev_guide/building_with_make.rst
index 90a3e461a..710aad3d1 100644
--- a/doc/dev_guide/building_with_make.rst
+++ b/doc/dev_guide/building_with_make.rst
@@ -21,6 +21,7 @@ Build instructions
* libusb (if you want FT2232, Dediprog or USB-Blaster support)
* libftdi (if you want FT2232 or USB-Blaster support)
* libjaylink (if you want support for SEGGER J-Link and compatible devices)
+ * NI-845x driver & library package (if you want support for NI-845x devices; uses a proprietary driver)
**Linux et al:**
@@ -63,6 +64,15 @@ Build instructions
Install DirectHW from coresystems GmbH.
DirectHW is available at https://www.coreboot.org/DirectHW .
+**To compile on Windows:**
+
+Install MSYS tools (and the NI-845x drivers if desired) as described in
+:ref:`installing-dependencies`.
+
+To build with support for NI-845x::
+
+ make HAS_LIB_NI845X=yes CONFIG_NI845X_SPI=yes
+
**To cross-compile on Linux for DOS:**
Get packages of the DJGPP cross compiler and install them: