Skip to content

gbmhunter/MSmartPtr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSmartPtr

A microcontroller friendly C++ smart pointer specifically designed for embedded applications.

image

  • Author: gbmhunter <gbmhunter@gmail.com> (www.mbedded.ninja)
  • First Ever Commit: 2014-09-18
  • Last Modified: 2014-09-18
  • Version: v1.0.0.0
  • Company: mbedded.ninja
  • Project: MToolkit Module
  • Language: C++
  • Compiler: GCC
  • uC Model: n/a
  • Computer Architecture: n/a
  • Operating System: n/a
  • Documentation Format: Doxygen
  • License: GPLv3

Description

A microcontroller friendly C++ smart pointer specifically designed for embedded applications.

Features:

  • Embedded (microcontroller) support
  • Unit tests
  • Doxygen-style well-documented API.
  • Portability

External Dependencies

Nothing here yet.

Issues

See GitHub Issues.

Limitations

Nothing here yet.

Usage

See the unit tests in the 'test/' directory for basic examples.

Changelog

Version Date Comment
v1.0.0.0 2014-09-18 Initial commit. Basic smart pointer working with two simple unit tests, closes #2.

About

A C++ smart pointer specifically designed for embedded applications.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages