ulp-circuitpython/.gitignore
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

4 lines
44 B
Text

__pycache__
/link.ld
/a.out
/a.out-stripped