Skip to content

Commit

Permalink
nrf_modem: update library
Browse files Browse the repository at this point in the history
SHA: 6af71e680572659eee241b283433c2e801a4dc5c

Automatically created by libmodem Github workflow.

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
  • Loading branch information
NordicBuilder committed Jan 20, 2025
1 parent 6660641 commit f79a1c4
Show file tree
Hide file tree
Showing 18 changed files with 931 additions and 459 deletions.
1,380 changes: 924 additions & 456 deletions nrf_modem/include/nrf_modem_dect_phy.h

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions nrf_modem/include/nrf_modem_softsim.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ enum nrf_modem_softsim_cmd {
*
* @details This handler lets the application process a SoftSIM request.
* The application must then call @ref nrf_modem_softsim_res with the response data
* requested.
* requested, and @ref nrf_modem_softsim_data_free when the request is not referenced
* anymore and can be freed.
*
* @note This handler is executed in an interrupt service routine.
* @note This handler is executed in an interrupt service routine (ISR).
* Offload any intensive operations as necessary.
*
* @param cmd SoftSIM request command.
Expand All @@ -52,7 +53,7 @@ typedef void (*nrf_modem_softsim_req_handler_t)(enum nrf_modem_softsim_cmd cmd,
/**
* @brief Set a handler function for SoftSIM requests.
*
* @note The handler is executed in an interrupt service routine.
* @note The handler is executed in an interrupt service routine (ISR).
* Take care to offload any processing as appropriate.
*
* @param handler The SoftSIM request handler. Use @c NULL to unset handler.
Expand All @@ -67,6 +68,9 @@ int nrf_modem_softsim_req_handler_set(nrf_modem_softsim_req_handler_t handler);
* @details This function is used to respond to the Modem with the data requested by a specific
* request.
*
* @note This function takes care of copying @ref data to an internal buffer, so any
* heap allocation for @ref data can be freed immediately after calling this function.
*
* @param cmd SoftSIM response command.
* @param req_id Request ID used to match request and response.
* @param[in] data Pointer to the data of the SoftSIM response.
Expand Down
Binary file modified nrf_modem/lib/cellular/nrf9120/hard-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9120/hard-float/libmodem_log.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9120/soft-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9120/soft-float/libmodem_log.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9160/hard-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9160/hard-float/libmodem_log.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9160/soft-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9160/soft-float/libmodem_log.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9230/hard-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9230/hard-float/libmodem_log.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9230/soft-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9230/soft-float/libmodem_log.a
Binary file not shown.
Binary file modified nrf_modem/lib/dect_phy/nrf9120/hard-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/dect_phy/nrf9120/hard-float/libmodem_log.a
Binary file not shown.
Binary file modified nrf_modem/lib/dect_phy/nrf9120/soft-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/dect_phy/nrf9120/soft-float/libmodem_log.a
Binary file not shown.

0 comments on commit f79a1c4

Please sign in to comment.