mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Basic codezero support for clcd device capability added.
1. We are not making a new clcd service container, as we dont want to keep separate container for each device, ultimately we will have one container managing all devices. 2. CLCD driver needs to be added.
This commit is contained in:
@@ -50,7 +50,8 @@ device_suppress_sym = \
|
||||
'''\tcont${CONTID}_cap_device_${DEVNAME_LOWER}
|
||||
'''
|
||||
|
||||
devices = ['UART1', 'UART2', 'UART3', 'TIMER1', 'KEYBOARD0', 'MOUSE0']
|
||||
devices = ['UART1', 'UART2', 'UART3', 'TIMER1',
|
||||
'KEYBOARD0', 'MOUSE0', 'CLCD0']
|
||||
|
||||
#
|
||||
# When a symbol is used by a single container, sometimes it is
|
||||
|
||||
Reference in New Issue
Block a user