Skip to content

gatzka/memtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memtest - An ANSI C Conformant memtest Library.

memtest is a small memory test library made for embedded systems. It provides functions to test the data bus, the address bus as well as the whole memory device.

The source code is heavily based on Michael Barrs code published here. So most of the credits go there.

License

Copyright (c) 2020 Stephan Gatzka. See the LICENSE file for license rights and limitations (MIT).

Howto Build

memtest lets you choose if you want to build a static or dynamic library. The default is static. If you want a shared library, execute:

cmake -DBUILD_SHARED_LIBS=ON <path-to-memtest-project>

About

An ANSI C Conformant memtest Library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published