dji-sdk / Onboard-SDK

DJI Onboard SDK Official Repository
https://github.com/dji-sdk/Onboard-SDK
Other
912 stars 633 forks source link

error while compiling OSDK STM32 #905

Open dobbyzzipeng opened 1 year ago

dobbyzzipeng commented 1 year ago

first,the compiler can not find freertos source file; second,the compiler can not find FreeRTOS.h file;

dji-dev commented 1 year ago

Agent comment from kyle.cai in Zendesk ticket #75431:

OSDK 4.x version STM32, developers need to transplant freeRTOS by themselves. If it is developed with M300 model, it is recommended to use PSDK 3.x version (use PSDK 3.2 version first). https://github.com/dji-sdk/Payload-SDK

°°°

dobbyzzipeng commented 1 year ago

OK thankyou