FT800 Driver and FT813 compatibility


christopher tyerman
 

hello


can anyone tell me if the ft8xx driver (https://github.com/zephyrproject-rtos/zephyr/tree/main/drivers/misc/ft8xx)


is compatible with the ft813?

im not that familiar with Zephyr but ive been looking at the code and it appears to me that is wrong with the register configuration and preprocessor directives,

i may be reading this wrong

but it looks to me it only compiles the registers for ft813 when CONFIG_FT800 is set and the Kconfig only always sets this option

also the memory map for ft81x "ft8xx_memory_map_t" looks incomplete

thx

christopher tyerman