TC Wan
TC Wan
@schodet I've not been frequenting github so I missed this. Anyway, I've been running python3+nxt-python 3.0.0 on macOS for over 6 months now. Works fine with libusb + pyusb (tested...
[MacPorts Local Portfile for nxt-python 3.0.0](https://github.com/tcwan/nxos-armdebug/tree/docker-python3/macports/ports/python/py-nxt-python)
> I may be useful to have a “tested matrix”, what do you think? Sure, though it will probably be a bit sparse, I only have access to certain versions...
nxt-filer is obsolete. There is a replacement, [nxtfilemgr](https://github.com/Eelviny/nxt-python/blob/master/scripts/nxtfilemgr), which can be found in the master branch. Nonetheless, I didn't implement any error pop-ups, so the status message is displayed only...
> Which works but leaves a QEMU console in the background, and has a tendency to die whenever I press Ctrl-C to debug the program. I managed to hide the...
You can see the support routines [here](https://github.com/tcwan/ev3dev-arm-bbr/blob/master/common/src/devices.c).
I've created a Macports port file that build for X11 (w/o Quartz). I have not pulled the github repo to my system, so I'm just enclosing the files here. I'm...
One more thing. I've pointed the Portfile to the latest master branch (as of 10 Dec 2016). It says 0.9.6 but it is actually prerelease. Feel free to change the...
Hmm. I've never tried MacPorts on non-MacOS platforms before. The first error on missing platforms, I deleted it accidentally from the Portfile, you can insert "platforms XXXX", not sure what...
Ok, I've managed to override the __APPLE__ from the Portfile without requiring the use of patchfiles. Please use this version of the Portfile. The earlier version was mangled by TextEdit...