lowRISC / sonata-system

A full micro-controller system utilizing the CHERIoT Ibex core, part of the Sunburst project funded by UKRI
Apache License 2.0
29 stars 17 forks source link

Format the code base using clangformat #185

Closed engdoreis closed 1 month ago

engdoreis commented 2 months ago

Use the same configuration as ibex-demo-system. New nix apps:

Check

nix run .#cpp-format 

Fix

nix run .#cpp-format -- fix
engdoreis commented 2 months ago

@HU90m I think that I have addressed all the comments.