fix(zephyr): Replace the deprecated timer API use
This replaces the use of the deprecated one-shot timer API use with the
new one and replaces the use of the port API in the zephyr example with
the loader API use.
Closes https://github.com/espressif/esp-serial-flasher/pull/82