Skip to content

Commit

Permalink
Merge branch 'developing' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Sep 27, 2021
2 parents 0105427 + 828011c commit af0e343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 3 additions & 3 deletions project/mdk/template.uvprojx
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
<FileArmAds>
<Cads>
<interw>2</interw>
<Optim>0</Optim>
<Optim>6</Optim>
<oTime>2</oTime>
<SplitLS>2</SplitLS>
<OneElfS>2</OneElfS>
Expand Down Expand Up @@ -1237,7 +1237,7 @@
<FileArmAds>
<Cads>
<interw>2</interw>
<Optim>0</Optim>
<Optim>6</Optim>
<oTime>2</oTime>
<SplitLS>2</SplitLS>
<OneElfS>2</OneElfS>
Expand Down Expand Up @@ -2065,7 +2065,7 @@
<FileArmAds>
<Cads>
<interw>2</interw>
<Optim>0</Optim>
<Optim>6</Optim>
<oTime>2</oTime>
<SplitLS>2</SplitLS>
<OneElfS>2</OneElfS>
Expand Down

0 comments on commit af0e343

Please sign in to comment.