Skip to content

Commit 0cd3176

Browse files
committed
Update docs and CI
1 parent fc73b97 commit 0cd3176

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/real-time-cpp-benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

examples/chapter11_07a/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ The pin most important pin connections are shown in the tables below.
7171

7272
The hardware setup with the $4~\text{MByte}$ serial SRAM
7373
is 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)

0 commit comments

Comments
 (0)