PruteanuVlad commented on code in PR #16016: URL: https://github.com/apache/nuttx/pull/16016#discussion_r2010848537
########## arch/xtensa/src/esp32/esp32_sha.c: ########## Review Comment: So everything is going well so far, with one exception. I'm trying to use `sha_ll_read_digest` from [sha_ll.h](https://github.com/espressif/esp-hal-3rdparty/blob/555c2af12b4b08777cf225e265ad28e9f2471a02/components/hal/esp32/include/hal/sha_ll.h). During compilation I get: > arch/xtensa/src/chip/esp-hal-3rdparty/components/hal/esp32/include/hal/sha_ll.h:143:(.text.esp32_sha_block$isra$0+0x172): undefined reference to `esp_dport_access_read_buffer' I see that `esp_dport_access_read_buffer` is defined in [dport_access_common.c](https://github.com/espressif/esp-hal-3rdparty/blob/555c2af12b4b08777cf225e265ad28e9f2471a02/components/soc/dport_access_common.c), and _sha_ll.h_ includes _soc/dport_access.h_, so I think that the definition should be reachable. Could you, please, advise? -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org