Skip to content

Commit

Permalink
Fix ESP32-S3 ROM address of ets_update_cpu_frequency_rom (#1722)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio Gasquez Arcos <[email protected]>
  • Loading branch information
ProfFan and SergioGasquez authored Jun 26, 2024
1 parent 891d476 commit 565faf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions esp-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- TIMG: Fix interrupt handler setup (#1714)
- Fix `sleep_light` for ESP32-C6 (#1720)
- ROM Functions: Fix address of `ets_update_cpu_frequency_rom` (#1722)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion esp-hal/ld/esp32s3/rom-functions.x
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROVIDE(ets_delay_us = 0x40000600);
PROVIDE(ets_update_cpu_frequency_rom = 0x40043164);
PROVIDE(ets_update_cpu_frequency_rom = 0x40001a4c);
PROVIDE(rom_i2c_writeReg = 0x40005d60);
PROVIDE(rom_i2c_writeReg_Mask = 0x40005d6c);
PROVIDE(rtc_get_reset_reason = 0x4000057c);
Expand Down

0 comments on commit 565faf7

Please sign in to comment.