view examples/hello.c @ 1392:47e26737c662

* src/if_dp83902a.c: Set STOP bit in CR after setting CURP register; required for AX88796 chip. Fix handling of BNDRY pointer w.r.t. ring buffer wrap-around. Add extra delays ifdef CYGHWR_NS_DP83902A_PLF_BROKEN_RX_DMA.
author asl
date Mon, 24 Nov 2003 11:51:42 +0000
parents ead06911cbae
children
line wrap: on
line source

/* this is a simple hello world program */
#include <stdio.h>

int main(void)
{
  printf("Hello, eCos world!\n");
  return 0;
}