-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drivers: wifi: nrfwifi: Enable variable network configurations #78852
drivers: wifi: nrfwifi: Enable variable network configurations #78852
Conversation
It seems that |
8b056b8
to
836a25b
Compare
836a25b
to
835eadf
Compare
835eadf
to
a32d6d2
Compare
…leo_h723zg target Enable fixed data buffers for nucleo_h723zg target to prevent RAM overflows with variable network buffers usage. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]>
Update kconfig choice name to enable overriding from other parts of the code. Signed-off-by: Triveni Danda <[email protected]>
87bef88
df0d1be
to
87bef88
Compare
Remove adding another abstraction over networking stack, and also removed overrides for highest throughput as they impact all samples/applications RAM usage. |
Add variable network configuration control into the driver to optimize RAM usage by default. The pool sizes are default, and tuning is left to the applications or samples. Signed-off-by: Triveni Danda <[email protected]>
87bef88
to
f2f49e0
Compare
Update kconfig choice name to enable overriding from other parts of the code. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]>
…urations Add variable network configuration control into the driver to optimize RAM usage by default. The pool sizes are default, and tuning is left to the applications or samples. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]>
Update kconfig choice name to enable overriding from other parts of the code. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]>
…urations Add variable network configuration control into the driver to optimize RAM usage by default. The pool sizes are default, and tuning is left to the applications or samples. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]>
Update kconfig choice name to enable overriding from other parts of the code. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]>
…urations Add variable network configuration control into the driver to optimize RAM usage by default. The pool sizes are default, and tuning is left to the applications or samples. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]>
Update kconfig choice name to enable overriding from other parts of the code. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]>
…urations Add variable network configuration control into the driver to optimize RAM usage by default. The pool sizes are default, and tuning is left to the applications or samples. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]>
Update kconfig choice name to enable overriding from other parts of the code. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]>
…urations Add variable network configuration control into the driver to optimize RAM usage by default. The pool sizes are default, and tuning is left to the applications or samples. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]>
Update kconfig choice name to enable overriding from other parts of the code. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]>
…urations Add variable network configuration control into the driver to optimize RAM usage by default. The pool sizes are default, and tuning is left to the applications or samples. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]>
Update kconfig choice name to enable overriding from other parts of the code. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]>
…urations Add variable network configuration control into the driver to optimize RAM usage by default. The pool sizes are default, and tuning is left to the applications or samples. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]>
Update kconfig choice name to enable overriding from other parts of the code. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]> (cherry picked from commit cbcb2db)
…urations Add variable network configuration control into the driver to optimize RAM usage by default. The pool sizes are default, and tuning is left to the applications or samples. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]> (cherry picked from commit b58ca22)
Update kconfig choice name to enable overriding from other parts of the code. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]> (cherry picked from commit cbcb2db)
…urations Add variable network configuration control into the driver to optimize RAM usage by default. The pool sizes are default, and tuning is left to the applications or samples. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]> (cherry picked from commit b58ca22)
@D-Triveni this needs to be rebased please |
@kartben These changes were pulled into another PR and merged, so, this one is being closed. |
Add a name to the existing Kconfig choice for better clarity. Add variable network configuration control into the driver, removing the need for per-sample settings.