1menu "RT-Thread MIPS CPU" 2 3 config RT_USING_FPU 4 bool "Using Float Point Unit" 5 default n 6 help 7 Using Float Point Unit in code. 8 9endmenu 10