All public logs
From Variscite Wiki
Combined display of all available logs of Variscite Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:10, 5 March 2025 Bruno talk contribs created page Template:SYSFS GPIO MANIPULATION (Created page with "<!-- Start to phase out sysfs by hiding it for imx9 and future SOC_FAMILY. Eventually, drop this for all families -->{{#switch:{{#var:SOC_FAMILY}} |imx8m= = Manipulating a single GPIO via /sys/class/gpio = <section begin=gpio_sysfs_warning_section/> <!-- -->{{Note|Note: The /sys/class/gpio ABI is being deprecated in the Linux kernel and is being replaced by the GPIO character device and [{{#var:LIBGPIOD_URL}} libgpiod]. Please refer to the kernel [https://github.com/var...")
- 15:17, 5 March 2025 Bruno talk contribs created page Template:LIBGPIOD V2 C EXAMPLE (Created page with "== libgpiod C Application == [{{#var:LIBGPIOD_URL}} libgpiod] provides bindings for C/C++ applications. C++ examples are available in the libgpiod [{{#var:LIBGPIOD_URL}}/tree/bindings/cxx/examples /tree/bindings/cxx/examples ] directory. Below is a simple C application demonstrating how to use the bindings with GPIO4_IO21: '''Makefile:''' all: main.cpp $(CC) $(CCFLAGS) -Og -lgpiod main.c -g -o hello.bin clean: rm -f hello.bin '''main.c''' <pre> #include <gpiod....")
- 14:52, 5 March 2025 Bruno talk contribs created page Template:LIBGPIOD V1 C EXAMPLE (Created page with "== libgpiod C Application == [{{#var:LIBGPIOD_URL}} libgpiod] provides bindings for C/C++ applications. C++ examples are available in the libgpiod [{{#var:LIBGPIOD_URL}}/tree/bindings/cxx/examples /tree/bindings/cxx/examples ] directory. Below is a simple C application demonstrating how to use the bindings with GPIO4_IO21: '''Makefile:''' all: main.cpp $(CC) $(CCFLAGS) -Og -lgpiod main.c -g -o hello.bin clean: rm -f hello.bin '''main.c''' <pre> #include <gpiod....")
- 15:30, 4 March 2025 Bruno talk contribs created page MX8M GPIO v2 (Created page with "<!-- Set release according to "release" parameter in URL and use RELEASE_SUMO_V1.0_DART-MX8M as default --> {{INIT_RELEASE_PARAM|RELEASE_SUMO_V1.0_DART-MX8M}}<!-- --> {{#lst:Yocto_Platform_Customization|{{#var:RELEASE_PARAM}}}} <!-- --> {{#lst:B2QT_Platform_Customization|{{#var:RELEASE_PARAM}}}} <!-- --> {{#lst:Android_Platform_Customization|{{#var:RELEASE_PARAM}}}} <!-- --> {{#lst:Debian_Platform_Customization|{{#var:RELEASE_PARAM}}}} <!-- --> {{#vardefine: SD_CD_GPIO |...") Tag: Visual edit: Switched
- 21:21, 22 November 2024 Bruno talk contribs created page Template:WIFI DIRECT SYSTEMD NETWORKD (Created page with "<includeonly> '''Wi-Fi Direct''' is a standard that allows devices to connect with each other without a wireless access point or network infrastructure. It facilitates a direct, peer-to-peer connection between two devices using Wi-Fi for data transfer, media sharing, and other communication types. '''Variscite SOMs''' with the '''Murata LBES5PL2xx (NXP IW61x)''' modules support WiFi Direct. Verify if your SOM supports WiFi Direct by checking for the wfd0 interface: <pr...")