From aac5909ff133a71dc01037712f86e89f4e7877d7 Mon Sep 17 00:00:00 2001 From: Daniel Serpell Date: Wed, 22 Aug 2012 00:05:10 -0400 Subject: Add a floating-point example to the stm32f4. This example calculates a mandelbrot fractal using floating point in C. --- examples/stm32/f4/stm32f4-discovery/mandelbrot/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/stm32/f4/stm32f4-discovery/mandelbrot/README (limited to 'examples/stm32/f4/stm32f4-discovery/mandelbrot/README') diff --git a/examples/stm32/f4/stm32f4-discovery/mandelbrot/README b/examples/stm32/f4/stm32f4-discovery/mandelbrot/README new file mode 100644 index 0000000..fe4fb13 --- /dev/null +++ b/examples/stm32/f4/stm32f4-discovery/mandelbrot/README @@ -0,0 +1,12 @@ +------------------------------------------------------------------------------ +README +------------------------------------------------------------------------------ + +This example program demonstrates the floating point coprocessor usage on +the ST STM32F4DISCOVERY eval board. + +A mandelbrot fractal is calculated and sent as "ascii-art" image through +the USART2. + +The terminal settings for the receiving device/PC are 38400 8n1. + -- cgit v1.2.3