mirror of
https://github.com/espressif/esp-idf
synced 2025-04-13 10:10:09 -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.