Skip to content

Commit 3094a71

Browse files
committed
softdevice: rev 7711953bf2d7977582f922ac1e3c75aa55ef6135
The release notes contain the list of changes. Signed-off-by: Herman Berget <herman.berget@nordicsemi.no>
1 parent e3e68a9 commit 3094a71

18 files changed

Lines changed: 24333 additions & 24331 deletions

components/softdevice/s115/doc/s115_9.0.0-4.prototype_release-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ SoftDevice properties
3838

3939
* nRF54L15: 0x162000 (``s115_nrf54l15_9.0.0-4.prototype_softdevice.hex``).
4040

41-
* The Firmware ID of this SoftDevice is 0x30B5.
41+
* The Firmware ID of this SoftDevice is 0x30B9.
4242

4343
New Features
4444
-------------
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
description: SoftDevice
2-
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
3-
timestamp: '2025-10-27T15:36:27Z'
2+
git_revision: 7711953bf2d7977582f922ac1e3c75aa55ef6135
3+
timestamp: '2025-10-31T11:47:49Z'
Binary file not shown.
Binary file not shown.

components/softdevice/s115/s115_API/include/nrf_sdm.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ typedef struct
242242
for the device being used for more information.*/
243243
uint8_t accuracy; /**< External clock accuracy used in the LL to compute timing
244244
windows, see @ref NRF_CLOCK_LF_ACCURACY.*/
245+
uint16_t hfclk_latency; /**< Ramp-up time of the high-frequency crystal oscillator in microseconds.
246+
@note Using a value smaller than the actual ramp-up time needed will cause asserts. */
245247
uint8_t hfint_ctiv; /**< HFINT calibration interval in seconds (1-255).
246248
@note To ensure correct operation, 10 degrees Celsius is the
247249
maximum temperature change allowed in one calibration timer
@@ -296,7 +298,7 @@ typedef void (*nrf_fault_handler_t)(uint32_t id, uint32_t pc, uint32_t info);
296298
* - Chosen low frequency clock source will be running.
297299
*
298300
* @param p_clock_lf_cfg Low frequency clock source and accuracy.
299-
* If NULL the clock will be configured as an RC source with rc_ctiv = 16, .rc_temp_ctiv = 2, .hfint_ctiv = 4
301+
* If NULL the clock will be configured as an RC source with rc_ctiv = 16, .rc_temp_ctiv = 2, .hfclk_latency = 1500, .hfint_ctiv = 4
300302
* In the case of XTAL source, the PPM accuracy of the chosen clock source must be greater than or equal to the actual characteristics of your XTAL clock.
301303
* @param fault_handler Callback to be invoked in case of fault, cannot be NULL.
302304
*

components/softdevice/s115/s115_API/include/nrf_soc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,6 @@ SVCALL(SD_TEMP_GET, uint32_t, sd_temp_get(int32_t * p_temp));
704704
* @retval ::NRF_ERROR_INVALID_ADDR Tried to write to a non existing flash address, or p_dst or p_src was unaligned.
705705
* @retval ::NRF_ERROR_BUSY The previous command has not yet completed.
706706
* @retval ::NRF_ERROR_INVALID_LENGTH Size was 0.
707-
708707
* @retval ::NRF_ERROR_FORBIDDEN Tried to write to an address outside the application flash area.
709708
* @retval ::NRF_SUCCESS The command was accepted.
710709
*/

0 commit comments

Comments
 (0)