├── .gitignore ├── 99-blackmagic.rules ├── LICENSE ├── Makefile ├── README └── bmp_traceswo.c /.gitignore: -------------------------------------------------------------------------------- 1 | bmp_traceswo 2 | -------------------------------------------------------------------------------- /99-blackmagic.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickd4/bmp_traceswo/HEAD/99-blackmagic.rules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickd4/bmp_traceswo/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickd4/bmp_traceswo/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickd4/bmp_traceswo/HEAD/README -------------------------------------------------------------------------------- /bmp_traceswo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nickd4/bmp_traceswo/HEAD/bmp_traceswo.c --------------------------------------------------------------------------------