MilkV SDK Environment Intellisense Setup

Hello everyone,

I have been playing around with the MilkV CV1800B module for a quite some time now - After a while (Quite a lengthy while) of working out the ins and outs of how development and FreeRTOS integrations I want to finally be able to set up a good environment where I can easily develop software for the MilkV chips.

Personally I’m using Visual Studio Code, so that would be amazing if help would be directed towards it. I have Ubuntu 22.04 (Jammy). I was able to setup a basic environment by manually including all of the necessary files (at least all I could find), that includes FreeRTOS, MilkV files for IO, cmdqu etc. Now, most of the intellisense works, but I’d like to see if anyone knows any better way of doing this and potentially automating the build process in VS Code? - Right now it’s kind of hit or miss whether I have included all the files or not.

Has anyone successfully made an environment like that, they personally use? If so, could you share all the ins and outs of setting it up? I’d also be willing to write some basic script to made the build process automated, I am not a linux and C compiler expert so please forgive me if I’m asking something that I should already know.

Thank you!

There is Jetbrains CLion. I have been using that a bit with the Google Gemini plugin although I’m new to freeRTOS and I’m waiting for Zephyr support.

1 Like