From f2c86ff1411590593e43f7a8ac9b1b24d92d3d68 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Tue, 5 Oct 2021 14:42:26 +0200 Subject: [PATCH 1/2] doc: update to main branch Signed-off-by: Frederic Pillon --- run_arduino_gen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_arduino_gen.sh b/run_arduino_gen.sh index 599e3240e..b840ecc0f 100755 --- a/run_arduino_gen.sh +++ b/run_arduino_gen.sh @@ -226,7 +226,7 @@ case "$1" in echo "This file should be uploaded manually by SCP, SFTP, Kermit, or etc." echo "Then run \"sh ./$(basename "$output") start\" command in the board's console." echo "For detailed instructions, please visit:" - echo " https://github.com/stm32duino/Arduino_Core_STM32/tree/master/variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC" + echo " https://github.com/stm32duino/Arduino_Core_STM32/tree/main/variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC" ;; *) echo "Usage: $0 [start|stop|restart]" From ab5a8d911ef37000f822d31d21a27b075f90ebd2 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Mon, 20 Dec 2021 10:58:32 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 438a90f93..51a36527a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Arduino_Tools [![GitHub release](https://img.shields.io/github/release/stm32duino/Arduino_Tools.svg)](https://github.com/stm32duino/Arduino_Tools/releases/latest) -[![GitHub commits](https://img.shields.io/github/commits-since/stm32duino/Arduino_Tools/1.4.0.svg)](https://github.com/stm32duino/Arduino_Tools/compare/1.4.0...master) +[![GitHub commits](https://img.shields.io/github/commits-since/stm32duino/Arduino_Tools/2.1.1.svg)](https://github.com/stm32duino/Arduino_Tools/compare/2.1.1...master) Contains upload tools for STM32 based boards and some other usefull scripts.