Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Martin / daiteq-examples

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • daiteq-examples
  • hello
  • hello.c
  • Roman's avatar
    Add hello example · 00a42b47
    Signed-off-by: Roman Bartosinski <roman@daiteq.com>
    Roman committed Sep 01, 2020
    00a42b47 Browse Files
hello.c 127 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10
#include <my_printf.h>
#include <leon-myuart.h>

int main(void)
{
  init_uart();

  printf("* Hello World\n\n");
  return 0;
}