view examples/hello.c @ 3166:c7cb4340f6eb

Add: support for 32 channel eDMA, support for cached memory.
author vae
date Wed, 09 May 2012 22:07:24 +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;
}