micropython/examples/usercmodule/cppexample
Phil Howard cc497d4c6a examples/usercmodule: Add micropython.cmake to the C and CPP examples.
examples/usercmodule/micropython.cmake:

Root micropython.cmake file is responsible for including modules.

examples/usercmodule/cexample/micropython.cmake:
examples/usercmodule/cppexample/micropython.cmake:

Module micropython.cmake files define the target and link it to usermod.

Signed-off-by: Phil Howard <phil@pimoroni.com>
2021-03-31 00:27:46 +11:00
..
example.cpp examples: Add example code for user C modules, both C and C++. 2020-10-29 15:30:42 +11:00
examplemodule.c examples: Add example code for user C modules, both C and C++. 2020-10-29 15:30:42 +11:00
examplemodule.h examples: Add example code for user C modules, both C and C++. 2020-10-29 15:30:42 +11:00
micropython.cmake examples/usercmodule: Add micropython.cmake to the C and CPP examples. 2021-03-31 00:27:46 +11:00
micropython.mk examples: Add example code for user C modules, both C and C++. 2020-10-29 15:30:42 +11:00