YAMAMOTO Takashi

Results 652 comments of YAMAMOTO Takashi

@xiaoxiang781216 thank you for your earlier feedback. now this PR is ready for wider review.

the ci failure looks unrelated. https://github.com/apache/nuttx/actions/runs/11546452210/job/32134877419?pr=13498 ``` curl: (28) Failed to connect to github.com port 443 after 135159 ms: Connection timed out ```

> @yamt please squash the comment change to the first patch. done

> @yamt just one minor comment, let's squash the patch, I will merge it after ci pass. squashed

> Hi folks! > > Just ran the internal Espressif CI on this commit and the one before it. Seems this one broke our TWAI (CAN) and RMT tests across...

> Those are both loopback tests. > > Here's the output on ESP32C3 when using TWAI defconfig with loopback enabled. > > Configuration used: > > * `./tools/configure.sh -l esp32c3-generic:twai`...

> i will submit a fix later. https://github.com/apache/nuttx/pull/14597

> > > i will submit a fix later. > > > > > > #14597 > > I tested the #14597 branch and seems to fix the problem on...

if you know the system is fast enough to handle 30 fps, maybe it works. otherwise, maybe not. also, i prefer an api to allow 60 fps on the first...

> I suppose in addition to `SYSTEM_PRESERVE_FRAMEBUFFER` there could be `SYSTEM_SKIP_RENDERING` for skipping the screen-blit completely. 🤔 There could also be a `SYSTEM_REQUEST_LOW_FRAMERATE` that is set by the runtime rather...