Search found 111 matches

by bmarkus
Tue Mar 17, 2015 1:13 pm
Forum: General Discussion and Questions
Topic: another python on micorcontrollers project
Replies: 12
Views: 12874

Re: another python on micorcontrollers project

For sure there is a room for several Python implementations for microcontrollers. What is great in MicroPython it sticks to the original Python philosophy I mean interactivity, no separate compilation, what is good for rapid prototyping, hobby projects, etc. On the other hand a traditional cross too...
by bmarkus
Fri Mar 13, 2015 9:29 pm
Forum: Development of MicroPython
Topic: Wiki is broken
Replies: 7
Views: 6440

+1 :)
by bmarkus
Thu Mar 12, 2015 5:18 pm
Forum: Development of MicroPython
Topic: Non-ARM ports?
Replies: 10
Views: 9944

Non-ARM ports?

Microchip's MPIDE and compilers are free, the only issue is the optimization levels, -O2 is available only in the commercial PRO version while free you get only -O1 . Except the 60 days trial period.
by bmarkus
Fri Mar 06, 2015 10:10 am
Forum: Development of MicroPython
Topic: Unix make issue
Replies: 5
Views: 13934

Re: Unix make issue

I just built 1.3.10 in Linux (x86). I still had to disable libffi, but the readline issue is gone, it works now.
by bmarkus
Fri Mar 06, 2015 9:29 am
Forum: Development of MicroPython
Topic: Non-ARM ports?
Replies: 10
Views: 9944

Re: Non-ARM ports?

Thanks for answers. dsPIC sounds interesting. Any more info available somewhere on this?

PIC32 MIPS is an exciting target. These chips can offer resources required for microPython. It would be great to have it on chipKIT boards, I have them.
by bmarkus
Thu Mar 05, 2015 2:14 pm
Forum: Development of MicroPython
Topic: Non-ARM ports?
Replies: 10
Views: 9944

Non-ARM ports?

Are there uPython ports to other architectures, like AVR or MIPS? I mean uC boards, not Unix or so.
by bmarkus
Sun Feb 08, 2015 10:18 am
Forum: Hardware Projects
Topic: Timer for car heater
Replies: 4
Views: 5499

What is the operational temperature range of pyboard and other components you are planning to use? Not sure they are appropriate for car use.
by bmarkus
Thu Feb 05, 2015 4:10 pm
Forum: Development of MicroPython
Topic: Micro Python development wish list
Replies: 52
Views: 47361

+1
by bmarkus
Thu Jan 29, 2015 4:15 pm
Forum: Development of MicroPython
Topic: Unix make issue
Replies: 5
Views: 13934

Re: Unix make issue

It is not a symlink problem. Disabling ffi and readline it builds and works, so it is a linking issue. Will review make.
by bmarkus
Thu Jan 29, 2015 3:44 pm
Forum: Development of MicroPython
Topic: Unix make issue
Replies: 5
Views: 13934

Re: Unix make issue

Thanks for advices. pkgconfig and libffi-dev installed. In fact it is my development environment used to build many packages without such issue.

BTW, libs are symlinked to loop mounted squash archives which can be a problem. Will try w/o symlinks.