forked from espressif/esp-idf
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.
4 lines
133 B
Plaintext
4 lines
133 B
Plaintext
#Example bitscrambler program. Does nothing but forward all bytes.
|
|
|
|
cfg trailing_bytes 255 #End program as soon as the input EOFs.
|