Aceinna / platform-aceinna_imu

Aceinna Navigation Studio: open-source, embedded development platform for Aceinna IMU hardware. Run custom algorithms and navigation code on Aceinna IMU/INS hardware
https://marketplace.visualstudio.com/items?itemName=platformio.aceinna-ide
36 stars 26 forks source link

Incompatible board frameworks #14

Closed ivankravets closed 4 years ago

ivankravets commented 4 years ago

A few boards have incompatible frameworks:

Please check the others. As I understand, IMU uses FreeRTOS which is bundled into aceinna library. So, please keep "frameworks": [] for ALL boards. Thanks!

Example https://github.com/Aceinna/platform-aceinna_imu/blob/develop/boards/OpenIMU300.json#L23

AndreyBondarev commented 4 years ago

So, should I use "frameworks": [ ] for all boards? I guess "frameworks": [ "mbed", "stm32cube" ] is legacy thing? These new files came from our other team and I just uploaded them without changes.

ivankravets commented 4 years ago

Yes, please use "frameworks": [] for all boards.

AndreyBondarev commented 4 years ago

Thanks. I fixed it