morris
586d41e8a6
feat(bitscrambler): test loop and lut instructions
2025-03-13 17:27:31 +08:00
morris
54cfdce964
Merge branch 'bugfix/bitscrambler_eof_mode' into 'master'
...
BitScrambler: Fixed the inconsistent EOF mode setting between assembler and driver
See merge request espressif/esp-idf!37499
2025-03-10 13:22:56 +08:00
morris
ee668ee658
test(BitScrambler): added more basic test cases
...
e.g. to test different eof mode, prefetch mode
2025-03-05 14:41:49 +08:00
igor.udot
daf2d31008
test: format all test scripts
2025-03-05 12:08:48 +08:00
morris
5558028870
bugfix(cache): cache invalidate operation should respect the cache line size
...
not only the buffer address but also the buffer size should aligned to
the cache line size
2025-02-10 17:48:46 +08:00
morris
21a8c222e1
feat(bitscrambler): add driver support on esp32c5
2025-01-23 17:50:10 +08:00
morris
dc3f31adac
refactor(bitscrambler): to use GDMA link API
2025-01-13 22:58:27 +08:00
Jeroen Domburg
a88e719e33
feat(driver): BitScrambler support
...
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.
2024-12-30 09:39:23 +08:00