2017-05-19 12:40:32 +10:00
2017-05-19 12:37:37 +10:00
2017-05-19 12:37:37 +10:00
2017-05-19 12:40:32 +10:00
2017-05-19 12:33:34 +10:00

MicroPython on Unicorn

This repository contains an implementation of a virtual microcontroller based on the Unicorn emulator, which is in turn based on QEMU. It also contains a port of MicroPython to that virtual microcontroller. Unicorn has a JavaScript version, unicorn.js, which is obtained by running Emscripten on the C version of Unicorn, and allows the virtual microcontroller to run in the browser. This then gives a full MicroPython port running simulated-bare-metal in a web browser.

Description
MicroPython on Unicorn
Readme MIT 789 KiB
Languages
C 51.9%
JavaScript 18.7%
CSS 10.6%
HTML 6.8%
Python 6.6%
Other 5.4%