admin管理员组文章数量:1332890
I was building Circuitpython from the github repro from adafruit. This was working for a raspi pico well. I could compile and dounload the firmware.uf2 -> Thonny everthing look OK. Next I wanted to add a C-written module. Doing as described by adafruit was OK until the point:
ports/atmel-samd
We'll need to edit two files to hook our new module into the build: Makefile
We need to add the c files we added to shared-module to the SRC_SHARED_MODULE list:
mymodule/init.c
mymodule/MyClass.c \
I do not know where to find the SRC_SHARED_MODULE list and where to make the changes?
Thank you for the help.
Tips where to insert then module name
本文标签: buildingExtending CircuitPython (Simple Example) how to completeStack Overflow
版权声明:本文标题:building - Extending CircuitPython (Simple Example) how to complete - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742308987a2450487.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论