Skip to content
Snippets Groups Projects
Select Git revision
  • acb92c186cc8c7a02adceb8e51a6db495849138b
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

qstrdefsport.h

Blame
  • main.c 148 B
    #include <stdio.h>
    #include "card10.h"
    
    int main(void)
    {
    	card10_init();
    	card10_diag();
    
    	printf("Staring core1 payload ...\n");
    	core1_start();
    }