From 1d00d4ad3eb4a16321e364a4795885e5063f0672 Mon Sep 17 00:00:00 2001 From: Gabriel Wang Date: Tue, 28 Sep 2021 00:32:24 +0100 Subject: [PATCH 1/2] fix a potential SP crash issue. I get help from https://github.com/majbthrd/pico-debug/issues/14 Thank https://github.com/majbthrd --- project/mdk/template.uvprojx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/mdk/template.uvprojx b/project/mdk/template.uvprojx index 9ad7d50..25eb679 100644 --- a/project/mdk/template.uvprojx +++ b/project/mdk/template.uvprojx @@ -408,7 +408,7 @@ 2 - 0 + 6 2 2 2 @@ -1237,7 +1237,7 @@ 2 - 0 + 6 2 2 2 @@ -2065,7 +2065,7 @@ 2 - 0 + 6 2 2 2 From 828011ca102643c03a58309de0862baa29d9900e Mon Sep 17 00:00:00 2001 From: Gabriel Wang Date: Tue, 28 Sep 2021 00:33:13 +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 7f8cdaf..a2dba8d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Pico_Template (v1.3.1) +# Pico_Template (v1.3.2) An MDK template for Raspberry Pi Pico - Compiler: Arm Compiler 6.15 and above (Using non-intrusive wrapper to support pico-sdk which is written in GCC)