Dear Nuttx, I create a new board based on STM32F429i-Disco.
I am facing a problem from app/example code. In file included from adxl372_test_main.c:52: /src/shared/microros_waveshare12/firmware/NuttX/include/arch/board/board.h:23:10: fatal error: stm32_rcc.h: No such file or directory 23 | #include "stm32_rcc.h" I have tested with STM32F4Discovery board and it is working fine. I means I don't know where to link arch/board/board.h to actual board settings in our code. Please guide me. :) Thank you. -- Yours Sincerely, Thiha Kyaw