This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./autogen.sh | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force -I m4 | |
autoreconf: configure.ac: tracing | |
autoreconf: running: glibtoolize --copy --force | |
glibtoolize: putting auxiliary files in '.'. | |
glibtoolize: copying file './ltmain.sh' | |
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. | |
glibtoolize: copying file 'm4/libtool.m4' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pyb | |
# SNES Connector pinout: | |
# | |
# ----------------- | |
# | 1 2 3 4 | 5 6 7 > | |
# ----------------- | |
# | |
# 1 +5V - Connect to vBAT | |
# 2 Clock } Connect to any unused data pin and specify |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Launch pulseview with test file and then exit: | |
$ perf record ./pulseview test-file.sr | |
Display profile data: | |
$ perf report | |
e.g. | |
Before |