Changed deploy to use JTAG

This commit is contained in:
Christian Colglazier 2020-07-29 17:47:55 -04:00
parent 97dd9d9e3f
commit 57b92cad75
2 changed files with 10 additions and 8 deletions

View File

@ -13,4 +13,4 @@ libdaisy:
daisysp: daisysp:
cd $(DAISYSP_DIR) && make cd $(DAISYSP_DIR) && make
lib: libdaisy daisysp lib: libdaisy daisysp
deploy: lib all program-dfu deploy: lib all program

View File

@ -18,7 +18,9 @@ const std::string MENU_ITEMS[] = {"VCO",
"Logic", "Logic",
"Noise", "Noise",
"Delay", "Delay",
"Reverb"}; "Reverb",
"Turing",
"Quantizer"};
const int MENU_SIZE = sizeof(MENU_ITEMS)/sizeof(*MENU_ITEMS); const int MENU_SIZE = sizeof(MENU_ITEMS)/sizeof(*MENU_ITEMS);
const int MAX_CHAR_LENGTH = 15; const int MAX_CHAR_LENGTH = 15;
const int MENU_X[] = {0, 5, 10, 5, 0}; const int MENU_X[] = {0, 5, 10, 5, 0};