Bridgetek / ft9xx-sdk

ft90x SDK
MIT License
6 stars 0 forks source link

ft900.h does not include ft900_memctl.h for FT930 platforms #6

Closed brtchip-gdm closed 1 year ago

brtchip-gdm commented 1 year ago

Need to add in the include file for memctl library to the main header file. #include <ft900_memctl.h>

brtchip-gdm commented 1 year ago

Also the ft900i2s.h header has a duplicate definition. The inlines of the interrupt(enable|disable)_globally functions have to be instantiated in the code, add "extern inline" in the interrupt.c library function. If you are using the header definitions of the inlines then you'll need to instantiate them with "extern inline" as well.