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.
39 lines
629 B
JSON
39 lines
629 B
JSON
{
|
|
"binary_ver": 1,
|
|
"hw_rev": 0,
|
|
"hdr_len": 3,
|
|
"inst_ct": 6,
|
|
"inst": [
|
|
{
|
|
"opcode": {
|
|
"op": "ADDA"
|
|
}
|
|
},
|
|
{
|
|
"opcode": {
|
|
"op": "ADDAH"
|
|
}
|
|
},
|
|
{
|
|
"opcode": {
|
|
"op": "ADDAL"
|
|
}
|
|
},
|
|
{
|
|
"opcode": {
|
|
"op": "ADDB"
|
|
}
|
|
},
|
|
{
|
|
"opcode": {
|
|
"op": "ADDBH"
|
|
}
|
|
},
|
|
{
|
|
"opcode": {
|
|
"op": "ADDBL"
|
|
}
|
|
}
|
|
]
|
|
}
|