mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
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.
13 lines
128 B
Plaintext
13 lines
128 B
Plaintext
|
|
cfg lut_width_bits 32
|
|
|
|
main:
|
|
if 0 main
|
|
ifn 32 main
|
|
if l0 main
|
|
ifn a0 main
|
|
if o0 main
|
|
ifn h main
|
|
if l main
|
|
ifn o31 main
|