You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[nrfconnect] Introduced several platform configuration fixes (project-chip#33194)
* [nrfconnect] Disable Zephyr socket extensions
The recvmsg() is now implemented natively in Zephyr,
so we are not supposed to define a custom one.
Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
* [nrfconnect] Remove D_SYS__PTHREADTYPES_H_ flag
... from the gnu17 configuration to avoid missing
pthread types definitions (_pthreadtypes.h).
This tricked the preprocessor the header was already
included, hence we didn't get its content.
Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
* [nrfconnect] Use newlib as a default libc implementation.
The PICOLIB is now used by the default.
NEWLIB_LIBC symbol is no longer selected by hostap.
OpenThread selects NEWLIB_LIBC anyway.
Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
* [zephyr] Added OpenThread dependencies to a few Kconfigs
Co-authored-by: Damian Krolik <damian.krolik@nordicsemi.no>
* [zephyr] Lock Thread stack before factory reset
This fixes a problem with Thread activity interrupting factory
reset. This activity used to led to “Factory reset fail: -6”.
Writing to the cleared nvm flash pages caused the problem.
Signed-off-by: Patryk Lipinski <patryk.lipinski@nordicsemi.no>
Signed-off-by: Michał Szablowski <michal.szablowski@nordicsemi.no>
* [nrfconnect] Increase default number of packet buffers and stack size
This commit reverts the previous optimization of reducing the number
of packet buffers in the system. Additionally increase of stack size
is needed to accomodate LTO.
Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
* [nrfconnect] Select Experimental for persistent subscriptions
Currently, there is an issue with persistent subscriptions when
multiple controllers create subscriptions.
* [nrfconnect] Fixed mcuboot default configuration
Removed the defaults from Kconfig.mcuboot.defaults configuration
that should not be set there:
* BOOT_ENCRYPT_X - are configs without a prompt, so it should
not be modified outside of the mcuboot module
* SPI_NOR and NORDIC_QSPI_NOR - are set based on the device
tree configuration, so we should not set it, as it may lead
to configuration and dts mismatch.
Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
* Revert "[nrfconnect] Disable Zephyr socket extensions"
This reverts commit bb09061.
---------
Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
Signed-off-by: Patryk Lipinski <patryk.lipinski@nordicsemi.no>
Signed-off-by: Michał Szablowski <michal.szablowski@nordicsemi.no>
Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
Co-authored-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
Co-authored-by: Damian Krolik <damian.krolik@nordicsemi.no>
Co-authored-by: Patryk Lipinski <patryk.lipinski@nordicsemi.no>
Co-authored-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
Co-authored-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
0 commit comments