micropython/ports
Rami Ali 7d675f3a17 javascript: Add new port targeting JavaScript via Emscripten.
In this port JavaScript is the underlying "machine" and MicroPython is
transmuted into JavaScript by Emscripten.  MicroPython can then run under
Node.js or in the browser.
2019-03-13 23:47:32 +11:00
..
bare-arm py/objdict: Make .fromkeys() method configurable. 2018-12-13 01:20:55 +11:00
cc3200 ports: Update to work with new oofatfs version. 2019-03-05 15:56:39 +11:00
esp32 esp32/mphalport: Use ets_delay_us for mp_hal_delay_us_fast. 2019-03-12 15:46:44 +11:00
esp8266 ports: Update to work with new oofatfs version. 2019-03-05 15:56:39 +11:00
javascript javascript: Add new port targeting JavaScript via Emscripten. 2019-03-13 23:47:32 +11:00
minimal minimal/frozentest: Recompile now that mpy format and version changed. 2019-03-08 15:53:05 +11:00
nrf ports: Update to work with new oofatfs version. 2019-03-05 15:56:39 +11:00
pic16bit all: Change PYB message prefix to MPY. 2019-02-12 15:18:33 +11:00
qemu-arm qemu-arm: Use gchelper code to get registers for GC scanning. 2019-02-12 14:48:29 +11:00
stm32 stm32/usb: Allow to override USB strings & VID/PID in app and mboot. 2019-03-08 23:29:15 +11:00
teensy all: Change PYB message prefix to MPY. 2019-02-12 15:18:33 +11:00
unix unix/Makefile: Update coverage tests to match those in Travis. 2019-03-08 16:51:09 +11:00
windows py: Allow registration of modules at their definition. 2019-03-08 22:46:43 +11:00
zephyr zephyr/prj_frdm_kw41z.conf: Add new board configuration. 2019-03-12 17:12:13 +11:00