What do we need to do?
Hi,
Tell us how it communicates with the outside world?
I2C, SPI, SSI, UART?
Tom..
What is the benefit of it over what we currently have?
Forward the spec.
All these can work.Our customers want to use the engineering code of arduino.
Check out the platform specs:
https://arduino.github.io/arduino-cli/latest/platform-specification/
So long as you have a C++ cross-compiler for your MIPS chip, then you are good to do the rest. It's all in the link.
Wow,this seems to be a bit difficult...Our chips can run linux perfectly.The doc seems to adapt MCUs.
Depends
Do you want to run existing .ino sketches, or
do you only want to use the Arduino interface functions and classes?
The latter is easy to achieve, in contrast to full IDE compatibility. If you have a working IDE for your chip then simply implement the HAL libraries for your chip. Much can be copied from the Arduino framework, remains all adoption to your hardware.
Can it run FreeRTOS ?
He may want to run existing .ino sketches.I suppose this may be difficult.
No.
Hi,
Contact the Arduino "directors" for more info.
Sorry but MIPS Chips here in Australia.
Tom...
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.