Skip to content

Target-side implementation of the Real-Time Transfer protocol in Zig.

License

0BSD, MIT licenses found

Licenses found

0BSD
license-0bsd
MIT
license-mit
Notifications You must be signed in to change notification settings

rjsberry/rtt.zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtt.zig

A Real-Time Transfer (target side) implementation in Zig.

Dual licensed under the 0BSD and MIT licenses.

Usage

const rtt = @import("rtt");

export fn main(void) callconv(.C) noreturn {
    rtt.println("Hello from {s}", .{"Zig!"});
    while (true) {}
}

About

Target-side implementation of the Real-Time Transfer protocol in Zig.

Topics

Resources

License

0BSD, MIT licenses found

Licenses found

0BSD
license-0bsd
MIT
license-mit

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages