Skip to content

moeghassi/freertos-qemu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freertos-qemu

Using qemu to run freertos on cortex-m3

Build:

git clone https://github.com/mghicho/freertos-qemu
cd freertos-qemu
git submodule init
git submodule update --recursiv
cd CORTEX_LM3S811_GCC
make

Run

qemu-system-arm -M lm3s811evb -nographic -kernel gcc/RTOSDemo.bin

use Ctrl-A+X to exit.

About

Using qemu to run freertos on cortex-m3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages