Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions examples/chapter12_04a/chapter12_04a.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,17 @@ Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
target bl602_sifive_e24_riscv|x64 = target bl602_sifive_e24_riscv|x64
target stm32f100|x64 = target stm32f100|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30CE370B-40F3-4BCD-8986-64AAFF8971BD}.Debug|x64.ActiveCfg = target bl602_sifive_e24_riscv|x64
{30CE370B-40F3-4BCD-8986-64AAFF8971BD}.Release|x64.ActiveCfg = target bl602_sifive_e24_riscv|x64
{30CE370B-40F3-4BCD-8986-64AAFF8971BD}.target bl602_sifive_e24_riscv|x64.ActiveCfg = target bl602_sifive_e24_riscv|x64
{30CE370B-40F3-4BCD-8986-64AAFF8971BD}.target bl602_sifive_e24_riscv|x64.Build.0 = target bl602_sifive_e24_riscv|x64
{30CE370B-40F3-4BCD-8986-64AAFF8971BD}.Debug|x64.ActiveCfg = target stm32f100|x64
{30CE370B-40F3-4BCD-8986-64AAFF8971BD}.Release|x64.ActiveCfg = target stm32f100|x64
{30CE370B-40F3-4BCD-8986-64AAFF8971BD}.target stm32f100|x64.ActiveCfg = target stm32f100|x64
{30CE370B-40F3-4BCD-8986-64AAFF8971BD}.target stm32f100|x64.Build.0 = target stm32f100|x64
{C8B59726-9319-45C3-8F11-F9F388FB6A2C}.Debug|x64.ActiveCfg = Debug|x64
{C8B59726-9319-45C3-8F11-F9F388FB6A2C}.Debug|x64.Build.0 = Debug|x64
{C8B59726-9319-45C3-8F11-F9F388FB6A2C}.Release|x64.ActiveCfg = Release|x64
{C8B59726-9319-45C3-8F11-F9F388FB6A2C}.Release|x64.Build.0 = Release|x64
{C8B59726-9319-45C3-8F11-F9F388FB6A2C}.target bl602_sifive_e24_riscv|x64.ActiveCfg = Release|x64
{C8B59726-9319-45C3-8F11-F9F388FB6A2C}.target stm32f100|x64.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
Expand Down
9 changes: 5 additions & 4 deletions examples/chapter12_04a/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Example Chapter12_04a (variation 32-bit controller)
# Example Chapter12_04a (variation 32-bit microcontroller)
## Benchmarking Floating-Point Calculations

Example chapter12_04a performs a variety of floating-point
Expand All @@ -14,9 +14,10 @@ is used.

## Hardware Setup

In this particular example, we have simply used a commercially-available
the open-platform STM32F100 Value Line Discovery Kit placed on a breadboard
with soldered-on pins.
In this particular example, we have simply used
the commercially-available, open-platform
[STM32F100 Value Line Discovery Kit](https://www.st.com/en/evaluation-tools/stm32vldiscovery.html)
placed on a breadboard with soldered-on pins.

The wiring is straightforward. The blinking LED uses the blue colored
user LED controlled by pin `portc.8`. The benchmark toggle pin is `portb.9`.
Expand Down
Loading