Skip to content

Commit

Permalink
mk: add some details on how to build with touch sensing
Browse files Browse the repository at this point in the history
  • Loading branch information
vk2seb committed Mar 13, 2024
1 parent 2c98961 commit 40ef1b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gateware/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ifeq ($(BOARD),)
@echo "Valid HW_REV values are: $(ALL_HW_REV)".
@echo "Valid BOARD values are: $(ALL_BOARDS)".
@echo "Valid CORE values are: $(ALL_CORES)".
@echo "Valid TOUCH values are: $(ALL_TOUCH) (default disabled, valid for R3.3+ only)".
@echo "Valid TOUCH values are: $(ALL_TOUCH) (default disabled, valid for R3.3+ only, required for any examples that use touch)".
@echo "For example:"
@echo " $$ make clean"
@echo " $$ # Build bitstream with specific core and program it"
Expand Down
5 changes: 5 additions & 0 deletions gateware/cores/touch_cv.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
// Touch-to-CV. Touches on input jacks 1-4 are
// translated into CV outputs on outputs 1-4.
//
// When building with touch sensing, be sure to build with
// TOUCH=TOUCH_SENSE_ENABLED, for example:
//
// $ make CORE=touch_cv HW_REV=HW_R33 TOUCH=TOUCH_SENSE_ENABLED
//

`default_nettype none

Expand Down

0 comments on commit 40ef1b7

Please sign in to comment.