platformio / platform-titiva

TI TIVA: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/titiva
Apache License 2.0
10 stars 10 forks source link

undefined reference to `QEIFilterEnable' #18

Open CHTUZKI opened 1 year ago

CHTUZKI commented 1 year ago

HI.

I am using tm4c123 to develop a project with encoder function. I like to use platformIO very much. I chose the arduino framework in PlatformIO, but the compiler told me there was an error,

undefined reference to QEIFilterEnable

I checked the qei.h file and found that this function is not available, but my CCS IDE can compile normally,

I found that the driverlib version of platform-tiva is very low. I don't know whether the platform-tiva is still maintained. Can I upgrade the driverlibmanually,