Skip to content

Commit

Permalink
softdevice_controller: rev e526388bac7ba4273e08fa8907b211b8a5f3c74e
Browse files Browse the repository at this point in the history
CHANGELOG.rst contains the list of changes.

Signed-off-by: Aytürk Düzen <[email protected]>
  • Loading branch information
AyturkDuzen authored and carlescufi committed Jan 27, 2022
1 parent bc39743 commit 866f1cd
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions softdevice_controller/include/sdc.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ extern "C" {
/** @brief Auxiliary defines, not to be used outside of this file. */
#define __MEM_PER_ADV_SET_LOW(max_adv_data) ((4109+(max_adv_data)*18)/10)
#define __MEM_PER_ADV_SET_HIGH(max_adv_data) (598+(max_adv_data))
#define __MEM_PER_PERIODIC_ADV_SET_LOW(max_adv_data) ((2098+(max_adv_data)*18)/10)
#define __MEM_PER_PERIODIC_ADV_SET_HIGH(max_adv_data) (401+(max_adv_data))
#define __MEM_PER_PERIODIC_ADV_SET_LOW(max_adv_data) ((2258+(max_adv_data)*18)/10)
#define __MEM_PER_PERIODIC_ADV_SET_HIGH(max_adv_data) (417+(max_adv_data))

/** @brief Maximum required memory for a given advertising buffer size.
*
Expand All @@ -173,7 +173,7 @@ extern "C" {
*
* @param[in] buffer_count The number of periodic synchronization receive buffers.
*/
#define SDC_MEM_PER_PERIODIC_SYNC(buffer_count) (160 + 264 * (buffer_count))
#define SDC_MEM_PER_PERIODIC_SYNC(buffer_count) (168 + 264 * (buffer_count))

/** Memory required for the periodic adv list.
*
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: d81d924b24c4cf26655dba115f32dd847bafd6a0
ll_subversion_number: '0x22E6'
git_revision: e526388bac7ba4273e08fa8907b211b8a5f3c74e
ll_subversion_number: '0x22EF'
ll_version_number: '0x0B'
timestamp: '2022-01-17T19:49:11Z'
timestamp: '2022-01-26T09:34:38Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions softdevice_controller/lib/cortex-m4/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: d81d924b24c4cf26655dba115f32dd847bafd6a0
ll_subversion_number: '0x12E6'
git_revision: e526388bac7ba4273e08fa8907b211b8a5f3c74e
ll_subversion_number: '0x12EF'
ll_version_number: '0x0B'
timestamp: '2022-01-17T19:49:19Z'
timestamp: '2022-01-26T09:34:40Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions softdevice_controller/lib/cortex-m4/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: d81d924b24c4cf26655dba115f32dd847bafd6a0
ll_subversion_number: '0x12E6'
git_revision: e526388bac7ba4273e08fa8907b211b8a5f3c74e
ll_subversion_number: '0x12EF'
ll_version_number: '0x0B'
timestamp: '2022-01-17T19:49:19Z'
timestamp: '2022-01-26T09:34:40Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: d81d924b24c4cf26655dba115f32dd847bafd6a0
ll_subversion_number: '0x12E6'
git_revision: e526388bac7ba4273e08fa8907b211b8a5f3c74e
ll_subversion_number: '0x12EF'
ll_version_number: '0x0B'
timestamp: '2022-01-17T19:49:19Z'
timestamp: '2022-01-26T09:34:40Z'

0 comments on commit 866f1cd

Please sign in to comment.