Bennett/Technical Documentation: Difference between revisions
![]() ![]() ![]() ![]() No edit summary |
![]() ![]() ![]() ![]() No edit summary |
||
Line 4: | Line 4: | ||
undergraduate course units investigating Hardware design and Microncotrollers. | undergraduate course units investigating Hardware design and Microncotrollers. | ||
Bennett has been written in primarily C/C++ | Bennett has been written in primarily C/C++ and uses the CMake build system. | ||
Line 10: | Line 10: | ||
This article is an overview of Bennett and it's technical details. For the latest developer documentation, please see [https://gitlab.cs.man.ac.uk/mmapxam5/bennett/-/blob/master/README.md?ref_type=heads] | This article is an overview of Bennett and it's technical details. For the latest developer documentation, please see [https://gitlab.cs.man.ac.uk/mmapxam5/bennett/-/blob/master/README.md?ref_type=heads] | ||
Latest revision as of 11:10, 12 February 2025
Overview
Bennett is a hardware monitor application developed in house at the University of Manchester computer science department. It's used in several undergraduate course units investigating Hardware design and Microncotrollers.
Bennett has been written in primarily C/C++ and uses the CMake build system.
Detailed Developer notes
This article is an overview of Bennett and it's technical details. For the latest developer documentation, please see [1]
Development
The source code for bennett is available [2]
Releases
Latest releases of bennett are avilable at [3]
CI/CD Pipeline
Bennett uses a CI/CD pipeline to run automated tests, and automatically deploy the latest version.
New versions of bennett are automatically built and deployed to the cadtools server
/cadtools5/bennett/version/<GIT_TAG>
Debian packages are available at
/cadtools5/bennett/version/<GIT_TAG>
The pipeline additional collates required documentation and builds an output document.