Yong Cong Sin

Results 58 comments of Yong Cong Sin

This PR should be ready for the architecture review now

Testing the changes for `autoconf.h` with another commit. List of files that currently includes the `autoconf.h`: ``` (.venv) ycsin@LAPTOP-ROG:~/zephyrproject$ find . -type f -exec grep -H '#include [

Seems like it works this time, not sure what I missed last time for the `autoconf.h` changes. cc @carlescufi

The PR branchs in `percepio` are now merged while this branch isn't, which is likely to cause havoc to percepio users? EDIT: It probably won't because the `west.yml` isn't updated...

Removed `Architecture Review` as it had been reviewed a few months ago, it just requires approvals from the maintainers now.

Rebased and ran the script to update some new #include additions

Things are failing now because `LEGACY_GENERATED_INCLUDE_PATH` is now disabled by default (previously it was enabled by default). Currently I'm just trying to see if `hal_stm32` is the only one affected...

- [x] fixes for CI to pass (`CONFIG_LEGACY_GENERATED_INCLUDE_PATH=n`) - [x] Remove last commit that patches the `west.yml` temporarily - [x] Wait for CI to pass again (`CONFIG_LEGACY_GENERATED_INCLUDE_PATH=y`)

cc @LaurentiuM1234(intc_nxp_irqsteer.c) @dleach02(intc_rv32m1_intmux.c) @kv2019i(intc_cavs.c), tagging you all as you are some of the contributors of interrupt controller drivers that are multi-level and could be affected by this PR