From 8bb5c9428546f2c10c7fe331042dd08a8f68b4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Mon, 30 Apr 2018 18:08:03 +0200 Subject: [PATCH] HACKING: add BUSVOODOO_HARDWARE_VERSION note for verion 0 to --- HACKING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HACKING.md b/HACKING.md index 7f7c83f..ba1aac6 100644 --- a/HACKING.md +++ b/HACKING.md @@ -34,6 +34,8 @@ This will generate two firmware: - _bootloader_: a USB DFU bootloader - _application_: the main application +*IMPORTANT*: to build the firmware for BusVoodoo hardware version 0, prepend `BUSVOODOO_HARDWARE_VERSION=0` before every `rake` command. This will make sure the few pin assignment differences are taken into account in the firmware. + documentation -------------