summaryrefslogtreecommitdiffstats
path: root/software/pong3/readme.txt
diff options
context:
space:
mode:
authorthe great greene arkleseizure <root@e6230.(none)>2013-10-10 10:59:48 +0100
committerthe great greene arkleseizure <root@e6230.(none)>2013-10-10 10:59:48 +0100
commitba36b7b03e8b03600e4342f3fa7ed60dc3d61352 (patch)
treedf3b6cefc4276abd0a7fbf50795651e77179ca81 /software/pong3/readme.txt
parent4ca3e92e5896b1b8fec43c73e14c9c7ec72a8324 (diff)
downloadpong-ba36b7b03e8b03600e4342f3fa7ed60dc3d61352.tar.gz
pong-ba36b7b03e8b03600e4342f3fa7ed60dc3d61352.tar.bz2
pong-ba36b7b03e8b03600e4342f3fa7ed60dc3d61352.zip
software-1
Diffstat (limited to 'software/pong3/readme.txt')
-rw-r--r--software/pong3/readme.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/software/pong3/readme.txt b/software/pong3/readme.txt
new file mode 100644
index 0000000..7d0742f
--- /dev/null
+++ b/software/pong3/readme.txt
@@ -0,0 +1,26 @@
+Readme - Hello World Software Example
+
+DESCRIPTION:
+Simple program that prints "Hello from Nios II"
+
+The memory footprint of this hosted application is intended to be small (under 100 kbytes) by default
+using a standard reference deisgn.
+
+For an even smaller, reduced footprint version of this template, and an explanation of how
+to reduce the memory footprint for a given application, see the
+"small_hello_world" template.
+
+
+PERIPHERALS USED:
+This example exercises the following peripherals:
+- STDOUT device (UART or JTAG UART)
+
+SOFTWARE SOURCE FILES:
+This example includes the following software source files:
+- hello_world.c: Everyone needs a Hello World program, right?
+
+BOARD/HOST REQUIREMENTS:
+This example requires only a JTAG connection with a Nios Development board. If
+the host communication settings are changed from JTAG UART (default) to use a
+conventional UART, a serial cable between board DB-9 connector and the host is
+required.