Skip to content

Commit 2c6fd67

Browse files
kasjercarlescufi
authored andcommitted
manifest: hal_renesas: Update hal with runtime crash fixes
hal has to simple corrections: - One of the asserts were obviously checking wrong condition. It resulted in crash when asserts were enabled - pdc module was using calloc in PRE_KERNEL_1 stage which is not allowed. Latest Zephyr changes of default c library triggered crash. Before calloc returned NULL and that was handled, but now it simple returns some random data. Now static buffers are utilized instead. Signed-off-by: Jerzy Kasenberg <[email protected]>
1 parent 48c83a1 commit 2c6fd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ manifest:
213213
- hal
214214
- name: hal_renesas
215215
path: modules/hal/renesas
216-
revision: 61ea3505a470b4e739cad4359ec1401cc4b85805
216+
revision: a6cf2af9140e014fbbc48d2b6deb802231dd369f
217217
groups:
218218
- hal
219219
- name: hal_rpi_pico

0 commit comments

Comments
 (0)