mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 02:29:10 -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.