uC chip interface arduino
0.9.0
A interface for async and neuromrphic IC testing
|
This firmware project is built to have a reusable interface for testing async/neuromorphic chips, also known as Device under Test (DuT).
The goal is that the firmware is free of any application-specific integrated circuit (ASIC) or printed circuit board (PCB) specific code. The User provides this configuration at runtime via an easy-to-use mid-level API. We are keeping the firmware maintainable and portable.
The project is located at https://github.com/olerichter/uC-chip-interface-arduino
The documentation can be found at https://olerichter.github.io/uC-chip-interface-arduino or in the folder docs/
To learn how to use and interface the uC read about the API.
To learn more about the concept read about the Architecture.
for features that might be added on request and demand see TODO
Contributions are very welcome. Please reach out and open a pull request!
Please base your pull request againced the branch dev as master only holds releases.
It would help us and your pull request if you add code/function docs and, ideally, if it makes sense to a test/example, please note down your changes in CHANGELOG below [Unreleased].
@people with direct repo access do not commit to main or dev directly. Do feature branches and pull requests!
All DuT-specific files and higher-level APIs should be in their separate repositories.