Zephyr RTOS releases

From Wiki at Neela Nurseries
Revision as of 23:09, 27 July 2022 by Ted (talk | contribs)
Jump to: navigation, search


2022-07-26 martes, mangalvaar . . .


Change to at_cmd.h header file and larger library:

Calls to `rstatus = at_cmd_write("AT+CFUN=1", buffer_at_response, sizeof(buffer_at_response), NULL)` must become calls to `int nrf_modem_at_cmd(void *buf, size_t len, const char *fmt, ...);`

Change in power management from Zephyr 2.6.0 to 3.0.99:

ted@localhost:~/projects-sandbox/workspace-hardware-Stage1-firmware/zephyr$ grep -nr pm_device_state_set ./*
./doc/releases/release-notes-2.6.rst:120:  ``pm_device_state_set`` and ``pm_device_state_get`` in order to align with
./doc/releases/release-notes-3.0.rst:794:  * :c:func:`pm_device_state_set` is deprecated in favor of utilizing :c:func:`pm_device_action_run`.


Change in Zephyr 2.6.0 [zephyr_root]/include/net/socket_ncs.h:22:#define AT_LTE PF_LTE /** Address family specific to LTE. */


^ References