lpcmanager
Clone
Summary
Browse
Changes
Graph
Devices Bus : Removed explicit RTS pin toggling as GPIO, now that kernel side RS485 driver handles it. Also changed UART task sleep/unblock into suspend/resume, since it looks unreliable in xenomai3
revamp
2018-05-16, Edouard Tisserant
c4244c0ad6c7
Devices Bus : Removed explicit RTS pin toggling as GPIO, now that kernel side RS485 driver handles it. Also changed UART task sleep/unblock into suspend/resume, since it looks unreliable in xenomai3
#!/usr/bin/env python
# XXX Where is MC8 ?
PLC_GOT_module = ['GOT', 'GOT_111', 'GOT_131']
PLC_MC9_module = ['MC9']
PLC_module = PLC_MC9_module + PLC_GOT_module
arch = None
def SetLPCArch(given):
global arch
arch = given
def GetLPCArch():
return arch