mirror of
https://github.com/espressif/esp-idf
synced 2025-03-30 03:10:11 -04:00
Use sys_put_xyz() helpers instead of memcpy() whenever possible. This brings in straight-line inline code for pushes and adds of known, small sizes.