Doug Johnson
Doug Johnson
I'm also working on a relatively clean copy of Catalina 10.15.3 on which I've installed the Zephyr development environment. I got the same sort of Dyld error, only libtiff was...
Jeff: I've been using 2 Leonardos and an Arduino Micro for testing. I'll get you some memory numbers. Experience wise, I've generally been able to run 2 drivers when I...
Here are the results of some memory testing. [v0.8 memory usage tests](https://github.com/finson-release/finson-release.github.io/wiki/v0.8-memory-usage-tests)
Jeff: FYI. I find that because of the way that Arduino does the build process, there is a fair amount of junk left behind by the files that are compiled,...
Edited to add: This conversation about boards.h became issue finson/Luni#6. No, in fact I'd like a simpler way to access Boards.h without having to fold Luni into Firmata entirely. I...
Right, they are not compiled at all, and therefore don't contribute anything to the memory usage. Notice that I've done the same thing with my version of Configurable Firmata (FirmataWithDeviceFeature)....
I didn't use the boards.h macros at first. Partly because there was just a lot of code to design and write, and partly because I was hoping to stick to...
My intention is that the integration with Firmata be long lasting. If I think of Firmata as an existing client side framework with powerful client libraries and lots of previous...
Jeff: I intentionally moved all the unused features (ConfigFirmata) and all the unused device drivers (Luni) out of the src directories because it saves memory at runtime to not have...
Edited to add: The description below is how it’s supposed to work. However, when I moved everything back just now to confirm it, I realized that I had changed the...