|
|
@ -33,12 +33,9 @@ CKernel *CKernel::s_pThis = 0; |
|
|
|
CKernel::CKernel (void) |
|
|
|
CKernel::CKernel (void) |
|
|
|
:
|
|
|
|
:
|
|
|
|
CStdlibAppStdio ("minidexed"), |
|
|
|
CStdlibAppStdio ("minidexed"), |
|
|
|
//CStdlibAppNetwork ("minidexed", CSTDLIBAPP_DEFAULT_PARTITION,
|
|
|
|
|
|
|
|
// 0, 0, 0, 0, NET_DEVICE_TYPE),
|
|
|
|
|
|
|
|
m_Config (&mFileSystem), |
|
|
|
m_Config (&mFileSystem), |
|
|
|
m_GPIOManager (&mInterrupt), |
|
|
|
m_GPIOManager (&mInterrupt), |
|
|
|
m_I2CMaster (CMachineInfo::Get ()->GetDevice (DeviceI2CMaster), TRUE), |
|
|
|
m_I2CMaster (CMachineInfo::Get ()->GetDevice (DeviceI2CMaster), TRUE), |
|
|
|
//m_Scheduler(),
|
|
|
|
|
|
|
|
m_pDexed (0) |
|
|
|
m_pDexed (0) |
|
|
|
{ |
|
|
|
{ |
|
|
|
s_pThis = this; |
|
|
|
s_pThis = this; |
|
|
|