DE2_115_PROG / software / qsys_tutorial_lcd4 /
@takayun takayun authored on 16 Dec 2016
..
obj/ default refactor 7 years ago
.cproject initial commit 7 years ago
.force_relink initial commit 7 years ago
.project initial commit 7 years ago
LCD.c refactor 7 years ago
LCD.h refactor 7 years ago
Makefile initial commit 7 years ago
create-this-app initial commit 7 years ago
hello_world_small.c refactor 7 years ago
hex_encoder.c initial commit 7 years ago
hex_encoder.h initial commit 7 years ago
hex_out.c initial commit 7 years ago
hex_out.h initial commit 7 years ago
input_int.c initial commit 7 years ago
input_int.h initial commit 7 years ago
inst_decoder.c initial commit 7 years ago
inst_decoder.h initial commit 7 years ago
lcd_out.c initial commit 7 years ago
lcd_out.h initial commit 7 years ago
qsys_tutorial_lcd4.elf refactor 7 years ago
qsys_tutorial_lcd4.map refactor 7 years ago
qsys_tutorial_lcd4.objdump refactor 7 years ago
readme.txt initial commit 7 years ago
sys_debug.c refactor 7 years ago
sys_debug.h refactor 7 years ago
sys_except.c initial commit 7 years ago
sys_except.h initial commit 7 years ago
sys_memory.c refactor 7 years ago
sys_memory.h initial commit 7 years ago
sys_prog.c refactor 7 years ago
sys_prog.h refactor 7 years ago
sys_register.c initial commit 7 years ago
sys_register.h initial commit 7 years ago
readme.txt
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.