juribeparada / MMDVM_HS

MMDVM HotSpot: firmware for ZUMspot or MMDVM_HS based boards (D-Star, DMR, YSF, P25, NXDN and POCSAG)
GNU General Public License v2.0
351 stars 140 forks source link

Host communication selection #29

Closed dachomk closed 6 years ago

dachomk commented 6 years ago

Cannot compile if I choose "#define STM32_USB_HOST" only !

juribeparada commented 6 years ago

Now you need to compile with USB bootloader support if you want to use USB: make bl

...and so on.

dachomk commented 6 years ago

It's OK with "make bl" ! Many Thanks !!!