Nathaniel van Diepen

Results 285 issues of Nathaniel van Diepen

It would be useful to support rM1 emulation as well to ensure things work the same between the two devices. The rm2fb shim should work fine here too, since it...

enhancement
help wanted

list-paused-apps was missing from the list.

packages

Update action runners to either ubuntu-latest or ubuntu-24.04. I also edited these files and allowed them to be autoformatted with my lsp, so there are some indentation and quote changes.

tooling

enhancement
to-triage

@Eeems Looking beyond what we've ruled out, I found a serious issue in the signal connection lifecycle: ```cpp // In Surface constructor when !EPAPER connect(this, &Surface::update, widget, &SurfaceWidget::update); connect(widget, &SurfaceWidget::activeFocusChanged,...

The current functionality has been having unintended behaviour on some apps that ask for the full screen to be udpated, but onlydo a partialupdate.

@Eeems Here's a prototype implementation of `send_blocking` that uses MSG_ZEROCOPY: ```cpp // Helper struct to track zero-copy buffers struct zerocopy_buffer { blight_data_t data; size_t size; int refcount; // Could add...

- Add direct display support to rM2/rMPP - Add rm2fb server to display server for rM2/rMPP direct draw handling - Add rMPP support

enhancement
to-triage

Add article for how to setup Qt Creator for the toolchain. --- Build environment example ``` SDKTARGETSYSROOT=/opt/codex/rm10x/3.1.15/sysroots/cortexa9hf-neon-remarkable-linux-gnueabi PKG_CONFIG_SYSROOT_DIR=${SDKTARGETSYSROOT} PKG_CONFIG_PATH=${SDKTARGETSYSROOT}/usr/lib/pkgconfig:${SDKTARGETSYSROOT}/usr/share/pkgconfig CONFIG_SITE=/opt/codex/rm10x/3.1.15/site-config-cortexa9hf-neon-remarkable-linux-gnueabi OECORE_NATIVE_SYSROOT=/opt/codex/rm10x/3.1.15/sysroots/x86_64-codexsdk-linux OECORE_TARGET_SYSROOT=${SDKTARGETSYSROOT} OECORE_ACLOCAL_OPTS=-I ${OECORE_NATIVE_SYSROOT}/usr/share/aclocal OECORE_BASELIB=lib OECORE_TARGET_ARCH=arm OECORE_TARGET_OS=linux-gnueabi CC=arm-remarkable-linux-gnueabi-gcc -mfpu=neon -mfloat-abi=hard...

> Hello, I am trying to downgrade my RM2 from 3.20.0.92 $\rightarrow$ 3.3.2.1666 so that I can use toltec. I seem to be getting an error in using codexctl, and...