Skip to content

lemonking77/FreeRTOS_GCC_Simulator_9.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Freertos_in_linux

Freertos_in_linux: Freertos demo run in the linux


说明

  1. Posix_GCC_Simulator_6.0.4.zip为移植在linux上的一版freertos demo
  2. Posix_GCC_Simulator原本来上面文件压缩出来的文件,现在进行了部分修改,去除了多余的文件函数,升级了freertos版本至v9.0,剩下最简单的函数用于freertos初步学习。
  3. 上述demo在ubuntu上测试通过

运行

# 编译
cd Posix_GCC_Simulator/FreeRTOS_Posix/Project/xxxxx/
sh build.sh

# 运行
./xxxxx.bin

# 清除
./build.sh clean

About

基于 FreeRTOS 9.0.0 内核的 Linux GCC 模拟器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published