From e5edfeed1bf1407eec286434c876c1ef027ac691 Mon Sep 17 00:00:00 2001 From: Scott Davison Date: Wed, 11 Jan 2017 15:16:45 -0500 Subject: [PATCH] add versioning, now at 1.0.4 --- .../.DS_Store | Bin .../JWBLoader.exe | Bin .../JWBLoader_linux | Bin .../JWBLoader_osx | Bin .../JWB_Update_linux.sh | 0 .../JWB_Update_mac.sh | 0 .../JWB_Update_win.bat | 0 .../JWB_update_1_04a.zip | Bin .../JWB_update_1_04b.zip | Bin .../boards.txt | 0 .../cores/JWB_nRF51822/Arduino.h | 0 .../cores/JWB_nRF51822/JWB_startup_nrf51.S | 0 .../cores/JWB_nRF51822/main.cpp | 0 .../platform.txt | 0 .../programmers.txt | 0 .../JWB_nRF51822/linker_scripts/gcc/JWB_nRF51822.ld | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename {jewelbots_firmware_update_v100 => jewelbots_firmware_update_v104}/.DS_Store (100%) rename {jewelbots_firmware_update_v100 => jewelbots_firmware_update_v104}/JWBLoader.exe (100%) rename {jewelbots_firmware_update_v100 => jewelbots_firmware_update_v104}/JWBLoader_linux (100%) rename {jewelbots_firmware_update_v100 => jewelbots_firmware_update_v104}/JWBLoader_osx (100%) rename {jewelbots_firmware_update_v100 => jewelbots_firmware_update_v104}/JWB_Update_linux.sh (100%) rename {jewelbots_firmware_update_v100 => jewelbots_firmware_update_v104}/JWB_Update_mac.sh (100%) rename {jewelbots_firmware_update_v100 => jewelbots_firmware_update_v104}/JWB_Update_win.bat (100%) rename {jewelbots_firmware_update_v100 => jewelbots_firmware_update_v104}/JWB_update_1_04a.zip (100%) rename {jewelbots_firmware_update_v100 => jewelbots_firmware_update_v104}/JWB_update_1_04b.zip (100%) rename {jewelbots_firmware_update_v100 => jewelbots_firmware_update_v104}/boards.txt (100%) rename {jewelbots_firmware_update_v100 => jewelbots_firmware_update_v104}/cores/JWB_nRF51822/Arduino.h (100%) rename {jewelbots_firmware_update_v100 => jewelbots_firmware_update_v104}/cores/JWB_nRF51822/JWB_startup_nrf51.S (100%) rename {jewelbots_firmware_update_v100 => jewelbots_firmware_update_v104}/cores/JWB_nRF51822/main.cpp (100%) rename {jewelbots_firmware_update_v100 => jewelbots_firmware_update_v104}/platform.txt (100%) rename {jewelbots_firmware_update_v100 => jewelbots_firmware_update_v104}/programmers.txt (100%) rename {jewelbots_firmware_update_v100 => jewelbots_firmware_update_v104}/variants/JWB_nRF51822/linker_scripts/gcc/JWB_nRF51822.ld (100%) diff --git a/jewelbots_firmware_update_v100/.DS_Store b/jewelbots_firmware_update_v104/.DS_Store similarity index 100% rename from jewelbots_firmware_update_v100/.DS_Store rename to jewelbots_firmware_update_v104/.DS_Store diff --git a/jewelbots_firmware_update_v100/JWBLoader.exe b/jewelbots_firmware_update_v104/JWBLoader.exe similarity index 100% rename from jewelbots_firmware_update_v100/JWBLoader.exe rename to jewelbots_firmware_update_v104/JWBLoader.exe diff --git a/jewelbots_firmware_update_v100/JWBLoader_linux b/jewelbots_firmware_update_v104/JWBLoader_linux similarity index 100% rename from jewelbots_firmware_update_v100/JWBLoader_linux rename to jewelbots_firmware_update_v104/JWBLoader_linux diff --git a/jewelbots_firmware_update_v100/JWBLoader_osx b/jewelbots_firmware_update_v104/JWBLoader_osx similarity index 100% rename from jewelbots_firmware_update_v100/JWBLoader_osx rename to jewelbots_firmware_update_v104/JWBLoader_osx diff --git a/jewelbots_firmware_update_v100/JWB_Update_linux.sh b/jewelbots_firmware_update_v104/JWB_Update_linux.sh similarity index 100% rename from jewelbots_firmware_update_v100/JWB_Update_linux.sh rename to jewelbots_firmware_update_v104/JWB_Update_linux.sh diff --git a/jewelbots_firmware_update_v100/JWB_Update_mac.sh b/jewelbots_firmware_update_v104/JWB_Update_mac.sh similarity index 100% rename from jewelbots_firmware_update_v100/JWB_Update_mac.sh rename to jewelbots_firmware_update_v104/JWB_Update_mac.sh diff --git a/jewelbots_firmware_update_v100/JWB_Update_win.bat b/jewelbots_firmware_update_v104/JWB_Update_win.bat similarity index 100% rename from jewelbots_firmware_update_v100/JWB_Update_win.bat rename to jewelbots_firmware_update_v104/JWB_Update_win.bat diff --git a/jewelbots_firmware_update_v100/JWB_update_1_04a.zip b/jewelbots_firmware_update_v104/JWB_update_1_04a.zip similarity index 100% rename from jewelbots_firmware_update_v100/JWB_update_1_04a.zip rename to jewelbots_firmware_update_v104/JWB_update_1_04a.zip diff --git a/jewelbots_firmware_update_v100/JWB_update_1_04b.zip b/jewelbots_firmware_update_v104/JWB_update_1_04b.zip similarity index 100% rename from jewelbots_firmware_update_v100/JWB_update_1_04b.zip rename to jewelbots_firmware_update_v104/JWB_update_1_04b.zip diff --git a/jewelbots_firmware_update_v100/boards.txt b/jewelbots_firmware_update_v104/boards.txt similarity index 100% rename from jewelbots_firmware_update_v100/boards.txt rename to jewelbots_firmware_update_v104/boards.txt diff --git a/jewelbots_firmware_update_v100/cores/JWB_nRF51822/Arduino.h b/jewelbots_firmware_update_v104/cores/JWB_nRF51822/Arduino.h similarity index 100% rename from jewelbots_firmware_update_v100/cores/JWB_nRF51822/Arduino.h rename to jewelbots_firmware_update_v104/cores/JWB_nRF51822/Arduino.h diff --git a/jewelbots_firmware_update_v100/cores/JWB_nRF51822/JWB_startup_nrf51.S b/jewelbots_firmware_update_v104/cores/JWB_nRF51822/JWB_startup_nrf51.S similarity index 100% rename from jewelbots_firmware_update_v100/cores/JWB_nRF51822/JWB_startup_nrf51.S rename to jewelbots_firmware_update_v104/cores/JWB_nRF51822/JWB_startup_nrf51.S diff --git a/jewelbots_firmware_update_v100/cores/JWB_nRF51822/main.cpp b/jewelbots_firmware_update_v104/cores/JWB_nRF51822/main.cpp similarity index 100% rename from jewelbots_firmware_update_v100/cores/JWB_nRF51822/main.cpp rename to jewelbots_firmware_update_v104/cores/JWB_nRF51822/main.cpp diff --git a/jewelbots_firmware_update_v100/platform.txt b/jewelbots_firmware_update_v104/platform.txt similarity index 100% rename from jewelbots_firmware_update_v100/platform.txt rename to jewelbots_firmware_update_v104/platform.txt diff --git a/jewelbots_firmware_update_v100/programmers.txt b/jewelbots_firmware_update_v104/programmers.txt similarity index 100% rename from jewelbots_firmware_update_v100/programmers.txt rename to jewelbots_firmware_update_v104/programmers.txt diff --git a/jewelbots_firmware_update_v100/variants/JWB_nRF51822/linker_scripts/gcc/JWB_nRF51822.ld b/jewelbots_firmware_update_v104/variants/JWB_nRF51822/linker_scripts/gcc/JWB_nRF51822.ld similarity index 100% rename from jewelbots_firmware_update_v100/variants/JWB_nRF51822/linker_scripts/gcc/JWB_nRF51822.ld rename to jewelbots_firmware_update_v104/variants/JWB_nRF51822/linker_scripts/gcc/JWB_nRF51822.ld