not only the buffer address but also the buffer size should aligned to the cache line size
Closes https://github.com/espressif/esp-idf/issues/15228
This adds an assembler for the BitScrambler assembly language, plus unit tests for it. It also adds the loopback driver, which can do BitScrambler operations on memory-to-memory transfers. Documentation is also included.