view examples/hello.c @ 2180:c1e37181a6da

* include/flash_am29xxxxx_parts.inl [CYGHWR_DEVS_FLASH_AMD_MX29LV128]: * cdl/flash_amd_am29xxxxx.cdl: Add MXIC MX29LV128 part. * include/flash_am29xxxxx.inl: (find_sector) Fixed dealing with bootblocks. Was returning device block size even for boot blocks.
author asl
date Sun, 09 Apr 2006 11:33:52 +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;
}