[portability] Can I use ArduinoJson on Nios II platform?
Created by: bupjae
ArduinoJson version: v6.18.4 Target platform: Nios II (on MAX 10 FPGA) Toolchain: nios2-elf-gcc (Altera 20.1 Build 720) 10.1.1 20200707
Quote from https://en.wikipedia.org/wiki/Nios_II ::
Nios II is a 32-bit embedded-processor architecture designed specifically for the Altera (now acquired by Intel) family of field-programmable gate array (FPGA) integrated circuits.
I just attached ArduinoJson-v6.18.4.h as-is on my Nios II project, and simple serialization / deserialization seems work. However, I'm not sure whether it is OK to use more advanced feature of ArduinoJson, as Nios II is not on the list of "Works with board".
- Is Nios II supported platform?
- Which "processor" should be selected when using https://arduinojson.org/v6/assistant/ ?
Thanks in advance.