Skip to content

Commit

Permalink
mpsl: rev 346b0ef0ea81458a127d085461cc02d16349da17
Browse files Browse the repository at this point in the history
CHANGELOG.rst contains the list of changes.

Signed-off-by: Rubin Ingwer Gerritsen <[email protected]>
  • Loading branch information
rugeGerritsen authored and carlescufi committed Mar 18, 2022
1 parent f215460 commit ad0c7f2
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions mpsl/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ All the notable changes included in the main branch are documented in this secti
Changes
=======

* Removed support for running MPSL on the nRF5340 PDK (DRGN-15174).
* Timeslot API values ``MPSL_TIMESLOT_DISTANCE_MAX_US`` and ``MPSL_TIMESLOT_EARLIEST_TIMEOUT_MAX_US`` increased to 256 seconds (DRGN-16800).

Bug fixes
Expand Down
5 changes: 3 additions & 2 deletions mpsl/include/protocol/mpsl_cx_protocol_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,9 @@ uint32_t mpsl_cx_req_grant_delay_get(void);
/**
* @brief Register callback function called when radio operations granted by PTA change.
*
* This function is used by radio protocols that require CPU processing when granted operations.
* One example is protocol waiting with asynchronous transmission until TX operation is granted.
* This function is used by radio protocols that require CPU processing when list of granted
* operations changes. One example is a protocol waiting with asynchronous transmission until TX
* operation is granted.
*
* When radio protocol stops using Coexistence interface to hand it over to another protocol,
* it shall reset callback by calling this function with NULL value passed in @p cb.
Expand Down
Binary file modified mpsl/lib/cortex-m33+nodsp/soft-float/libmpsl.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/lib/cortex-m33+nodsp/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: Multi-Protocol Service Layer (MPSL)
git_revision: 7ae19e799ec1b949d7614b906c21ead36f7fa18f
timestamp: '2022-03-09T10:20:34Z'
git_revision: 346b0ef0ea81458a127d085461cc02d16349da17
timestamp: '2022-03-16T07:37:00Z'
Binary file modified mpsl/lib/cortex-m4/hard-float/libmpsl.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/lib/cortex-m4/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: Multi-Protocol Service Layer (MPSL)
git_revision: 7ae19e799ec1b949d7614b906c21ead36f7fa18f
timestamp: '2022-03-09T10:21:25Z'
git_revision: 346b0ef0ea81458a127d085461cc02d16349da17
timestamp: '2022-03-16T07:38:25Z'
Binary file modified mpsl/lib/cortex-m4/soft-float/libmpsl.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/lib/cortex-m4/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: Multi-Protocol Service Layer (MPSL)
git_revision: 7ae19e799ec1b949d7614b906c21ead36f7fa18f
timestamp: '2022-03-09T10:21:25Z'
git_revision: 346b0ef0ea81458a127d085461cc02d16349da17
timestamp: '2022-03-16T07:38:25Z'
Binary file modified mpsl/lib/cortex-m4/softfp-float/libmpsl.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/lib/cortex-m4/softfp-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: Multi-Protocol Service Layer (MPSL)
git_revision: 7ae19e799ec1b949d7614b906c21ead36f7fa18f
timestamp: '2022-03-09T10:21:25Z'
git_revision: 346b0ef0ea81458a127d085461cc02d16349da17
timestamp: '2022-03-16T07:38:25Z'

0 comments on commit ad0c7f2

Please sign in to comment.