From 82a5c6a57b84804cdc7651f6993225be986275e1 Mon Sep 17 00:00:00 2001 From: Samuel Sadok Date: Mon, 12 Mar 2018 22:13:14 -0700 Subject: [PATCH] improve user experience of tup.config --- .gitignore | 1 + tup.config.default | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4f119819..4f7e8430 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ target/ # Tup .tup +/tup.config diff --git a/tup.config.default b/tup.config.default index 831e3b67..740e1dde 100644 --- a/tup.config.default +++ b/tup.config.default @@ -1,6 +1,6 @@ # Copy this file to tup.config and adapt it to your needs -CONFIG_DEBUG=y -#CONFIG_BOARD_VERSION=v3.3 # make sure this fits your board +# make sure this fits your board +#CONFIG_BOARD_VERSION=v3.3 CONFIG_USB_PROTOCOL=native CONFIG_UART_PROTOCOL=ascii CONFIG_STEP_DIR=n