Files
esp-idf/components/esp_driver_bitscrambler/test_apps/bitscrambler/main/timeout.bsasm
T

14 lines
368 B
Plaintext
Raw Normal View History

# SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: Unlicense OR CC0-1.0
2023-12-06 15:13:45 +08:00
cfg trailing_bytes 0 #End program as soon as the input EOFs.
cfg prefetch true #We expect M0/M1 to be filled
cfg lut_width_bits 8 #Not really applicable here
#Does nothing, so host logic will go into timeout
loop:
read 0,
write 0,
jmp loop