基本信息
源码名称:freeRTOS的VSCODE模拟器
源码大小:0.33M
文件格式:.zip
开发语言:C/C++
更新时间:2022-04-18
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

freeRTOS的VSCODE模拟器

freeRTOS使用VSCODE的模拟器,不需要硬件设备,即可在线学习嵌入式实时操作系统freeRTOS。


.
├── freeRTOS-msvc-simulator-master
│   ├── CMakeLists.txt
│   └── src
│       ├── Configuration Files
│       │   ├── FreeRTOSConfig.h
│       │   └── trcConfig.h
│       ├── Demo App Source
│       │   ├── Blinky_Demo
│       │   │   └── main_blinky.c
│       │   ├── FreeRTOS Trace Recorder
│       │   │   ├── trcKernelPort.c
│       │   │   └── trcSnapshotRecorder.c
│       │   ├── Run-time-stats-utils.c
│       │   └── main.c
│       ├── External dependence
│       │   ├── deprecated_definitions.h
│       │   ├── mpu_wrappers.h
│       │   ├── stack_macros.h
│       │   ├── trcHardwarePort.h
│       │   ├── trcKernelPort.h
│       │   ├── trcPortDefines.h
│       │   ├── trcRecorder.h
│       │   └── trcSnapshotConfig.h
│       ├── FreeRTOS
│       │   ├── include
│       │   │   ├── FreeRTOS.h
│       │   │   ├── croutine.h
│       │   │   ├── event_groups.h
│       │   │   ├── list.h
│       │   │   ├── message_buffer.h
│       │   │   ├── portable.h
│       │   │   ├── portmacro.h
│       │   │   ├── projdefs.h
│       │   │   ├── queue.h
│       │   │   ├── semphr.h
│       │   │   ├── stream_buffer.h
│       │   │   ├── task.h
│       │   │   └── timers.h
│       │   └── src
│       │       ├── Portable
│       │       │   ├── heap_5c.c
│       │       │   └── port.c
│       │       ├── croutine.c
│       │       ├── event_groups.c
│       │       ├── list.c
│       │       ├── queue.c
│       │       ├── stream_buffer.c
│       │       ├── tasks.c
│       │       └── timers.c
│       └── userInit
│           ├── userInit.c
│           └── userInit.h
└── freeRTOS的VSCODE模拟器.zip

12 directories, 41 files