annotate chipsetsw/system/Main/main.c @ 48:616f63f3e501 default tip

fixed bug in etm_pkt_send() dealing with max-sized packets: this fix is needed for fc-fsio cpout command to work like it does with Pirelli's firmware (they must have made the same fix)
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Fri, 13 Nov 2015 19:11:07 +0000
parents abe969a9b145
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15
abe969a9b145 contortions for rebuilding create_RVtasks.c from source (pulled from LoCosto)
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
1 /* trivial reconstruction from disassembly */
abe969a9b145 contortions for rebuilding create_RVtasks.c from source (pulled from LoCosto)
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
2
abe969a9b145 contortions for rebuilding create_RVtasks.c from source (pulled from LoCosto)
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
3 Application_Initialize()
abe969a9b145 contortions for rebuilding create_RVtasks.c from source (pulled from LoCosto)
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
4 {
abe969a9b145 contortions for rebuilding create_RVtasks.c from source (pulled from LoCosto)
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
5 Init_Target();
abe969a9b145 contortions for rebuilding create_RVtasks.c from source (pulled from LoCosto)
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
6 Init_Drivers();
abe969a9b145 contortions for rebuilding create_RVtasks.c from source (pulled from LoCosto)
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
7 Cust_Init_Layer1();
abe969a9b145 contortions for rebuilding create_RVtasks.c from source (pulled from LoCosto)
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
8 Init_Serial_Flows();
abe969a9b145 contortions for rebuilding create_RVtasks.c from source (pulled from LoCosto)
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
9 StartFrame();
abe969a9b145 contortions for rebuilding create_RVtasks.c from source (pulled from LoCosto)
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
10 Init_Unmask_IT();
abe969a9b145 contortions for rebuilding create_RVtasks.c from source (pulled from LoCosto)
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
11 }