Hello
I am using CC256x-STM32-NoOS-Bluetopia-SDK with CC2564 to implement a SPPLE-like GATT server.
My main application is compiled with hardware floating point enabled. But the Bluetopia library is only using soft floating support, which forces me to also compile the main application using soft floating.
Is is possible for Bluetopia to distribute two versions of libraries with both hardware-fp and software-fp?