Replies: 4 comments 3 replies
-
Thank you for the question. Unfortunately, the property that specifies this in the library.properties file, Also, there's no way currently in Arduino-land to specify an actual board. For example, The Teensy has an ARM plus specific features, such as an Ethernet PHY. This means that, even if I was able to specify "arm" as the processor, there's no way to specify "teensy 4.1" specifically. In other words, the library properties file/specification is broken. Side note: This is one of the reasons I made the library able to compile for non-Teensy 4.1 boards, because it is, technically, specified as Hope this answers your question. |
Beta Was this translation helpful? Give feedback.
-
@fred-dev I’ve recently made the library easier to compile for non-Teensy platforms and easier to make drivers for. (Watch for an upcoming push, probably later today or tomorrow.) |
Beta Was this translation helpful? Give feedback.
-
I recently pushed some changes that make it easier to write drivers for the library and run it on other platforms. I also included a W5500 driver, so it should, in theory, work with an Arduino Due. I don’t, however, have the hardware to test it. If you have the hardware setup, do you feel like trying it out? |
Beta Was this translation helpful? Give feedback.
-
I just tried to build for a Due, but the API is a little different. It doesn't yet work at this time. |
Beta Was this translation helpful? Give feedback.
-
The arduino page here: https://www.arduino.cc/reference/en/libraries/qnethernet/
Suggests: "This library is compatible with all architectures so you should be able to use it on all the Arduino boards."
I guess this is not true, but in case is there any way to use this with an ethernet shield on an Arduino Due? (I am using it for its 12 bit analogue input).
Cheers
Beta Was this translation helpful? Give feedback.
All reactions