Mercurial > ecos
view examples/hello.c @ 2583:a75fc899d9d1
* cdl/flash_ea2468.cdl: Added some constraints to force flash
entry size to <= 4096 bytes because the flash block size is 4096
bytes
| author | asl |
|---|---|
| date | Tue, 04 Nov 2008 16:16:57 +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; }
