added bcm2835 lib instead of syscalls
authorNils Forssén <forssennils@gmail.com>
Mon, 2 Jun 2025 20:51:28 +0000 (22:51 +0200)
committerNils Forssén <forssennils@gmail.com>
Mon, 2 Jun 2025 20:51:28 +0000 (22:51 +0200)
commitbb92e2cb29e2443471b727e395de5203bd307c84
tree516c8c222782f88df651e0c0a3083c29db1c7824
parenta0559f245d8999292979ee451b9e55ae294d61ac
added bcm2835 lib instead of syscalls
56 files changed:
lib/bcm2835/AUTHORS [new file with mode: 0644]
lib/bcm2835/COPYING [new file with mode: 0644]
lib/bcm2835/ChangeLog [new file with mode: 0644]
lib/bcm2835/INSTALL [new file with mode: 0644]
lib/bcm2835/Makefile [new file with mode: 0644]
lib/bcm2835/Makefile.am [new file with mode: 0644]
lib/bcm2835/Makefile.in [new file with mode: 0644]
lib/bcm2835/NEWS [new file with mode: 0644]
lib/bcm2835/README [new file with mode: 0644]
lib/bcm2835/aclocal.m4 [new file with mode: 0644]
lib/bcm2835/compile [new file with mode: 0755]
lib/bcm2835/config.guess [new file with mode: 0755]
lib/bcm2835/config.h [new file with mode: 0644]
lib/bcm2835/config.h.in [new file with mode: 0644]
lib/bcm2835/config.log [new file with mode: 0644]
lib/bcm2835/config.status [new file with mode: 0755]
lib/bcm2835/config.sub [new file with mode: 0755]
lib/bcm2835/configure [new file with mode: 0755]
lib/bcm2835/configure.ac [new file with mode: 0644]
lib/bcm2835/depcomp [new file with mode: 0755]
lib/bcm2835/doc/Doxyfile.in [new file with mode: 0644]
lib/bcm2835/doc/Makefile [new file with mode: 0644]
lib/bcm2835/doc/Makefile.am [new file with mode: 0644]
lib/bcm2835/doc/Makefile.in [new file with mode: 0644]
lib/bcm2835/examples/blink/blink.c [new file with mode: 0644]
lib/bcm2835/examples/event/event.c [new file with mode: 0644]
lib/bcm2835/examples/gpio/gpio.c [new file with mode: 0644]
lib/bcm2835/examples/i2c/i2c.c [new file with mode: 0644]
lib/bcm2835/examples/input/input.c [new file with mode: 0644]
lib/bcm2835/examples/pwm/pwm.c [new file with mode: 0644]
lib/bcm2835/examples/smi/smi.c [new file with mode: 0644]
lib/bcm2835/examples/spi/spi.c [new file with mode: 0644]
lib/bcm2835/examples/spin/spin.c [new file with mode: 0644]
lib/bcm2835/examples/spiram/spiram.c [new file with mode: 0644]
lib/bcm2835/examples/spiram/spiram.h [new file with mode: 0644]
lib/bcm2835/examples/spiram/spiram_test.c [new file with mode: 0644]
lib/bcm2835/install-sh [new file with mode: 0755]
lib/bcm2835/ltmain.sh [new file with mode: 0755]
lib/bcm2835/missing [new file with mode: 0755]
lib/bcm2835/src/.deps/bcm2835.Po [new file with mode: 0644]
lib/bcm2835/src/.deps/test.Po [new file with mode: 0644]
lib/bcm2835/src/Makefile [new file with mode: 0644]
lib/bcm2835/src/Makefile.am [new file with mode: 0644]
lib/bcm2835/src/Makefile.in [new file with mode: 0644]
lib/bcm2835/src/bcm2835.c [new file with mode: 0644]
lib/bcm2835/src/bcm2835.h [new file with mode: 0644]
lib/bcm2835/src/bcm2835.o [new file with mode: 0644]
lib/bcm2835/src/libbcm2835.a [new file with mode: 0644]
lib/bcm2835/src/test [new file with mode: 0755]
lib/bcm2835/src/test-suite.log [new file with mode: 0644]
lib/bcm2835/src/test.c [new file with mode: 0644]
lib/bcm2835/src/test.log [new file with mode: 0644]
lib/bcm2835/src/test.o [new file with mode: 0644]
lib/bcm2835/src/test.trs [new file with mode: 0644]
lib/bcm2835/stamp-h1 [new file with mode: 0644]
lib/bcm2835/test-driver [new file with mode: 0755]