creating native modules with sub-modules

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
v923z
Posts: 168
Joined: Mon Dec 28, 2015 6:19 pm

creating native modules with sub-modules

Post by v923z » Sat May 22, 2021 11:12 am

Hi all,

Following up on a recurring request, I am trying to turn ulab into a native module. I can compile the example provided in the documentation, but I fail miserably, as soon as I try to define a sub-module for factorial. Is it possible at all to have sub-modules of native modules at this point, or have I simply overlooked something?

EDIT: the present question is a follow-up of viewtopic.php?f=3&t=8801. I would basically need some clarification on the developments since last summer.

Post Reply