No description
Find a file
Jeff Epler 6549bbcb72
Add a tiny elfutils like library
.. it can find symbols and determine how to load a binary

This might be useful for CircuitPython "coproc" so that
an elf file can be used (instead of a bin file); symbol offsets
within the shared memory area can be determined, and the right
portion of the elf file can be loaded into the coprocessor memory.
2022-10-22 20:20:13 -05:00
py Add a tiny elfutils like library 2022-10-22 20:20:13 -05:00
.gitignore Add a tiny elfutils like library 2022-10-22 20:20:13 -05:00
Makefile Add a tiny elfutils like library 2022-10-22 20:20:13 -05:00
sdkconfig.h standalone build for riscv ulp programs 2022-10-22 18:00:54 -05:00
ulp.c standalone build for riscv ulp programs 2022-10-22 18:00:54 -05:00
ulp.riscv.ld standalone build for riscv ulp programs 2022-10-22 18:00:54 -05:00