Skip to content

Commit

Permalink
Add strlen to rom_functions on esp32s3 (#475)
Browse files Browse the repository at this point in the history
I was getting linker issues due to a missing function. This change adds it, using the offsets from `esp32s3.rom.newlib.ld`
  • Loading branch information
arlyon authored Aug 27, 2024
1 parent e50db0b commit 2862fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esp-wifi-sys/ld/esp32s3/rom_functions.x
Original file line number Diff line number Diff line change
Expand Up @@ -2284,6 +2284,7 @@ phy_param_rom = 0x3fcef81c;
strncpy = 0x40001224;
strcpy = 0x40001218;
strncmp = 0x4000123c;
strlen = 0x40001248;

/* from esp32s3.rom.api.ld*/
PROVIDE ( esp_rom_delay_us = ets_delay_us );
Expand Down

0 comments on commit 2862fb2

Please sign in to comment.