Port freertos to run on qemu

1. Freertos source code download

Reference blog:"freertos source code download and directory structure analysis";

2. Compile freertos

2.1. Choose the appropriate Demo

Insert image description here

freertos has officially adapted to qemu, so we do not need to do source code level transplantation, we only need to select the appropriate Demo folder.

2.2. Modify Makefile

Insert image description here

2.3. Compile

Insert image description here

3. Run freertos on qemu

Insert image description here

For qemu installation, please refer to the blog:"Qemu Source Code Download and Installation";

Guess you like

Origin blog.csdn.net/weixin_42031299/article/details/134428132
run