readme.txt 948 B

1234567891011121314151617181920212223242526
  1. Readme - Hello World Software Example
  2. DESCRIPTION:
  3. Simple program that prints "Hello from Nios II"
  4. The memory footprint of this hosted application is intended to be small (under 100 kbytes) by default
  5. using a standard reference deisgn.
  6. For an even smaller, reduced footprint version of this template, and an explanation of how
  7. to reduce the memory footprint for a given application, see the
  8. "small_hello_world" template.
  9. PERIPHERALS USED:
  10. This example exercises the following peripherals:
  11. - STDOUT device (UART or JTAG UART)
  12. SOFTWARE SOURCE FILES:
  13. This example includes the following software source files:
  14. - hello_world.c: Everyone needs a Hello World program, right?
  15. BOARD/HOST REQUIREMENTS:
  16. This example requires only a JTAG connection with a Nios Development board. If
  17. the host communication settings are changed from JTAG UART (default) to use a
  18. conventional UART, a serial cable between board DB-9 connector and the host is
  19. required.