Search found 111 matches

by bmarkus
Wed Aug 12, 2015 1:18 pm
Forum: Development of MicroPython
Topic: Micropython 1.4.5 does not compile on unix
Replies: 6
Views: 9061

Re: Micropython 1.4.5 does not compile on unix

Now it builds fine with the change discussed in GitHub issue referred.
by bmarkus
Wed Aug 12, 2015 8:44 am
Forum: Development of MicroPython
Topic: Micropython 1.4.5 does not compile on unix
Replies: 6
Views: 9061

Re: Micropython 1.4.5 does not compile on unix

Building a git clone works fine. If you clone git source it will build.
by bmarkus
Sat Aug 08, 2015 5:41 pm
Forum: Programs, Libraries and Tools
Topic: Executing external program on Linux
Replies: 5
Views: 6886

Re: Executing external program on Linux

Good to see others are doing the same. Tested, os module works fine, so I have everything to start testing some code on the Raspberry Pi with piCore Linux.
by bmarkus
Sat Aug 08, 2015 5:40 pm
Forum: General Discussion and Questions
Topic: How to develop embedded applications?
Replies: 2
Views: 2776

How to develop embedded applications?

Hi lets have a uC board running MicroPython which can be connected via serial console only, no SD-card nor USB mass storage. How to add modules to the system stored in flash to make them available and run application after power on/reset automatically? I mean extending system onboard via the serial ...
by bmarkus
Sat Aug 08, 2015 11:42 am
Forum: Programs, Libraries and Tools
Topic: Executing external program on Linux
Replies: 5
Views: 6886

Re: Executing external program on Linux

Thanks, os.system() and os.pipe() is suitable. On our TC (Tiny Core) Linux we have several applications written in shell (BusyBox ASH). In general it is OK, but there are few more complex cases where ASH programming is a pain. I think micropython can be a good choice to migrate shell scripts to Pyth...
by bmarkus
Sat Aug 08, 2015 11:36 am
Forum: Programs, Libraries and Tools
Topic: Missing modules on Linux
Replies: 4
Views: 4432

Re: Missing modules on Linux

Thanks, will check it

Béla
by bmarkus
Sat Aug 08, 2015 10:59 am
Forum: Programs, Libraries and Tools
Topic: Missing modules on Linux
Replies: 4
Views: 4432

Re: Missing modules on Linux

Found ustruct and utime modules are available...