Skip to content

Converts a microprocessor register definition file to an equivalent file, with each register declared as a variable.

License

Notifications You must be signed in to change notification settings

ajn96/TessyRegisterConverter

Repository files navigation

Tessy Register Converter

This program converts a C header file which defines memory mapped registers on a microprocessor to a format usable by the Tessy embedded unit testing framework.

For each register defined, a source variable to replace the register is created, which can be easily accessed in Tessy, and the define target is changed.

Disclaimer

This software is governed by the MIT license agreement included in this repository.

This software is not associated with Tessy or RazorCat - It is simply a helper library to facilitate using Tessy with embedded systems.

About

Converts a microprocessor register definition file to an equivalent file, with each register declared as a variable.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages