Skip to content

Commit fa0f3fd

Browse files
committed
nrfx 3.7.0 release
Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
1 parent 075e9e7 commit fa0f3fd

File tree

237 files changed

+974766
-125270
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+974766
-125270
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22
All notable changes to this project are documented in this file.
33

4+
## [3.7.0] - 2024-09-27
5+
### Added
6+
- Added support for nRF54H20 Eng B.
7+
- Added multi-instance support in the PDM driver.
8+
- Added option to keep SYSCOUNTER active whenever any of SoC CPUs is not sleeping in the GRTC driver.
9+
- Added new functions in the LPCOMP driver to better match COMP driver. Previous functions are deprecated.
10+
- Added support for the IDLEOUT mechanism in the PWM driver.
11+
- Added support for configuring clock using prescaler in the PDM driver.
12+
- Added missing decimation ratios in the PDM HAL.
13+
- Added missing TX power settings in the RADIO HAL.
14+
- Added temperature coefficient trim setting in the HSFLL HAL.
15+
- Added HAL for the TDDCONF peripheral.
16+
17+
### Changed
18+
- Updated MDK to version 8.67.0.
19+
20+
### Fixed
21+
- Fixed capacitance calculation macros in the OSCILLATORS HAL. Now they are aligned with the Product Specification.
22+
423
## [3.6.0] - 2024-07-26
524
### Added
625
- Added support for nRF54L20 Eng A and nRF9230 Eng B.

doc/drv_supp_matrix.dox

Lines changed: 95 additions & 90 deletions
Large diffs are not rendered by default.

doc/nrf54h20.dox

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ For a complete overview, see @ref nrfx_drv_supp_matrix.
8080

8181
@ref nrf_tbm
8282

83+
@ref nrf_tddconf
84+
8385
@ref nrf_tdm
8486

8587
@ref nrf_timer

doc/nrf54h20_engb.dox

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
/**
2+
@page nrf54h20_engb_drivers nRF54H20 Eng B drivers
3+
4+
This page lists nrfx driver components supported by the nRF54H20 Eng B SoC.
5+
For a complete overview, see @ref nrfx_drv_supp_matrix.
6+
7+
@{
8+
9+
@ref nrf_aar
10+
11+
@ref nrf_auxpll
12+
13+
@ref nrf_bellboard
14+
15+
@ref nrf_cache
16+
17+
@ref nrf_ccm
18+
19+
@ref nrf_comp
20+
21+
@ref nrf_systick
22+
23+
@ref nrf_ctrlap
24+
25+
@ref nrf_dppi
26+
27+
@ref nrf_egu
28+
29+
@ref nrf_exmif
30+
31+
@ref nrf_icr
32+
33+
@ref nrf_gpio
34+
35+
@ref nrf_gpiote
36+
37+
@ref nrf_grtc
38+
39+
@ref nrf_ipct
40+
41+
@ref nrf_lpcomp
42+
43+
@ref nrf_lrc
44+
45+
@ref nrf_memconf
46+
47+
@ref nrf_mpc
48+
49+
@ref nrf_mutex
50+
51+
@ref nrf_mvdma
52+
53+
@ref nrf_nfct
54+
55+
@ref nrf_pdm
56+
57+
@ref nrf_ppib
58+
59+
@ref nrf_pwm
60+
61+
@ref nrf_qdec
62+
63+
@ref nrf_radio
64+
65+
@ref nrf_ramc
66+
67+
@ref nrf_resetinfo
68+
69+
@ref nrf_saadc
70+
71+
@ref nrf_spim
72+
73+
@ref nrf_spis
74+
75+
@ref nrf_spu
76+
77+
@ref nrf_stm
78+
79+
@ref nrf_tampc
80+
81+
@ref nrf_tbm
82+
83+
@ref nrf_tddconf
84+
85+
@ref nrf_tdm
86+
87+
@ref nrf_timer
88+
89+
@ref nrf_twim
90+
91+
@ref nrf_twis
92+
93+
@ref nrf_uarte
94+
95+
@ref nrf_usbhs
96+
97+
@ref nrf_vpr
98+
99+
@ref nrf_wdt
100+
101+
@}
102+
*/

doc/nrf54l15.dox

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
/**
2+
@page nrf54l15_drivers nRF54L15 drivers
3+
4+
This page lists nrfx driver components supported by the nRF54L15 SoC.
5+
For a complete overview, see @ref nrfx_drv_supp_matrix.
6+
7+
@{
8+
9+
@ref nrf_aar
10+
11+
@ref nrf_cache
12+
13+
@ref nrf_ccm
14+
15+
@ref nrf_clock
16+
17+
@ref nrf_comp
18+
19+
@ref nrf_cracen
20+
21+
@ref nrf_systick
22+
23+
@ref nrf_dppi
24+
25+
@ref nrf_egu
26+
27+
@ref nrf_glitchdet
28+
29+
@ref nrf_gpio
30+
31+
@ref nrf_gpiote
32+
33+
@ref nrf_grtc
34+
35+
@ref nrf_i2s
36+
37+
@ref nrf_icr
38+
39+
@ref nrf_kmu
40+
41+
@ref nrf_lpcomp
42+
43+
@ref nrf_memconf
44+
45+
@ref nrf_mpc
46+
47+
@ref nrf_nfct
48+
49+
@ref nrf_pdm
50+
51+
@ref nrf_power
52+
53+
@ref nrf_ppib
54+
55+
@ref nrf_pwm
56+
57+
@ref nrf_qdec
58+
59+
@ref nrf_radio
60+
61+
@ref nrf_rramc
62+
63+
@ref nrf_saadc
64+
65+
@ref nrf_spim
66+
67+
@ref nrf_spis
68+
69+
@ref nrf_spu
70+
71+
@ref nrf_tampc
72+
73+
@ref nrf_temp
74+
75+
@ref nrf_timer
76+
77+
@ref nrf_twim
78+
79+
@ref nrf_twis
80+
81+
@ref nrf_uarte
82+
83+
@ref nrf_vpr
84+
85+
@ref nrf_wdt
86+
87+
@}
88+
*/

doc/nrf9230_engb.dox

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ For a complete overview, see @ref nrfx_drv_supp_matrix.
8080

8181
@ref nrf_tbm
8282

83+
@ref nrf_tddconf
84+
8385
@ref nrf_tdm
8486

8587
@ref nrf_timer

doc/nrfx.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ PROJECT_NAME = "nrfx"
5050

5151
### EDIT THIS ###
5252

53-
PROJECT_NUMBER = "3.6"
53+
PROJECT_NUMBER = "3.7"
5454

5555
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5656
# for a project that appears at the top of each page and should give viewer a

doc/nrfx_api.dox

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@
121121

122122
@defgroup nrf_tbm TBM
123123

124+
@defgroup nrf_tddconf TDDCONF
125+
124126
@defgroup nrf_tdm TDM
125127

126128
@defgroup nrf_temp TEMP

doc/sphinx/drivers/tddconf/hal.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
TDDCONF HAL
2+
===========
3+
4+
.. doxygengroup:: nrf_tddconf_hal
5+
:project: nrfx
6+
:members:
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
TDDCONF
2+
=======
3+
4+
.. doxygengroup:: nrf_tddconf
5+
6+
.. toctree::
7+
:glob:
8+
9+
*

0 commit comments

Comments
 (0)