diff --git a/.DS_Store b/.DS_Store index f3a3467..236224e 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/jewelbots_firmware_update_v104/JWB_update_1_04b.zip b/jewelbots_firmware_update_v104/JWB_update_1_04b.zip deleted file mode 100644 index 68dca35..0000000 Binary files a/jewelbots_firmware_update_v104/JWB_update_1_04b.zip and /dev/null differ diff --git a/jewelbots_firmware_update_v104/.DS_Store b/jewelbots_firmware_update_v110/.DS_Store similarity index 100% rename from jewelbots_firmware_update_v104/.DS_Store rename to jewelbots_firmware_update_v110/.DS_Store diff --git a/jewelbots_firmware_update_v104/JWBLoader.exe b/jewelbots_firmware_update_v110/JWBLoader.exe similarity index 100% rename from jewelbots_firmware_update_v104/JWBLoader.exe rename to jewelbots_firmware_update_v110/JWBLoader.exe diff --git a/jewelbots_firmware_update_v104/JWBLoader_linux b/jewelbots_firmware_update_v110/JWBLoader_linux similarity index 100% rename from jewelbots_firmware_update_v104/JWBLoader_linux rename to jewelbots_firmware_update_v110/JWBLoader_linux diff --git a/jewelbots_firmware_update_v104/JWBLoader_osx b/jewelbots_firmware_update_v110/JWBLoader_osx similarity index 100% rename from jewelbots_firmware_update_v104/JWBLoader_osx rename to jewelbots_firmware_update_v110/JWBLoader_osx diff --git a/jewelbots_firmware_update_v104/JWB_Update_linux.sh b/jewelbots_firmware_update_v110/JWB_Update_linux.sh similarity index 65% rename from jewelbots_firmware_update_v104/JWB_Update_linux.sh rename to jewelbots_firmware_update_v110/JWB_Update_linux.sh index b59b4f0..97a7504 100755 --- a/jewelbots_firmware_update_v104/JWB_Update_linux.sh +++ b/jewelbots_firmware_update_v110/JWB_Update_linux.sh @@ -2,6 +2,6 @@ PATH="$1" PORT="$2" -$PATH/JWBLoader_linux --verbose dfu serial --package=$PATH/JWB_update_1_04a.zip --port=$PORT --baudrate=38400 +$PATH/JWBLoader_linux --verbose dfu serial --package=$PATH/JWB_update_1_10a.zip --port=$PORT --baudrate=38400 /bin/sleep 1s -$PATH/JWBLoader_linux --verbose dfu serial --package=$PATH/JWB_update_1_04b.zip --port=$PORT --baudrate=38400 +$PATH/JWBLoader_linux --verbose dfu serial --package=$PATH/JWB_update_1_10b.zip --port=$PORT --baudrate=38400 diff --git a/jewelbots_firmware_update_v104/JWB_Update_mac.sh b/jewelbots_firmware_update_v110/JWB_Update_mac.sh similarity index 64% rename from jewelbots_firmware_update_v104/JWB_Update_mac.sh rename to jewelbots_firmware_update_v110/JWB_Update_mac.sh index f6806ac..f1265be 100755 --- a/jewelbots_firmware_update_v104/JWB_Update_mac.sh +++ b/jewelbots_firmware_update_v110/JWB_Update_mac.sh @@ -2,5 +2,5 @@ PATH="$1" PORT="$2" -$PATH/JWBLoader_osx --verbose dfu serial --package=$PATH/JWB_update_1_04a.zip --port=$PORT --baudrate=38400 -$PATH/JWBLoader_osx --verbose dfu serial --package=$PATH/JWB_update_1_04b.zip --port=$PORT --baudrate=38400 +$PATH/JWBLoader_osx --verbose dfu serial --package=$PATH/JWB_update_1_10a.zip --port=$PORT --baudrate=38400 +$PATH/JWBLoader_osx --verbose dfu serial --package=$PATH/JWB_update_1_10b.zip --port=$PORT --baudrate=38400 diff --git a/jewelbots_firmware_update_v104/JWB_Update_win.bat b/jewelbots_firmware_update_v110/JWB_Update_win.bat similarity index 63% rename from jewelbots_firmware_update_v104/JWB_Update_win.bat rename to jewelbots_firmware_update_v110/JWB_Update_win.bat index c9cc07f..e111060 100644 --- a/jewelbots_firmware_update_v104/JWB_Update_win.bat +++ b/jewelbots_firmware_update_v110/JWB_Update_win.bat @@ -6,6 +6,6 @@ set PATH=%1 set PORT=%2 -%PATH%/JWBLoader.exe --verbose dfu serial --package=%PATH%/JWB_update_1_04a.zip --port=%PORT% --baudrate=38400 +%PATH%/JWBLoader.exe --verbose dfu serial --package=%PATH%/JWB_update_1_10a.zip --port=%PORT% --baudrate=38400 -%PATH%/JWBLoader.exe --verbose dfu serial --package=%PATH%/JWB_update_1_04b.zip --port=%PORT% --baudrate=38400 +%PATH%/JWBLoader.exe --verbose dfu serial --package=%PATH%/JWB_update_1_10b.zip --port=%PORT% --baudrate=38400 diff --git a/jewelbots_firmware_update_v104/JWB_update_1_04a.zip b/jewelbots_firmware_update_v110/JWB_update_1_10a.zip similarity index 99% rename from jewelbots_firmware_update_v104/JWB_update_1_04a.zip rename to jewelbots_firmware_update_v110/JWB_update_1_10a.zip index d27d691..457ecbc 100644 Binary files a/jewelbots_firmware_update_v104/JWB_update_1_04a.zip and b/jewelbots_firmware_update_v110/JWB_update_1_10a.zip differ diff --git a/jewelbots_firmware_update_v110/JWB_update_1_10b.zip b/jewelbots_firmware_update_v110/JWB_update_1_10b.zip new file mode 100644 index 0000000..bc490c0 Binary files /dev/null and b/jewelbots_firmware_update_v110/JWB_update_1_10b.zip differ diff --git a/jewelbots_firmware_update_v104/boards.txt b/jewelbots_firmware_update_v110/boards.txt similarity index 100% rename from jewelbots_firmware_update_v104/boards.txt rename to jewelbots_firmware_update_v110/boards.txt diff --git a/jewelbots_firmware_update_v104/cores/JWB_nRF51822/Arduino.h b/jewelbots_firmware_update_v110/cores/JWB_nRF51822/Arduino.h similarity index 100% rename from jewelbots_firmware_update_v104/cores/JWB_nRF51822/Arduino.h rename to jewelbots_firmware_update_v110/cores/JWB_nRF51822/Arduino.h diff --git a/jewelbots_firmware_update_v104/cores/JWB_nRF51822/JWB_startup_nrf51.S b/jewelbots_firmware_update_v110/cores/JWB_nRF51822/JWB_startup_nrf51.S similarity index 100% rename from jewelbots_firmware_update_v104/cores/JWB_nRF51822/JWB_startup_nrf51.S rename to jewelbots_firmware_update_v110/cores/JWB_nRF51822/JWB_startup_nrf51.S diff --git a/jewelbots_firmware_update_v104/cores/JWB_nRF51822/main.cpp b/jewelbots_firmware_update_v110/cores/JWB_nRF51822/main.cpp similarity index 100% rename from jewelbots_firmware_update_v104/cores/JWB_nRF51822/main.cpp rename to jewelbots_firmware_update_v110/cores/JWB_nRF51822/main.cpp diff --git a/jewelbots_firmware_update_v104/platform.txt b/jewelbots_firmware_update_v110/platform.txt similarity index 100% rename from jewelbots_firmware_update_v104/platform.txt rename to jewelbots_firmware_update_v110/platform.txt diff --git a/jewelbots_firmware_update_v104/programmers.txt b/jewelbots_firmware_update_v110/programmers.txt similarity index 100% rename from jewelbots_firmware_update_v104/programmers.txt rename to jewelbots_firmware_update_v110/programmers.txt diff --git a/jewelbots_firmware_update_v104/variants/JWB_nRF51822/linker_scripts/gcc/JWB_nRF51822.ld b/jewelbots_firmware_update_v110/variants/JWB_nRF51822/linker_scripts/gcc/JWB_nRF51822.ld similarity index 100% rename from jewelbots_firmware_update_v104/variants/JWB_nRF51822/linker_scripts/gcc/JWB_nRF51822.ld rename to jewelbots_firmware_update_v110/variants/JWB_nRF51822/linker_scripts/gcc/JWB_nRF51822.ld