You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
ArduinoJson 6.18.4 should work fine on Nios II except that it doesn't set ARDUINOJSON_EMBEDDED_MODE to 1, so it consumes more memory.
I'll release a new revision to fix this and add the option in the ArduinoJson Assistant.
I tried ArduinoJson-v6.18.5 with some advanced features (like custom writer), and I didn't find any issue yet.
I'll report if there is any concern with Nios.
Thanks for creating / maintaining such great library.
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 ::
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".
Thanks in advance.
The text was updated successfully, but these errors were encountered: