Skip to content

Examples tested with VxWorks SDK on Raspberry Pi 4

Notifications You must be signed in to change notification settings

pwolf15/rt-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VxWorks examples

# host
source <SDK_DIR>/toolkit/wind_sdk_env.linux
cargo build hello
# target
[vxWorks *]# ./hello.vxe
Launching process './hello.vxe' ...
Process './hello.vxe' (process Id = 0xffff80000080a730) launched.
Donald is eating.
Mark is eating.
Donald is done eating.
Mark is done eating.
Larry is eating.
Bruce is eating.
Larry is done eating.
Bruce is done eating.
John is eating.
John is done eating.
[vxWorks *]# 

About

Examples tested with VxWorks SDK on Raspberry Pi 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published