On 2026-01-08 00:08, Tomek CEDRO wrote:
https://github.com/apache/nuttx/pull/17795 :-)
Some build and runtime logs summary is always welcome (in case of fix
before and after) :-)
Thank you Kerogit! :-)
--
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
Hi,
thanks you for the PR and thanks to reviewers. As for logs, in this case
everything was identical before and after except the generic GCC warning
CC: common/avr_idle.c chip/avrdx_timerisr_tickless_alarm.c: In function
‘avrdx_check_alarm_expired’:
chip/avrdx_timerisr_tickless_alarm.c:236:19: warning: unused variable
‘tv’ [-Wunused-variable]
236 | struct timespec tv;
| ^~
which went away after the patch. Considering that the binary did not
change, I tested simply by blinking two LEDs, there was no other runtime
output to provide.