Search found 11 matches

by lurch
Fri May 02, 2014 12:07 am
Forum: MicroPython pyboard
Topic: Powering PYBv1.0 externally
Replies: 5
Views: 10105

Re: Powering PYBv1.0 externally

If you're not sure what you're doing, you can simply use one of those "emergency mobile phone powerpack" type things, e.g. http://www.amazon.co.uk/Ultra-Compact-Lipstick-Sized-Sensation-ThunderBolt-Blackberry/dp/B005QI1A8C/ or http://raspi.tv/2013/pi-duration-tests-and-review-of-two-new-lithium-batt...
by lurch
Sun Apr 20, 2014 12:46 am
Forum: Development of MicroPython
Topic: Wanted: Travis CI integration
Replies: 23
Views: 33296

Re: Wanted: Travis CI integration

We could write out the comple set of configuration options in a python module that the tests could import. I guess it's a trade-off - we could either have each test-script itself dynamically determine if it should be run, or we could just have 'static meta-data' in each test-script and have run-tes...
by lurch
Sun Apr 20, 2014 12:03 am
Forum: Development of MicroPython
Topic: Building MP under windows
Replies: 17
Views: 17153

Re: Building MP under windows

pfalcon wrote:windows/ once was supposed to be built with mingw32, but likely bitrotted since then.
Is there anything Travis-alike that we can use to test the windows version of uPy? ;)
How "officially supported" is the windows port, or should it be considered as deprecated / super-low-priority?
by lurch
Sat Apr 19, 2014 11:57 pm
Forum: Development of MicroPython
Topic: Wanted: Travis CI integration
Replies: 23
Views: 33296

Re: Wanted: Travis CI integration

Kinda related to both this discussion and https://github.com/micropython/micropython/issues/440 , rather than 'bloating' micropython with the run-time ability to detect what options it was compiled with, maybe a simpler option would be to just have the build-process spit out some kind of meta-file a...
by lurch
Sat Apr 19, 2014 12:02 am
Forum: Development of MicroPython
Topic: Wanted: Travis CI integration
Replies: 23
Views: 33296

Re: Wanted: Travis CI integration

IMHO whichever solution gets decided upon, a useful first step would be a machine-readable 'meta-file' listing the names of the various config options, and the legal values each option can take. (and maybe it would be useful for this meta-file to also specify if the config option applies at the glob...
by lurch
Tue Apr 15, 2014 10:29 am
Forum: General Discussion and Questions
Topic: Forum favicon
Replies: 0
Views: 4439

Forum favicon

Hi,

Could we have the favicon from http://www.micropython.org/ copied to http://forum.micropython.org/ please? It would make the uPy forums tab much easier to find when I have many tabs open (as I usuaully do!) :)
by lurch
Tue Apr 15, 2014 10:26 am
Forum: Development of MicroPython
Topic: Wanted: Travis CI integration
Replies: 23
Views: 33296

Re: Wanted: Travis CI integration

Thanks to the effort and contributions from several people. Travis CI is now integrated and fully working 8-)
https://travis-ci.org/micropython/micropython
by lurch
Tue Apr 15, 2014 12:42 am
Forum: General Discussion and Questions
Topic: MicroPython presentation
Replies: 0
Views: 4277

MicroPython presentation

Just noticed this video link posted on the micropython twitter:
http://youtu.be/hmGISrwPtyA

Looks like it's the recording of https://groups.google.com/forum/#!topic ... oCgLRANhXo
by lurch
Sat Apr 12, 2014 3:23 pm
Forum: General Discussion and Questions
Topic: Spambot counterattack
Replies: 28
Views: 28459

Re: Spambot counterattack

I'm semi-human ;)