FreeCalypso > hg > fc-magnetite
view src/cs/system/main/main.c @ 528:63cedcedea87
FFS dev.c flash device table reworked as described in TCS211-fw-arch
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 13 Oct 2018 07:38:13 +0000 |
| parents | 838eeafb0051 |
| 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(); }
