mirror of
https://github.com/hathach/tinyusb.git
synced 2026-08-18 02:53:35 +00:00
- Removed `pyfatfs` dependency in favor of `mtools` for reading FAT volumes, simplifying the block device read logic. - Updated `requirements.txt` and added detailed host setup instructions for system packages. - Switched to `cython-hidapi` for HID tests, replacing deprecated APIs with updated usage. - Removed unnecessary warnings suppression and `fs` module.
10 lines
378 B
Plaintext
10 lines
378 B
Plaintext
# System packages (install separately):
|
|
# sudo apt install mtools libmtp9 alsa-utils iperf
|
|
# mtools - read_disk_file (device/cdc_msc, device/msc_dual_lun)
|
|
# libmtp9 - pymtp ctypes load (device/mtp); Debian 13 uses libmtp9t64
|
|
# alsa-utils - arecord (device/audio_test_freertos)
|
|
# iperf - throughput tests (device/net_lwip_*)
|
|
hidapi
|
|
pyserial
|
|
esptool
|