Matheus C. França

Results 305 comments of Matheus C. França

> @matu3ba the problem with zig, that `CC='zig cc'` is not supported by Bear. (The fact that it's a program name and and argument.) This would be covered in upstream....

I tried once again to lift the content extraction, but new conflicts arose in the document. - https://github.com/daym/allwinner-register-interface-extractor/issues/4#issuecomment-1224073486 Do you have the new version of the Manual? - https://github.com/daym/allwinner-register-interface-extractor/issues/3#issuecomment-1214195729

Compare - SVD generated version (1.0 -> 1.2): https://github.com/kassane/aw-pac/commit/41a48d0314362f3d001926d5c802161ed7005c70 --- Edit The new version seems to have gotten less data than 1.0.

> I don't know what to say. :joy: Removed some registers and fields seem a bit strange to me. Just a few naming corrections or more details about the specifications...

> > I don't know what to say. :joy: > > Removed some registers and fields seem a bit strange to me. Just a few naming corrections or more details...

> > I don't know what to say. joy > > Removed some registers and fields seem a bit strange to me. Just a few naming corrections or more details...

@duskmoon314 , pdf2svd. Please try to match it to your custom svd. [D1H_v1.3.svd.tar.gz](https://github.com/duskmoon314/aw-pac/files/9794639/D1H_v1.3.svd.tar.gz) **svd2rust test** ```bash [INFO svd2rust] Parsing device from SVD file [INFO svd2rust] Rendering device [ERROR svd2rust] Error...

Maybe help: https://github.com/Hanaasagi/zig-action-cache

> Workaround: > > ```zig > const obj = b.addObject(.{ > .name = "obj-name", > // ... > }); > > obj.override_dest_dir = std.Build.InstallDir{ .custom = "obj" }; > b.installArtifact(obj);...

@Vexu , please tags!! :sweat_smile: --- ### New tests with MSVC (test-msvc branch) https://github.com/kassane/outcome/blob/d154f77a1620dd6f2e39de2e09a5801124692982/build.zig#L271-L277 https://github.com/kassane/outcome/actions/runs/5323326728 **x86_64** ```bash +- install experimental-p0709a success | +- zig build-exe experimental-p0709a Debug x86_64-windows-msvc success 961ms...