examples/embedding: Rework example to use ports/embed.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2022-10-06 11:14:58 +11:00
parent a8a1ad1391
commit 4f3780a156
9 changed files with 111 additions and 439 deletions

View File

@@ -0,0 +1,9 @@
# This file is part of the MicroPython project, http://micropython.org/
# The MIT License (MIT)
# Copyright (c) 2022-2023 Damien P. George
# Set the location of the top of the MicroPython repository.
MICROPYTHON_TOP = ../..
# Include the main makefile fragment to build the MicroPython component.
include $(MICROPYTHON_TOP)/ports/embed/embed.mk