Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 533 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 533 Bytes

tncpp

TN kernel with C++ wrappers and set of drivers for NXP Cortex-M MCUs also in C++.

Original TNKernel code and author

The author of RTOS TNKernel is Yuri Tiomkin. Github repo is https://github.com/yuri-tnk/TNKernel_v3. It is distributed by BSD-3-Clause license. This code doesn't contain most of TNKernel code base. The main reason for this repo is to introduce C++ wrappers for it.

Author of C++ wrappers

The author of these wrappers is Andrey Serdtsev. I worked with him on the implementation of some parts of it.