Skip to content

Commit 4c1f48b

Browse files
arch/xtensa: Update common layer version for esp32[-|-s2|-s3]
Update common layer version to sync for Xtensa based Espressif devices Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
1 parent b1bef1d commit 4c1f48b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

arch/xtensa/src/esp32/Make.defs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ endif
194194

195195
ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty
196196
ifndef ESP_HAL_3RDPARTY_VERSION
197-
ESP_HAL_3RDPARTY_VERSION = c32f1ad13f4ce8312de494e8b79c88fda10fe9ed
197+
ESP_HAL_3RDPARTY_VERSION = e10e44f52e41aee7a617b4d144982a1998a17fc5
198198
endif
199199

200200
ifndef ESP_HAL_3RDPARTY_URL

arch/xtensa/src/esp32s2/Make.defs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ endif
127127

128128
ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty
129129
ifndef ESP_HAL_3RDPARTY_VERSION
130-
ESP_HAL_3RDPARTY_VERSION = c32f1ad13f4ce8312de494e8b79c88fda10fe9ed
130+
ESP_HAL_3RDPARTY_VERSION = e10e44f52e41aee7a617b4d144982a1998a17fc5
131131
endif
132132

133133
ifndef ESP_HAL_3RDPARTY_URL

arch/xtensa/src/esp32s3/Make.defs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ endif
192192

193193
ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty
194194
ifndef ESP_HAL_3RDPARTY_VERSION
195-
ESP_HAL_3RDPARTY_VERSION = c32f1ad13f4ce8312de494e8b79c88fda10fe9ed
195+
ESP_HAL_3RDPARTY_VERSION = e10e44f52e41aee7a617b4d144982a1998a17fc5
196196
endif
197197

198198
ifndef ESP_HAL_3RDPARTY_URL

0 commit comments

Comments
 (0)