Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfalcon/pycopy-ffigen
FFI bindings generator for Pycopy
https://github.com/pfalcon/pycopy-ffigen
ffi micropython pycopy
Last synced: about 2 months ago
JSON representation
FFI bindings generator for Pycopy
- Host: GitHub
- URL: https://github.com/pfalcon/pycopy-ffigen
- Owner: pfalcon
- Created: 2014-07-01T10:56:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T11:15:26.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T15:10:58.106Z (2 months ago)
- Topics: ffi, micropython, pycopy
- Language: Python
- Homepage: http://forum.micropython.org/viewtopic.php?f=5&t=200
- Size: 8.79 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
micropython-ffigen is experimental tool to generare external library bindings
for ffi/uctypes modules of MicroPython https://github.com/micropython/micropython
from C header files.micropython-ffigen depens on c2ffi tool (https://github.com/rpav/c2ffi),
which in turn depends on LLVM and Clang (http://llvm.org/).