This is an academic project related to advanced computer architecture and interconnection networks (NOC) courses. the fall of 2022 at the University of Tehran.
Due to the fact that the processors in embedded systems have low processing power, it is not possible to perform heavy processing on these types of processors in a reasonable time.
In general, we have a large number of these low-power processors in embedded systems, and we know that in many places, strength is in numbers!
Therefore, we are creating a platform to connect these low-power processors to the WIFI platform so that they work as a unified processor so that we can take advantage of their total power when necessary.
- Multi-threaded processing, each thread a CPU!
- Mutual exclusion management
- Syscalls to access specific hardware capabilities
- An interpreter for running programs written in Patrick scripting language.
We implement the platform with CPP and since microcontrollers do not have an operating system and this platform that we write will be the only software that will run on these hardwares, hence a light, optimized and suitable scripting language for Multi-threaded programming is needed and we decided to develop our own language for this.
- Branch_to for execute code blocks on other cores
- Cloud Linker To transfer and execute functions between nodes optimally
- Numerical variables and mathematical expressions for computational tasks
- and System variables and functions to access platform capabilities
- To start using this extension with Visual Studio Code copy it into the
<user home>/.vscode/extensions
folder and restart VSCode.