File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,14 +92,14 @@ jobs:
9292 fetch-depth : ' 0'
9393 - name : update-tools
9494 run : |
95- wget --no-check-certificate https://github.com/ckormanyos/avr-gcc-build/releases/download/v15.1 .0/gcc-15.1 .0-avr.tar.gz
96- tar -xzf gcc-15.1 .0-avr.tar.gz -C ${{ runner.workspace }}
95+ wget --no-check-certificate https://github.com/ckormanyos/avr-gcc-build/releases/download/v15.2 .0/gcc-15.2 .0-avr.tar.gz
96+ tar -xzf gcc-15.2 .0-avr.tar.gz -C ${{ runner.workspace }}
9797 - name : benchmark_builds-avr
9898 run : |
9999 echo
100100 echo 'Add avr-g++ path'
101101 echo
102- PATH="${{ runner.workspace }}/gcc-15.1 .0-avr/bin:$PATH"
102+ PATH="${{ runner.workspace }}/gcc-15.2 .0-avr/bin:$PATH"
103103 echo 'Query avr-g++ version'
104104 echo
105105 avr-g++ -v
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ The pin most important pin connections are shown in the tables below.
7171
7272The hardware setup with the $4~ \text{MByte}$ serial SRAM
7373is pictured in the image below. The scene shows the ARDUINO(R)
74- with the external serial RAM executing cyclic, back-to-back $10,000 $
75- decimal digit $\pi$ calculations.
76- One successful calculation is complete and the second one is well underway.
74+ with the external serial SRAM executing cyclic, back-to-back $10,001 $
75+ decimal digit $\pi$ calculations. In this snapshot, one successful
76+ calculation is complete and the second one is well underway.
7777
7878![ ] ( ./images/board11_07a.jpg )
You can’t perform that action at this time.
0 commit comments