acassis commented on issue #14690: URL: https://github.com/apache/nuttx/issues/14690#issuecomment-2464844553
@angelorisonk please run a "git diff" to show the lines you added. As I said you need to look at the pinmap header file at arch/ and create the definitions at boards/..../include/board.h point to each pin: #define GPIO_SSI1_CLK GPIO_SSI1_CLK_x #define GPIO_SSI1_RX GPIO_SSI1_RX_y #define GPIO_SSI1_TX GPIO_SSI1_TX_z Just fix x, y and z according to pinmap symbol to the right pin you are using in your board. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
