vfs5011: Port driver and add it back into build

There is still a warning where a USB transfer should be cancelled but it
not at this point.
This commit is contained in:
Benjamin Berg
2019-07-04 17:40:06 +02:00
parent f119c273fd
commit 0169fe8cf6
3 changed files with 283 additions and 332 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 = [ 'upektc_img' ]
default_drivers = [ 'upektc_img', 'vfs5011' ]
all_drivers = default_drivers + virtual_drivers