You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
c13be69a8e
This allows to build libffi from source together with micropython, and is useful for cross-compilation. Support for this was already merged previously, to use: make libffi make MICROPY_STANDALONE=1 (To both commands appropriate cross-compilition flags can be added).
8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
[submodule "lib/axtls"]
|
|
path = lib/axtls
|
|
url = https://github.com/pfalcon/axtls
|
|
branch = micropython
|
|
[submodule "lib/libffi"]
|
|
path = lib/libffi
|
|
url = https://github.com/atgreen/libffi
|