This change introduces `usermod.cmake`, the CMake configuration required to make this library compatible with the CMake build systems for the rp2 (Raspberry Pi Pico/RP2040) and esp32 ports of MicroPython. This is effectively 1:1 in functionality with `micropython.mk` and defines the source files, include directories and compile arguments needed to build the module. See https://github.com/micropython/micropython/pull/6960 for discussion. |
||
|---|---|---|
| .. | ||
| numpy | ||
| scipy | ||
| user | ||
| utils | ||
| micropython.mk | ||
| ndarray.c | ||
| ndarray.h | ||
| ndarray_operators.c | ||
| ndarray_operators.h | ||
| ndarray_properties.h | ||
| ulab.c | ||
| ulab.h | ||
| ulab_create.c | ||
| ulab_create.h | ||
| ulab_tools.c | ||
| ulab_tools.h | ||
| usermod.cmake | ||