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