diff --git a/examples/chapter11_07a/chapter11_07a.cppproj b/examples/chapter11_07a/chapter11_07a.cppproj index 3e15b3d1a..f7c26496e 100644 --- a/examples/chapter11_07a/chapter11_07a.cppproj +++ b/examples/chapter11_07a/chapter11_07a.cppproj @@ -60,53 +60,53 @@ .elf - -mmcu=atmega328p -B "%24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\gcc\dev\atmega328p" - True - True - True - True - False - - - %24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\include - ../src/os/FreeRTOS/Source/include/cfg/GCC-ATMega328 - ../src/os/FreeRTOS/Source/portable/GCC-ATMega328 - ../src/os/FreeRTOS/Source/include - - - Optimize more (-O2) - True - True - -std=gnu99 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast - - - ../src/mcal/avr - ../src/os/FreeRTOS/Source/include - ../src/os/FreeRTOS/Source/include/cfg/GCC-ATMega328 - ../src/os/FreeRTOS/Source/portable/GCC-ATMega328 - ../src/app - ../src - ../src/util/STL - ../src/util/STL_C++XX_stdfloat - - - Optimize more (-O2) - False - False - True - True - -Wextra -gdwarf-2 -fno-use-cxa-atexit -fno-exceptions -finline-functions -finline-limit=64 -std=c++14 -fno-rtti -fno-nonansi-builtins -fno-threadsafe-statics -fno-enforce-eh-specs - True - True - True - 0x800 - -Wl,-T../target/micros/avr/make/avr.ld - - - %24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\include - - - + -mmcu=atmega328p -B "%24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\gcc\dev\atmega328p" + True + True + True + True + False + + + %24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\include + ../src/os/FreeRTOS/Source/include/cfg/GCC-ATMega328 + ../src/os/FreeRTOS/Source/portable/GCC-ATMega328 + ../src/os/FreeRTOS/Source/include + + + Optimize more (-O2) + True + True + -std=gnu99 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast + + + ../src/mcal/avr + ../src/os/FreeRTOS/Source/include + ../src/os/FreeRTOS/Source/include/cfg/GCC-ATMega328 + ../src/os/FreeRTOS/Source/portable/GCC-ATMega328 + ../src/app + ../src + ../src/util/STL + ../src/util/STL_C++XX_stdfloat + + + Optimize more (-O2) + False + False + True + True + -Wextra -gdwarf-2 -fno-use-cxa-atexit -fno-exceptions -finline-functions -finline-limit=64 -std=c++14 -fno-rtti -fno-nonansi-builtins -fno-threadsafe-statics -fno-enforce-eh-specs + True + True + True + 0x800 + -Wl,-T../target/micros/avr/make/avr.ld + + + %24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\include + + + @@ -159,6 +159,7 @@ + @@ -210,6 +211,21 @@ compile + + compile + + + compile + + + compile + + + compile + + + compile + compile diff --git a/examples/chapter11_07a/images/board11_07a.jpg b/examples/chapter11_07a/images/board11_07a.jpg new file mode 100644 index 000000000..433c491aa Binary files /dev/null and b/examples/chapter11_07a/images/board11_07a.jpg differ diff --git a/examples/chapter11_07a/readme.md b/examples/chapter11_07a/readme.md index cadc47482..3e0bab770 100644 --- a/examples/chapter11_07a/readme.md +++ b/examples/chapter11_07a/readme.md @@ -69,5 +69,10 @@ The pin most important pin connections are shown in the tables below. | SCK | portd.0 | -TODO: The hardware setup with the $4~\text{MByte}$ serial SRAM -is pictured in the image below. +The hardware setup with the $4~\text{MByte}$ serial SRAM +is pictured in the image below. The scene shows the ARDUINO(R) +with the external serial RAM executing cyclic, back-to-back $10,000$ +decimal digit $\pi$ calculations. +One successful calculation is complete and the second one is well underway. + +![](./images/board11_07a.jpg)