James Walmsley
James Walmsley
Hi @JanKok FreeRTOS doesn't support multiple cores currently. There is a paper describing a port to multicore from the University of York. This might be a good place to look,...
https://www.cs.york.ac.uk/fp/multicore-freertos/spe-mistry.pdf Seems like there are a few multi-core ports out there now for different platforms. https://github.com/n-aizu/freertos-multicore I would think creating a multi-core version of FreeRTOS for RPi3 is not so...
I haven't got round to implementing USB on BitThunder yet. It's on a kind of long-term goal, but it always looks scary to dive in. Do you know of any...
I haven't had time to work on BitThunder for quite a while now. USB is something that would be great to add if you are interested...
In the latest master branch I have solved this problem by shipping a pre-compiled binary in the source tree. This works for linux x86_64, OSX and Win32. I will also...
Its mostly implemented now. I see that the main work is pushed already. Once you have configured the project to select the raspberrypi board you are using simply type: ```...
Hi Richard, I've put a link to your tutorial now on the main website. http://bitthunder.org/docs/quick-start/ I'll add it to some other places and make a blog post too to make...
This is dependent on #12
Hi, thanks for trying this out. I'm away at the moment, but will be back over the weekend. I'll be around to help you get this working then. Which platform...
Hi Mike, So the BSP_DIR variable defines where to build from, this is normally set by a BSP config (within the BitThunder bsp folders) or externally via a user project....