mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
a88e719e33
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.
6 lines
164 B
YAML
6 lines
164 B
YAML
components/esp_driver_bitscrambler/test_apps/bitscrambler:
|
|
disable:
|
|
- if: SOC_BITSCRAMBLER_SUPPORTED != 1
|
|
depends_components:
|
|
- esp_driver_bitscrambler
|