espressif / esp-serial-flasher

Library for flashing Espressif SoCs from other MCUs.
Apache License 2.0
369 stars 109 forks source link

replace function deprecated in zephyr 3.5 (ESF-89) #82

Closed kaartee closed 10 months ago

kaartee commented 11 months ago

Due to a deprecation warning for the currently used function, here we have implemented the recommended fix for use with Zephyr 3.5 and later. No change of functionality is incurred.

DNedic commented 11 months ago

Hello @kaartee , this looks good to me, thank you for your submission!