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
|