Hi there,
I see that the defconfig file for the board that you are using is setting CONFIG_SERIAL=y.
But the prj.config file should have precedence over this, so I assume that there is something else in your application build that is forcing CONFIG_SERIAL=y and CONFIG_UART_INTERRUPT_DRIVEN=y.
Can you try to open up the kConfig menu in VS Code and then go through all of the kConfigs dependencies and see if any of them are forcing it to be enabled?
If you can share a minimal sample that would reproduce the issue then that would be great!
regards
Jared
Hi there,
I see that the defconfig file for the board that you are using is setting CONFIG_SERIAL=y.
But the prj.config file should have precedence over this, so I assume that there is something else in your application build that is forcing CONFIG_SERIAL=y and CONFIG_UART_INTERRUPT_DRIVEN=y.
Can you try to open up the kConfig menu in VS Code and then go through all of the kConfigs dependencies and see if any of them are forcing it to be enabled?
If you can share a minimal sample that would reproduce the issue then that would be great!
regards
Jared