Wilfried Chauveau

Results 103 comments of Wilfried Chauveau
trafficstars

Hi all, I don't think that code generation is a good thing anyway. Manufacturers all have the same scheme with Family, subfamily etc down to the chip specific datasheet. In...

@carlocaione @microbuilder do you mind also reviewing this please?

The bisect I ran points the same PR (https://github.com/zephyrproject-rtos/zephyr/pull/73978) however, the first commit of that PR does not break posix thing but `fdtable.c`. The error is: ``` .../zephyr/lib/os/fdtable.c: In function...

These suggestions are essentially what @carlocaione is requesting.

Hi, thank you for reporting this issue. If I understand correctly, what would need to be updated/fixed is the binary blob of the Flash Algorithms in https://github.com/pyocd/pyOCD/blob/main/pyocd/target/builtin/target_MIMXRT1176xxxxx.py#L42-L775 I don’t know...

@dleach02 would you know someone familiar with NXP’s ecosystem and with some bandwidth who’d be able help on this matter?

@carlosperate Thank you! I am not familiar enough with this aspect of python to do this myself but I’m happy to review/approve/merge such PR (provided there’s some explanations for me...

It might be simply because no one needed it before. Feel free to open a PR :)

And the div_ceil also works for non-power of two. IMHO, in functions like ep_allocate which is expected to only be used a few times at the start of the system....