1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/examples/micropython
Gilles DOFFE 631e882844 tests: examples: remove stm32mp157c-dk2 for mem leak
stm32mp157c-dk2 has not enough memory to build this apps.
However as the stm32mp157xx cpu line has no flash, a part of RAM
is considered as ROM. Thus ROM size could be extend to suit this
apps needs.

Signed-off-by: Gilles DOFFE <gilles.doffe@savoirfairelinux.com>
2020-11-13 10:43:08 +01:00
..
tests examples/micropython: fix checked PID 2020-07-15 12:43:02 +02:00
boot.py examples/micropython: initial micropython example application 2019-12-05 16:34:53 +01:00
main.c examples/micropython: initial micropython example application 2019-12-05 16:34:53 +01:00
Makefile examples: set TESTRUNNER_RESET_AFTER_TERM for examples/%/tests 2019-12-19 09:32:37 +01:00
Makefile.ci tests: examples: remove stm32mp157c-dk2 for mem leak 2020-11-13 10:43:08 +01:00
README.md examples/micropython: initial micropython example application 2019-12-05 16:34:53 +01:00

Overview

WARNING: RIOT's MicroPython port is currently quite incomplete!

This application provides an example on how to use MicroPython with RIOT. Please see the documentation of pkg/micropython.