Skip to content
#

cortex-m0

Here are 125 public repositories matching this topic...

totorigolo
totorigolo commented Apr 24, 2019

We should write .sig files for libraries.

This command is maybe too simple but it shows that we are missing some of them.

$ cd /path/to/HolBA/src/
$ find . -name "*Lib.sml" -exec sh -c "echo {} | sed 's/Lib.sml/Lib.sig/' | xargs ls >/dev/null" \;
ls: cannot access './tools/cfg/graphVizLib.sig': No such file or directory
ls: cannot access './tools/cfg/bir_cfgLib.sig': No such file or 

Improve this page

Add a description, image, and links to the cortex-m0 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cortex-m0 topic, visit your repo's landing page and select "manage topics."

Learn more