Ambroz Bizjak
Ambroz Bizjak
Well, you can always try out Aprinter and see if it works for you. It supports quite some boards, including the Due that you are asking about. Please note however...
You cannot compile it in Arduino IDE. Either have the online web service compile it for you, or follow the instructions for building manually (you will require Linux), then use...
I don't know, I've never tried the flash.py script on Windows. I suppose it works if you make that bossac is in PATH. You can get bossac from an old...
Thanks for your contribution. Note that I am no longer actively working on this project, I will need to get around to checkout out this and the other pull request....
Hi, This error is related to buffering UDP packets received from remote hosts in order to be sent over TCP to tun2socks. The buffer size is currently hardcoded and is...
Could also try increasing the socket buffer size by passing --client-socket-sndbuf to *udpgw*. The default is 1048576 so try something much larger, as well as 0 which leaves the default...
This got broken due to changes in nixpkgs (probably update of isl library). I will fix it shortly. > Why is a custom toolchain being built, why not use gnu...
Should be fixed, please let me know if it works.
I'll look into it. You can work around it by switching to the nixos-19.03 channel using nix-channel. On Saturday, June 15, 2019, Armin van der Togt wrote: > Not fixed,...
Tried it with nix channels nixos-unstable and nixpkgs-unstable, ARM toolchain and firmware build without error for me. It's not clear from your comment what the error is, the actual error...