view examples/hello.c @ 3167:139bc58bc0bd

Add optional non-cached regions for TCD and buffers [Bugzilla 1001579]
author vae
date Wed, 09 May 2012 22:09:16 +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;
}