upektc_img: Port upektc_img and back in

Note that this port currently conflicts with with the upeksonly driver
as the revision check is non-functional right now.
This commit is contained in:
Benjamin Berg
2019-07-04 17:36:54 +02:00
parent dac489b7f6
commit f119c273fd
2 changed files with 263 additions and 262 deletions

View File

@@ -51,7 +51,7 @@ mathlib_dep = cc.find_library('m', required: false)
drivers = get_option('drivers').split(',')
virtual_drivers = [ 'virtual_image' ]
#default_drivers = [ 'upekts', 'upektc', 'upeksonly', 'vcom5s', 'uru4000', 'aes1610', 'aes1660', 'aes2501', 'aes2550', 'aes2660', 'aes3500', 'aes4000', 'vfs101', 'vfs301', 'vfs5011', 'upektc_img', 'etes603', 'vfs0050', 'elan' ]
default_drivers = [ ]
default_drivers = [ 'upektc_img' ]
all_drivers = default_drivers + virtual_drivers