acassis commented on issue #8450:
URL: https://github.com/apache/nuttx/issues/8450#issuecomment-1422724696

   @XinStellaris there is already strlcpy in ROM:
   ```
   esp32/common/scripts/esp32_rom.ld:PROVIDE ( strlcpy = 0x4000c584 );
   esp32s2/common/scripts/esp32s2_rom.ld:PROVIDE ( strlcpy = 0x4001adf8 );
   esp32s3/common/scripts/esp32s3_rom.ld:PROVIDE ( strlcpy = 0x400013bc );
   ```
   I think it is just missing for esp32c3


-- 
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]

Reply via email to