Uh oh!
There was an error while loading. Please reload this page.
feat: clang-format - #106
Conversation
97ddb69 to
91f0ddaComparedaniel-rossier
commented
Feb 6, 2025
Compiling in virt32_defconfig leads to some errors like: |
AndreCostaaa
commented
Feb 6, 2025
Yes, all good now, it seem like clang-format has a hard time with ARM assembly code, it formats the assembly code incorrectly which leads to syntax errors For that reason, i'm ignoring |
Also, something i've noticed is that the virt64 build was broken because it's using the That file is getting included inside the EDIT: so3/.github/workflows/build.yml Line 25 in 29ad889 There's a small I will create a separate issue and a PR to solve this. Sorry about that |
AndreCostaaa
commented
Mar 5, 2025
276b4a8 to
a38eed7Comparea38eed7 to
965bac5Compare
usr/srcexcept for the files insideusr/src/micropythonand the files that start withlv_as they come from different projects with their own coding conventionLet me know what you think @daniel-rossier
EDIT: Commands used to format the files were:
Inside
so3:Inside
usr/src: