Search found 3 matches

by penjuin
Thu Jul 21, 2016 4:41 am
Forum: Development of MicroPython
Topic: Removing the compiler from micropython
Replies: 8
Views: 8323

Re: Removing the compiler from micropython

I'm not really trying to remove language functions, I just want to do the python->bytecode step on a PC, and then the bytecode->instructions step on the microcontroller separately.
by penjuin
Wed Jul 20, 2016 10:53 pm
Forum: Development of MicroPython
Topic: Removing the compiler from micropython
Replies: 8
Views: 8323

Re: Removing the compiler from micropython

Mostly flash is the problem, 80k is a lot for the low cost ARM chips.
by penjuin
Wed Jul 20, 2016 3:09 pm
Forum: Development of MicroPython
Topic: Removing the compiler from micropython
Replies: 8
Views: 8323

Removing the compiler from micropython

Hi, I was one of the Kickstarter backers, and I've been keeping my eye on this project for some time. I have a question about the micropython backend, but first let me explain the context. I'm in need of a "scripting" language for debugging and testing embedded devices during the development phase. ...