CoderNotCutie

Results 2 issues of CoderNotCutie

1.add gcc support; 2.fix printf params error of function __list in file cmd.c . 2.use SPDX-License-Identifier in souce files; 3.format codes use asyle with params that rt-thread offered;

I'm trying to adapt this project to the RISC-V platform, but RISC-V doesn't have overflow handling when computing. It means that the assembly on Cortex cannot be simply replaced and...