Mercurial > ecos
view examples/hello.c @ 3273:04cc2ad81e4f
Add interrupt numbers for second eDMA controller. Add clock gating for ADC2. Add GPIO port F.
| author | vae |
|---|---|
| date | Sun, 16 Feb 2014 08:30:33 +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; }
