Replies: 3 comments 6 replies
-
Haven't looked it yet, if something come to mind, I'll let you know. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your review~ OK, let me explain them.
Sure. So I have to try keeping the github repo unchanged.
That's right. I am looking for better solutions as well.
We could use |
Beta Was this translation helpful? Give feedback.
-
And it seems that there are no more better way to write code for the freertos. If you are using the official sdk, you have to make the whole project too. |
Beta Was this translation helpful? Give feedback.
-
Recently I have added a package which will download and compile the modified version of
FreeRTOS
released by the official duo-buildroot-sdk. I fix some gcc compatible problems when compiling with buildroot toolchains. Now when we say Y to this package, we could directly treat theoutput/build/milkv-duo-smallcore-freertos-hash
as our project directory. We can add our code and the buildroot will automatically compile and pack this into thefip.bin
andsdcard.img
, loading theFreeRTOS
into the small-core.Do you have any ideas on that?
Beta Was this translation helpful? Give feedback.
All reactions