lpcmanager
Clone
Summary
Browse
Changes
Graph
LPCBus' OnBoard and RightBus are now using headers from i2c_apf28_rtdm. Match 1fa3e3670c4e
2019-02-26, Edouard Tisserant
ee3b02c23d0d
LPCBus' OnBoard and RightBus are now using headers from i2c_apf28_rtdm. Match 1fa3e3670c4e
#!/usr/bin/env python
# XXX Where is MC8 ?
PLC_GOT_modules = ['GOT', 'GOT_111', 'GOT_131']
PLC_MC9_modules = ['MC9', 'MW1']
SOM28_modules = PLC_MC9_modules + PLC_GOT_modules
arch = None
def SetLPCArch(given):
global arch
arch = given
def GetLPCArch():
return arch