From cfba7f9f3e9c035c5f6fddcbcd4ce02828a9e37b Mon Sep 17 00:00:00 2001 From: createskyblue Date: Sat, 26 Sep 2020 23:28:19 +0800 Subject: [PATCH] =?UTF-8?q?Organize=20folders=20=E6=95=B4=E7=90=86?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SolderingStation2_arduboy_gplib_v1.6L+.ino | 0 .../1.6}/1.6L+/T12.ino.standard.hex | 0 .../1.6L+/T12.ino.with_bootloader.standard.hex | 0 .../SolderingStation2_arduboy_gplib_v1.6L.ino | 0 .../1.6}/1.6L/T12.ino.standard.hex | 0 .../1.6L/T12.ino.with_bootloader.standard.hex | 0 .../SolderingStation2_arduboy_gplib_v1.7+.ino | 0 .../1.7+ => Program/1.7}/T12.ino.standard.hex | 0 .../1.7}/T12.ino.with_bootloader.standard.hex | 0 .../SolderingStation2_arduboy_gplib_v1.7t1.ino | 0 .../1.7/test}/1.7t1/T12.ino.standard.hex | 0 .../1.7t1/T12.ino.with_bootloader.standard.hex | 0 .../SolderingStation2_arduboy_gplib_v1.7t2.ino | 0 .../1.7/test}/1.7t2/T12.ino.standard.hex | 0 .../1.7t2/T12.ino.with_bootloader.standard.hex | 0 .../SolderingStation2_arduboy_gplib_v1.7t3.ino | 0 .../1.7/test}/1.7t3/T12.ino.standard.hex | 0 .../1.7t3/T12.ino.with_bootloader.standard.hex | 0 .../SolderingStation2_arduboy_gplib_v1.7t4.ino | 0 .../1.7/test}/1.7t4/T12.ino.standard.hex | 0 .../1.7t4/T12.ino.with_bootloader.standard.hex | 0 .../Program/readme.txt | 17 +++++++++++++++++ .../binaries/readme.txt | 2 -- .../sources/readme.txt | 4 ---- 24 files changed, 17 insertions(+), 6 deletions(-) rename software/UI_upgrade_by_createskyblue/{sources => Program/1.6/1.6L+}/SolderingStation2_arduboy_gplib_v1.6L+.ino (100%) rename software/UI_upgrade_by_createskyblue/{binaries => Program/1.6}/1.6L+/T12.ino.standard.hex (100%) rename software/UI_upgrade_by_createskyblue/{binaries => Program/1.6}/1.6L+/T12.ino.with_bootloader.standard.hex (100%) rename software/UI_upgrade_by_createskyblue/{sources => Program/1.6/1.6L}/SolderingStation2_arduboy_gplib_v1.6L.ino (100%) rename software/UI_upgrade_by_createskyblue/{binaries => Program/1.6}/1.6L/T12.ino.standard.hex (100%) rename software/UI_upgrade_by_createskyblue/{binaries => Program/1.6}/1.6L/T12.ino.with_bootloader.standard.hex (100%) rename software/UI_upgrade_by_createskyblue/{sources => Program/1.7}/SolderingStation2_arduboy_gplib_v1.7+.ino (100%) rename software/UI_upgrade_by_createskyblue/{binaries/1.7+ => Program/1.7}/T12.ino.standard.hex (100%) rename software/UI_upgrade_by_createskyblue/{binaries/1.7+ => Program/1.7}/T12.ino.with_bootloader.standard.hex (100%) rename software/UI_upgrade_by_createskyblue/{sources => Program/1.7/test/1.7t1}/SolderingStation2_arduboy_gplib_v1.7t1.ino (100%) rename software/UI_upgrade_by_createskyblue/{binaries => Program/1.7/test}/1.7t1/T12.ino.standard.hex (100%) rename software/UI_upgrade_by_createskyblue/{binaries => Program/1.7/test}/1.7t1/T12.ino.with_bootloader.standard.hex (100%) rename software/UI_upgrade_by_createskyblue/{sources => Program/1.7/test/1.7t2}/SolderingStation2_arduboy_gplib_v1.7t2.ino (100%) rename software/UI_upgrade_by_createskyblue/{binaries => Program/1.7/test}/1.7t2/T12.ino.standard.hex (100%) rename software/UI_upgrade_by_createskyblue/{binaries => Program/1.7/test}/1.7t2/T12.ino.with_bootloader.standard.hex (100%) rename software/UI_upgrade_by_createskyblue/{sources => Program/1.7/test/1.7t3}/SolderingStation2_arduboy_gplib_v1.7t3.ino (100%) rename software/UI_upgrade_by_createskyblue/{binaries => Program/1.7/test}/1.7t3/T12.ino.standard.hex (100%) rename software/UI_upgrade_by_createskyblue/{binaries => Program/1.7/test}/1.7t3/T12.ino.with_bootloader.standard.hex (100%) rename software/UI_upgrade_by_createskyblue/{sources => Program/1.7/test/1.7t4}/SolderingStation2_arduboy_gplib_v1.7t4.ino (100%) rename software/UI_upgrade_by_createskyblue/{binaries => Program/1.7/test}/1.7t4/T12.ino.standard.hex (100%) rename software/UI_upgrade_by_createskyblue/{binaries => Program/1.7/test}/1.7t4/T12.ino.with_bootloader.standard.hex (100%) create mode 100644 software/UI_upgrade_by_createskyblue/Program/readme.txt delete mode 100644 software/UI_upgrade_by_createskyblue/binaries/readme.txt delete mode 100644 software/UI_upgrade_by_createskyblue/sources/readme.txt diff --git a/software/UI_upgrade_by_createskyblue/sources/SolderingStation2_arduboy_gplib_v1.6L+.ino b/software/UI_upgrade_by_createskyblue/Program/1.6/1.6L+/SolderingStation2_arduboy_gplib_v1.6L+.ino similarity index 100% rename from software/UI_upgrade_by_createskyblue/sources/SolderingStation2_arduboy_gplib_v1.6L+.ino rename to software/UI_upgrade_by_createskyblue/Program/1.6/1.6L+/SolderingStation2_arduboy_gplib_v1.6L+.ino diff --git a/software/UI_upgrade_by_createskyblue/binaries/1.6L+/T12.ino.standard.hex b/software/UI_upgrade_by_createskyblue/Program/1.6/1.6L+/T12.ino.standard.hex similarity index 100% rename from software/UI_upgrade_by_createskyblue/binaries/1.6L+/T12.ino.standard.hex rename to software/UI_upgrade_by_createskyblue/Program/1.6/1.6L+/T12.ino.standard.hex diff --git a/software/UI_upgrade_by_createskyblue/binaries/1.6L+/T12.ino.with_bootloader.standard.hex b/software/UI_upgrade_by_createskyblue/Program/1.6/1.6L+/T12.ino.with_bootloader.standard.hex similarity index 100% rename from software/UI_upgrade_by_createskyblue/binaries/1.6L+/T12.ino.with_bootloader.standard.hex rename to software/UI_upgrade_by_createskyblue/Program/1.6/1.6L+/T12.ino.with_bootloader.standard.hex diff --git a/software/UI_upgrade_by_createskyblue/sources/SolderingStation2_arduboy_gplib_v1.6L.ino b/software/UI_upgrade_by_createskyblue/Program/1.6/1.6L/SolderingStation2_arduboy_gplib_v1.6L.ino similarity index 100% rename from software/UI_upgrade_by_createskyblue/sources/SolderingStation2_arduboy_gplib_v1.6L.ino rename to software/UI_upgrade_by_createskyblue/Program/1.6/1.6L/SolderingStation2_arduboy_gplib_v1.6L.ino diff --git a/software/UI_upgrade_by_createskyblue/binaries/1.6L/T12.ino.standard.hex b/software/UI_upgrade_by_createskyblue/Program/1.6/1.6L/T12.ino.standard.hex similarity index 100% rename from software/UI_upgrade_by_createskyblue/binaries/1.6L/T12.ino.standard.hex rename to software/UI_upgrade_by_createskyblue/Program/1.6/1.6L/T12.ino.standard.hex diff --git a/software/UI_upgrade_by_createskyblue/binaries/1.6L/T12.ino.with_bootloader.standard.hex b/software/UI_upgrade_by_createskyblue/Program/1.6/1.6L/T12.ino.with_bootloader.standard.hex similarity index 100% rename from software/UI_upgrade_by_createskyblue/binaries/1.6L/T12.ino.with_bootloader.standard.hex rename to software/UI_upgrade_by_createskyblue/Program/1.6/1.6L/T12.ino.with_bootloader.standard.hex diff --git a/software/UI_upgrade_by_createskyblue/sources/SolderingStation2_arduboy_gplib_v1.7+.ino b/software/UI_upgrade_by_createskyblue/Program/1.7/SolderingStation2_arduboy_gplib_v1.7+.ino similarity index 100% rename from software/UI_upgrade_by_createskyblue/sources/SolderingStation2_arduboy_gplib_v1.7+.ino rename to software/UI_upgrade_by_createskyblue/Program/1.7/SolderingStation2_arduboy_gplib_v1.7+.ino diff --git a/software/UI_upgrade_by_createskyblue/binaries/1.7+/T12.ino.standard.hex b/software/UI_upgrade_by_createskyblue/Program/1.7/T12.ino.standard.hex similarity index 100% rename from software/UI_upgrade_by_createskyblue/binaries/1.7+/T12.ino.standard.hex rename to software/UI_upgrade_by_createskyblue/Program/1.7/T12.ino.standard.hex diff --git a/software/UI_upgrade_by_createskyblue/binaries/1.7+/T12.ino.with_bootloader.standard.hex b/software/UI_upgrade_by_createskyblue/Program/1.7/T12.ino.with_bootloader.standard.hex similarity index 100% rename from software/UI_upgrade_by_createskyblue/binaries/1.7+/T12.ino.with_bootloader.standard.hex rename to software/UI_upgrade_by_createskyblue/Program/1.7/T12.ino.with_bootloader.standard.hex diff --git a/software/UI_upgrade_by_createskyblue/sources/SolderingStation2_arduboy_gplib_v1.7t1.ino b/software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t1/SolderingStation2_arduboy_gplib_v1.7t1.ino similarity index 100% rename from software/UI_upgrade_by_createskyblue/sources/SolderingStation2_arduboy_gplib_v1.7t1.ino rename to software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t1/SolderingStation2_arduboy_gplib_v1.7t1.ino diff --git a/software/UI_upgrade_by_createskyblue/binaries/1.7t1/T12.ino.standard.hex b/software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t1/T12.ino.standard.hex similarity index 100% rename from software/UI_upgrade_by_createskyblue/binaries/1.7t1/T12.ino.standard.hex rename to software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t1/T12.ino.standard.hex diff --git a/software/UI_upgrade_by_createskyblue/binaries/1.7t1/T12.ino.with_bootloader.standard.hex b/software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t1/T12.ino.with_bootloader.standard.hex similarity index 100% rename from software/UI_upgrade_by_createskyblue/binaries/1.7t1/T12.ino.with_bootloader.standard.hex rename to software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t1/T12.ino.with_bootloader.standard.hex diff --git a/software/UI_upgrade_by_createskyblue/sources/SolderingStation2_arduboy_gplib_v1.7t2.ino b/software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t2/SolderingStation2_arduboy_gplib_v1.7t2.ino similarity index 100% rename from software/UI_upgrade_by_createskyblue/sources/SolderingStation2_arduboy_gplib_v1.7t2.ino rename to software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t2/SolderingStation2_arduboy_gplib_v1.7t2.ino diff --git a/software/UI_upgrade_by_createskyblue/binaries/1.7t2/T12.ino.standard.hex b/software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t2/T12.ino.standard.hex similarity index 100% rename from software/UI_upgrade_by_createskyblue/binaries/1.7t2/T12.ino.standard.hex rename to software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t2/T12.ino.standard.hex diff --git a/software/UI_upgrade_by_createskyblue/binaries/1.7t2/T12.ino.with_bootloader.standard.hex b/software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t2/T12.ino.with_bootloader.standard.hex similarity index 100% rename from software/UI_upgrade_by_createskyblue/binaries/1.7t2/T12.ino.with_bootloader.standard.hex rename to software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t2/T12.ino.with_bootloader.standard.hex diff --git a/software/UI_upgrade_by_createskyblue/sources/SolderingStation2_arduboy_gplib_v1.7t3.ino b/software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t3/SolderingStation2_arduboy_gplib_v1.7t3.ino similarity index 100% rename from software/UI_upgrade_by_createskyblue/sources/SolderingStation2_arduboy_gplib_v1.7t3.ino rename to software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t3/SolderingStation2_arduboy_gplib_v1.7t3.ino diff --git a/software/UI_upgrade_by_createskyblue/binaries/1.7t3/T12.ino.standard.hex b/software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t3/T12.ino.standard.hex similarity index 100% rename from software/UI_upgrade_by_createskyblue/binaries/1.7t3/T12.ino.standard.hex rename to software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t3/T12.ino.standard.hex diff --git a/software/UI_upgrade_by_createskyblue/binaries/1.7t3/T12.ino.with_bootloader.standard.hex b/software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t3/T12.ino.with_bootloader.standard.hex similarity index 100% rename from software/UI_upgrade_by_createskyblue/binaries/1.7t3/T12.ino.with_bootloader.standard.hex rename to software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t3/T12.ino.with_bootloader.standard.hex diff --git a/software/UI_upgrade_by_createskyblue/sources/SolderingStation2_arduboy_gplib_v1.7t4.ino b/software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t4/SolderingStation2_arduboy_gplib_v1.7t4.ino similarity index 100% rename from software/UI_upgrade_by_createskyblue/sources/SolderingStation2_arduboy_gplib_v1.7t4.ino rename to software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t4/SolderingStation2_arduboy_gplib_v1.7t4.ino diff --git a/software/UI_upgrade_by_createskyblue/binaries/1.7t4/T12.ino.standard.hex b/software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t4/T12.ino.standard.hex similarity index 100% rename from software/UI_upgrade_by_createskyblue/binaries/1.7t4/T12.ino.standard.hex rename to software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t4/T12.ino.standard.hex diff --git a/software/UI_upgrade_by_createskyblue/binaries/1.7t4/T12.ino.with_bootloader.standard.hex b/software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t4/T12.ino.with_bootloader.standard.hex similarity index 100% rename from software/UI_upgrade_by_createskyblue/binaries/1.7t4/T12.ino.with_bootloader.standard.hex rename to software/UI_upgrade_by_createskyblue/Program/1.7/test/1.7t4/T12.ino.with_bootloader.standard.hex diff --git a/software/UI_upgrade_by_createskyblue/Program/readme.txt b/software/UI_upgrade_by_createskyblue/Program/readme.txt new file mode 100644 index 0000000..2c1725a --- /dev/null +++ b/software/UI_upgrade_by_createskyblue/Program/readme.txt @@ -0,0 +1,17 @@ +*重要提示 Important note + +版本号含有"t"的代表是测试版本,不稳定不推荐上传 +A version number with a "t" indicates a test version, and unstable uploads are not recommended + +版本号含有多个"+" 代表是改进版本 +The version number contains multiple "+" to indicate an improved version + +Upload: +固件上传指令 +avrdude -c usbtiny -p m328p -V -U lfuse:w:0xff:m -U hfuse:w:0xdb:m -U efuse:w:0xfd:m +avrdude -c usbtiny -p m328p -U flash:w:.hex + +Libraries: +用到的库文件 +https://github.com/createskyblue/Arduboy2/ +https://github.com/mblythe86/C-PID-Library/tree/master/PID_v1 diff --git a/software/UI_upgrade_by_createskyblue/binaries/readme.txt b/software/UI_upgrade_by_createskyblue/binaries/readme.txt deleted file mode 100644 index a152dd5..0000000 --- a/software/UI_upgrade_by_createskyblue/binaries/readme.txt +++ /dev/null @@ -1,2 +0,0 @@ -avrdude -c usbtiny -p m328p -V -U lfuse:w:0xff:m -U hfuse:w:0xdb:m -U efuse:w:0xfd:m -avrdude -c usbtiny -p m328p -U flash:w:.hex diff --git a/software/UI_upgrade_by_createskyblue/sources/readme.txt b/software/UI_upgrade_by_createskyblue/sources/readme.txt deleted file mode 100644 index 3810c21..0000000 --- a/software/UI_upgrade_by_createskyblue/sources/readme.txt +++ /dev/null @@ -1,4 +0,0 @@ -Libraries: -https://github.com/createskyblue/Arduboy2/ -https://github.com/mblythe86/C-PID-Library/tree/master/PID_v1 -