Skip to content
forked from mcejp/bmboot

Loader & monitor for bare-metal Zynq UltraScale+ MPSoC

License

Notifications You must be signed in to change notification settings

darominski/bmboot

 
 

Repository files navigation

🐝 Bmboot: a loader & monitor for bare-metal code for Zynq UltraScale+ MPSoC

Documentation: https://bmboot.docs.cern.ch/

Technical report: https://edms.cern.ch/document/3028102

Building docs

doxygen Doxyfile; and python3 -m sphinx_autobuild doc doc/_build

Versioning

This project uses semantic versioning: while the version is 0.x, any release can contain breaking changes, but from 1.0 onwards, a breaking change should be accompanied by a bump of the major version number.

To release a new version:

  1. Update CHANGELOG.md & UPGRADING.md on master to show the version number and release date (example here)
  2. Push to master to ensure no conflicts
  3. Tag the commit in vX.Y format (e.g., v1.0) and push the tag

About

Loader & monitor for bare-metal Zynq UltraScale+ MPSoC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 38.5%
  • TeX 16.9%
  • Assembly 16.6%
  • Linker Script 11.3%
  • C 9.1%
  • CMake 6.9%
  • Other 0.7%