Page 1 of 1

[ATSAME70Q21] MicroPython + FreeRTOS Port

Posted: Wed Aug 26, 2020 4:42 pm
by dthomas
I'd like to add MicroPython (for scripting capabilities) to an existing system using the ATSAME70Q21 and FreeRTOS. I'm wondering what is the best way to complete this task. MicroPython does not need to control any hardware because that is already handled by existing tasks. The only interaction with hardware would be through API calls. I'm trying to run MicroPython in a task so it can execute user scripts.

What would be the best starting point for this project? The SAMD port? Minimal? A FreeRTOS port?

Any help would be appreciated.

Re: [ATSAME70Q21] MicroPython + FreeRTOS Port

Posted: Tue Sep 15, 2020 9:59 am
by Viktor_89
I'm interested in combining FreeRTOS and MicroPyhon as well. Can anyone point us in the right direction, please?!

Re: [ATSAME70Q21] MicroPython + FreeRTOS Port

Posted: Wed Sep 16, 2020 6:17 am
by mattyt
Perhaps it would be useful to look at the embedding example?