Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).