nanovna-v2 / NanoVNA2-firmware

Firmware for NanoVNA V2
https://nanorfe.com/nanovna-v2.html
215 stars 85 forks source link

Dmesg Always prompt "LIBOPENCM3 DID NOT ENABLE FPU!" #38

Closed lzqgdt closed 3 years ago

lzqgdt commented 4 years ago

I thinks this is logical error. main2.cpp +1148 should chang to if(!cpu_enable_fpu()) .

wutje commented 3 years ago

Yes, but only if you compile with FPU enabled right?

lzqgdt commented 3 years ago

Yes, but only if you compile with FPU enabled right?

Hello,Wutje ,It's seem work , Change Makefile to "DEVICE = gd32f303cc" . Or maybe it is wrong way ?