├── Makefile ├── README.md ├── dfu ├── dfu.py ├── respeaker_mic_array_8ch_raw.bin └── src └── xmosdfu.c /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/respeaker/mic_array_dfu/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/respeaker/mic_array_dfu/HEAD/README.md -------------------------------------------------------------------------------- /dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/respeaker/mic_array_dfu/HEAD/dfu -------------------------------------------------------------------------------- /dfu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/respeaker/mic_array_dfu/HEAD/dfu.py -------------------------------------------------------------------------------- /respeaker_mic_array_8ch_raw.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/respeaker/mic_array_dfu/HEAD/respeaker_mic_array_8ch_raw.bin -------------------------------------------------------------------------------- /src/xmosdfu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/respeaker/mic_array_dfu/HEAD/src/xmosdfu.c --------------------------------------------------------------------------------