zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.52k stars 6.45k forks source link

tests/drivers/counter/counter_basic_api fails to build on mimxrt685_evk_cm33 #51185

Closed danieldegrasse closed 1 year ago

danieldegrasse commented 1 year ago

Describe the bug counter_basic_api test fails to build on mimxrt685_evk_cm33. The issue appears to be related to some necessary header files no longer being included, as the failure was introduced by a6a4400b8621bc618c6056

Logs and console output Snippet of build error, showing undefined macro for IRQ_CONNECT:

/home/danieldegrasse/zephyrproject/zephyr/drivers/counter/counter_mcux_lpc_rtc.c:244:17: warning: implicit declaration of function 'IRQ_CONNECT' [-Wimplicit-function-declaration]
  244 |                 IRQ_CONNECT(DT_INST_IRQN(id),
laurenmurphyx64 commented 1 year ago

Hi! This may have been fixed by #51325 recently merged into the tree; try rebasing and let us know if the issue is resolved.

danieldegrasse commented 1 year ago

This was fixed by #51325, as #51186 (linked PR) was a subset of those changes. Closing now