FreeCalypso > hg > fc-magnetite
view src/cs/system/Main/main.c @ 103:76d139c7a25e
targets/fcdev3b.conf: we'll have the same memory IC as the Pirelli,
so use the same flash and RAM linker scripts templates
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 04 Oct 2016 04:31:20 +0000 |
parents | 134c5fe13e44 |
children |
line wrap: on
line source
/* trivial reconstruction from disassembly */ Application_Initialize() { Init_Target(); Init_Drivers(); Cust_Init_Layer1(); Init_Serial_Flows(); StartFrame(); Init_Unmask_IT(); }