mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
examples/embedding: Rework example to use ports/embed.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
9
examples/embedding/micropython_embed.mk
Normal file
9
examples/embedding/micropython_embed.mk
Normal 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
|
||||
Reference in New Issue
Block a user