Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNM: Commit tags test #1954

Open
wants to merge 705 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
705 commits
Select commit Hold shift + click to select a range
45139fb
[nrf fromtree] bluetooth: keys_br: Improve bt_foreach_bond
lylezhu2012 May 22, 2024
14bd750
[nrf fromtree] Bluetooth: ISO: Avoid bt_iso_chan_disconnected in bt_i…
Thalley May 23, 2024
3435fef
[nrf fromtree] Bluetooth: conn: Allocate TX context JIT
alwa-nordic Jul 14, 2023
f8806d0
[nrf fromtree] Bluetooth: host: Introduce "view" buffer concept
jori-nordic Jul 18, 2023
7b0ef8c
Revert "[nrf noup] bluetooth: conn: Allow for an extra ref in bt_conn…
rugeGerritsen Jul 23, 2024
2ba216a
[nrf fromtree] Bluetooth: host: Change TX pattern (push -> pull)
jori-nordic Jul 21, 2023
8c8e26f
Revert "[nrf noup] bluetooth: att: Allow ATT sent callback after data…
rugeGerritsen Jul 23, 2024
282ac17
[nrf fromtree] Bluetooth: L2CAP: Make `bt_l2cap_send_pdu()`
jori-nordic Apr 23, 2024
494da02
[nrf fromtree] Bluetooth: L2CAP: remove CONFIG_BT_L2CAP_RESCHED_MS
jori-nordic Apr 26, 2024
11097e3
[nrf fromtree] Bluetooth: host: remove TX thread
jori-nordic Aug 1, 2023
0b8f95d
[nrf fromtree] Bluetooth: L2CAP: remove seg_pool
jori-nordic May 21, 2024
883f978
[nrf fromtree] Bluetooth: host: use `__maybe_unused` for convenience …
jori-nordic May 27, 2024
dc0679d
[nrf fromtree] Bluetooth: host: don't pull data if no view bufs
jori-nordic Jun 7, 2024
69a047f
[nrf fromtree] Bluetooth: Host: Add Per Adv Sync handle getter
theob-pro Jun 10, 2024
3214c6b
[nrf fromtree] Bluetooth: doc: Add missing doc in bt_gatt_attr
knutel-nordic Jun 13, 2024
64e20d2
[nrf fromtree] Bluetooth: Host: Fix deprecation and versioning for HC…
jhedberg Jun 12, 2024
28d304e
[nrf fromtree] Bluetooth: iso: make TX path service all connections
jori-nordic Jun 17, 2024
55d27d0
[nrf fromtree] Bluetooth: l2cap: service as much TX channels as possible
jori-nordic Jun 17, 2024
aa78a42
[nrf fromtree] Bluetooth: Host: Define bt_smp_err_to_str()
rugeGerritsen Jun 14, 2024
5481e42
[nrf fromtree] Bluetooth: Host: Define bt_security_err_to_str()
rugeGerritsen Jun 19, 2024
296e3f8
[nrf fromtree] bluetooth: host: Use K_WORK replace delayable
LingaoM Jun 20, 2024
4d12240
[nrf fromtree] Bluetooth: Host: Enforce correct pool in `bt_hci_cmd_s…
alwa-nordic Jun 20, 2024
773c20d
[nrf fromtree] drivers: bluetooth: Remove unused rsp params
LingaoM Jun 20, 2024
abb929c
[nrf fromtree] samples: bluetooth: Fixes `bt_hci_cmd_send_sync` API u…
LingaoM Jun 20, 2024
f15d6f5
[nrf fromtree] Bluetooth: Host: Fix HCI command timeout usage
HoZHel Jun 20, 2024
20b320c
[nrf fromtree] Bluetooth: Host: Add missing buffer length check
ekleezg Jun 22, 2024
5b04077
[nrf fromtree] Bluetooth: Fix CONFIG_BT_SMP_OOB_LEGACY_PAIR_ONLY buil…
spanceac Jun 14, 2024
6fca92e
[nrf fromtree] bluetooth: `bt_le_ext_adv_start_param` is const
JordanYates Jun 26, 2024
47dec51
[nrf fromtree] Bluetooth: Host: Remove conn param update checks
jori-nordic Jul 2, 2024
bcb5d03
[nrf fromtree] Bluetooth: Host: Fix recv_enabled field for PAST
Thalley Jul 3, 2024
0896506
[nrf fromtree] Bluetooth: host: Use correct user_data size for hci_rx…
jori-nordic Jul 11, 2024
ff26b0a
[nrf fromlist] Bluetooth: Host: Fix bt_disable() for IPC giving HCI R…
rugeGerritsen Jul 23, 2024
43cced8
[nrf noup] bluetooth: att: Allow ATT sent callback after data TX is done
MarekPieta Jun 14, 2024
ee94b90
[nrf fromlist] Bluetooth: Host: Fix compiling PAwR Sync without PAST RX
rugeGerritsen Jul 24, 2024
e84675a
[nrf noup] bluetooth: conn: Allow for an extra ref in bt_l2cap_send_pdu
MarekPieta Jun 14, 2024
631b9a2
[nrf fromlist] testsuite: coverage: allow disabled multithreading
nordic-piks Jul 31, 2024
d86a806
[nrf fromtree] Bluetooth: Mark bt_<type>_err_to_str() APIs experimental
rugeGerritsen Jul 5, 2024
e6028fb
[nrf fromtree] Bluetooth: HCI: Expose bt_hci_adv_lookup_handle()
rugeGerritsen Jul 23, 2024
2071857
[nrf fromtree] Bluetooth: HCI: Expose bt_hci_per_adv_sync_lookup_hand…
rugeGerritsen Jul 23, 2024
65acb95
[nrf fromtree] Bluetooth: HCI: Expose bt_hci_conn_lookup_handle()
rugeGerritsen Jul 17, 2024
bc15a7e
[nrf fromtree] Bluetooth: DIS: integrate app version into FW revision…
kapi-no Jul 29, 2024
9adafaa
[nrf fromtree] manifest: Update nRF hw models to latest
aescolar May 28, 2024
9cde378
[nrf fromtree] manifest: Update nRF hw models to latest
aescolar May 31, 2024
fbe0c5a
[nrf fromtree] manifest: Update nRF hw models to latest
aescolar Jun 6, 2024
85ca81f
[nrf fromtree] manifest: Update nRF hw models to latest
rugeGerritsen Jul 29, 2024
7534f8f
[nrf fromlist] tests: drivers: adc_accuracy: add calibration before
nordic-babu Jul 31, 2024
27e7602
[nrf fromlist] tests: adc_api: add channel for
nordic-babu Jul 31, 2024
479bb8c
[nrf fromtree] bluetooth: Add Kconfig for LE Connection Subrating
alexstanoev-nordic Jul 30, 2024
1c041e8
[nrf fromtree] bluetooth: host: Add support for LE Connection Subrating
alexstanoev-nordic Jul 30, 2024
64796d7
[nrf fromtree] bluetooth: shell: Add shell commands for LE Connection…
alexstanoev-nordic Jul 30, 2024
766b306
[nrf fromlist] drivers: watchdog: nrfx wdt without IRQs
lstnl Jul 22, 2024
9819457
[nrf noup] test-spec: update CI-boot-test
gchwier Aug 6, 2024
3b6c6e0
[nrf noup] include: net: socket_ncs: remove deprecated RAI
MirkoCovizzi Jul 16, 2024
e8ce359
[nrf fromlist] dts: nordic: Add nrf-tbm (trace buffer monitor) node
nordic-krch Apr 26, 2024
5708d4e
[nrf fromlist] boards: nordic: nrf54h20dk: Add ETR buffer to memory map
nordic-krch Apr 26, 2024
4f64a3a
[nrf noup] bluetooth: conn: Skip buffer ref count check in send_buf
MarekPieta Aug 7, 2024
5aef526
[nrf fromtree] soc: nordic: nrf54h: Retrigger TASK_FREQ_CHANGE
karstenkoenig May 23, 2024
9e30235
[nrf fromtree] soc: nordic: Fix APPROTECT with TF-M
MarkusLassila Jun 20, 2024
695e407
[nrf fromtree] drivers: flash: Do not select NRFX_RRAMC while buildin…
ArekBalysNordic Jul 29, 2024
a49f603
[nrf fromtree] net: ipv6: route: get nexthop's LL address only if rel…
konradderda Aug 6, 2024
7981a26
[nrf fromlist] scripts: nrf_common: Use cfg for SUIT paths
tomchy Jul 31, 2024
42f3433
[nrf fromlist] kconfig: openthread: Add 1.4 version
maciejbaczmanski Aug 9, 2024
8bd088c
[nrf noup] modules: mbedtls: remove deprecated Kconfig
nordic-mare Aug 12, 2024
d5c70f7
[nrf fromlist] bluetooth: host: conn: Fix renamed callback_list
sean-madigan Jul 22, 2024
068d4d3
[nrf fromlist] tests: bluetooth: shell: Add test case to build shell …
sean-madigan Aug 6, 2024
d194bba
[nrf fromlist] bluetooth: controller: kconfig: select power control f…
sean-madigan Jul 22, 2024
46da567
[nrf fromtree] net: openthread: Fix missing dependency for OT `diag`.
canisLupus1313 Aug 13, 2024
468d06d
[nrf noup] modules: hal_nordic: need exactly nrf-regtool v5.5.1
anhmolt Aug 22, 2024
05c6a7c
[nrf fromtree] modules: hal_nordic: dvfs: added callback when scaling…
lstnl Jun 5, 2024
1f24e4c
[nrf fromtree] dts: bindings: clock: fixed-clock: include base.yaml
gmarull Jul 5, 2024
52442f8
[nrf fromlist] dts: nordic: nrf54h20: Add references to clock control…
anangl Jun 20, 2024
4afdcf1
[nrf fromlist] dts: nordic: nrf54h20: Add nodes representing HFXO and…
anangl Aug 13, 2024
c0c938b
[nrf fromlist] boards: nrf54h20dk: Add parameters of mounted HFXO and…
anangl Aug 13, 2024
e16afea
[nrf fromlist] dts: bindings: add nrf-fll16m and nrf-lfclk bindings
bjarki-andreasen Aug 21, 2024
043d345
[nrf fromlist] drivers: clock_control: Add support for nRF54H20 clock…
anangl Jun 20, 2024
ec07b19
[nrf fromlist] soc: nordic: nrf54h: Move HSFLL trimming to clock_cont…
anangl Jul 23, 2024
074a517
[nrf fromlist] samples: boards: nrf: Add nrf2_clock_control sample
anangl Jul 29, 2024
84f0ff8
[nrf fromlist] tests: drivers: Implement nrf2 clock control api tests
nordic-bami Aug 23, 2024
5f4236e
[nrf fromtree] Bluetooth: Mesh: Fix uninitialized field when cancelli…
tot0rokr Aug 21, 2024
5183a34
Revert "[nrf fromlist] tests: drivers: Implement nrf2 clock control a…
bjarki-andreasen Aug 28, 2024
f862808
Revert "[nrf fromlist] samples: boards: nrf: Add nrf2_clock_control s…
bjarki-andreasen Aug 28, 2024
bde2525
Revert "[nrf fromlist] soc: nordic: nrf54h: Move HSFLL trimming to cl…
bjarki-andreasen Aug 28, 2024
66fed85
Revert "[nrf fromlist] drivers: clock_control: Add support for nRF54H…
bjarki-andreasen Aug 28, 2024
5b064b1
Revert "[nrf fromlist] dts: bindings: add nrf-fll16m and nrf-lfclk bi…
bjarki-andreasen Aug 28, 2024
b39be80
Revert "[nrf fromlist] boards: nrf54h20dk: Add parameters of mounted …
bjarki-andreasen Aug 28, 2024
659e657
Revert "[nrf fromlist] dts: nordic: nrf54h20: Add nodes representing …
bjarki-andreasen Aug 28, 2024
b1c6d34
Revert "[nrf fromlist] dts: nordic: nrf54h20: Add references to clock…
bjarki-andreasen Aug 28, 2024
dd1c96c
Revert "[nrf fromtree] dts: bindings: clock: fixed-clock: include bas…
bjarki-andreasen Aug 28, 2024
a415e2d
Revert "[nrf fromtree] modules: hal_nordic: dvfs: added callback when…
bjarki-andreasen Aug 28, 2024
e7415e4
[nrf noup] board: nordic_ thingy53: Enable QSPI by default
hellesvik-nordic Aug 23, 2024
9e80053
[nrf fromtree] modules: hal_nordic: dvfs: added callback when scaling…
lstnl Jun 5, 2024
fe1f649
[nrf fromtree] dts: bindings: clock: fixed-clock: include base.yaml
gmarull Jul 5, 2024
4b009a7
[nrf fromlist] dts: nordic: nrf54h20: Add references to clock control…
anangl Jun 20, 2024
630e9e7
[nrf fromlist] dts: nordic: nrf54h20: Add nodes representing HFXO and…
anangl Aug 13, 2024
fdb7545
[nrf fromlist] boards: nrf54h20dk: Add parameters of mounted HFXO and…
anangl Aug 13, 2024
371b3d0
[nrf fromlist] dts: bindings: add nrf-fll16m and nrf-lfclk bindings
bjarki-andreasen Aug 21, 2024
0c0eacb
[nrf fromlist] drivers: clock_control: Add support for nRF54H20 clock…
anangl Jun 20, 2024
1ec6dda
[nrf fromlist] samples: boards: nrf: Add nrf2_clock_control sample
anangl Jul 29, 2024
28b6861
[nrf fromlist] tests: drivers: Implement nrf2 clock control api tests
nordic-bami Aug 23, 2024
807115b
[nrf fromtree] manifest: update hal_nordic revision to integrate nrfx…
nika-nordic Jul 26, 2024
ae50bc0
[nrf fromtree] modules: hal_nordic: nrfx: remove nrfx_uarte rx cache …
nika-nordic Jul 26, 2024
c34adde
[nrf fromtree] modules: hal_nordic: nrfx: sync configs for UARTE MAGI…
nika-nordic Aug 1, 2024
1e3b3f5
[nrf fromtree] drivers: serial: nrf: add default value for frame time…
nika-nordic Jul 29, 2024
425e40b
[nrf fromtree] drivers: hwinfo: Add support for generating device id …
carlescufi Jul 5, 2024
cde1b1d
[nrf fromlist] tests: bluetooth: tester: refactor CSIP btp command
piotrnarajowski Apr 3, 2024
50b0bbf
[nrf fromtree] dts: bindings: regulator: add nordic,nrf5[2]x-regulato…
gmarull Jun 20, 2024
01a9775
[nrf fromtree] dts: Add missing PDM entries to nRF54L15 device
kl-cruz Aug 19, 2024
d5ca810
[nrf fromtree] soc: Add support for nRF54L15
kl-cruz Aug 19, 2024
4ae94bb
[nrf fromtree] boards: nrf: Add nRF54L15 DK board
kl-cruz Aug 21, 2024
b27ba9e
[nrf fromtree] modules: Add support for nRF54L15 SoC
kl-cruz Aug 21, 2024
f1ee561
[nrf fromtree] drivers: misc: Add support for nRF54L15 SoC
kl-cruz Aug 21, 2024
4f96507
[nrf fromtree] test: samples: nRF54L15 support
kl-cruz Aug 22, 2024
4b390eb
[nrf fromtree] samples: drivers: mbox: Update mbox sample to work wit…
kl-cruz Aug 22, 2024
d969537
[nrf fromtree] tests: kernel: Add support for FLPR core in nRF54L15
kl-cruz Aug 22, 2024
9078923
[nrf fromtree] dts: boards: Add nRF54L15 ENGA configuration
kl-cruz Aug 22, 2024
4016089
[nrf fromtree] soc: nordic: Move DCDC configuration to DT for nRF54L15
kl-cruz Aug 16, 2024
f8ab2bf
[nrf fromlist] soc: nordic: nrf54l15: add missing include
gmarull Aug 30, 2024
a3247ac
[nrf fromtree] drivers: usb: common: nrf_usbd_common: Handle USB SoF …
MarekPieta Aug 7, 2024
79fc1ef
[nrf fromtree] twister: scripts: Split lines before processing
gchwier Aug 21, 2024
fba7ded
[nrf fromtree] twister: Fix failing tests on CI with Python 3.12
fundakol Aug 9, 2024
af17fd8
[nrf fromtree] twister: Fix TypeError at get_installed_packages
golowanow Aug 14, 2024
6a07938
[nrf fromtree] manifest: Update bsim to version v2.2.1
aescolar Jun 7, 2024
6e43e9b
[nrf fromtree] manifest: Update bsim to version v2.3
aescolar Aug 28, 2024
e400f0c
[nrf fromtree] manifest: Update EDTT to latest
aescolar Jun 7, 2024
afbc294
[nrf fromtree] manifest: Update EDTT to latest version
aescolar Aug 27, 2024
7b78fdc
[nrf fromtree] manifest: Update nRF hw models to latest
aescolar Aug 28, 2024
17e06d7
[nrf fromtree] modules: hal_nordic: Support nRF54L15 EGU driver insta…
rugeGerritsen Jul 15, 2024
7f07a70
[nrf fromtree] modules: hal_nordic: Support EGU130 driver instance
rugeGerritsen Jul 15, 2024
cfd7516
[nrf noup] samples: mgmt: mcumgr: Remove child/parent configuration
nordicjm Aug 15, 2024
21c97d0
[nrf noup] samples: bluetooth: hci_pwr_ctrl: Remove child/parent conf…
nordicjm Aug 15, 2024
dc16886
[nrf fromtree] twister: Pass device flash timeout to pytest-harness.
gchwier Aug 30, 2024
02f5447
[nrf noup] dts: Select SoftDevice Controller DTS binding as default
rugeGerritsen Aug 6, 2024
fb6ca20
[nrf noup] snippets: Add snippet for the Zephyr Bluetooth Controller
rugeGerritsen Aug 22, 2024
108f4ee
[nrf fromtree] boards nrf54l15bsim//cpuapp: Don't remove RADIO in DT
aescolar May 28, 2024
5b5a7bb
[nrf fromtree] boards nrf54l15bsim: Update docs as we now have RADIO
aescolar May 28, 2024
ec0cad5
[nrf fromtree] boards nrf_bsim: Add NVIC_GetEnableIRQ()
aescolar Jun 3, 2024
abf8539
[nrf fromtree] boards nrf54l15bsim: Set clock status as ok in DT
aescolar May 29, 2024
fcbb354
[nrf fromtree] boards nrf54l15bsim: Default to build BT Controller if BT
aescolar May 29, 2024
cd99466
[nrf fromtree] boards: nrf54l15bsim: Mention CLOCK
aescolar May 31, 2024
54b3bc3
[nrf fromtree] boards nrf54l15bsim: DT: Set radio status as ok
aescolar May 31, 2024
487f02c
[nrf fromtree] Bluetooth: Controller: Correct power levels for bsim t…
aescolar Jun 3, 2024
832e110
[nrf fromtree] Bluetooth: Controller: Use HAL to modify renamed regis…
aescolar May 29, 2024
836ef4d
[nrf fromtree] Bluetooth: Controller: Fix BT_CTLR_DATA_LEN_UPDATE_SUP…
aescolar May 31, 2024
bbbe360
[nrf fromtree] boards: nrfbsim: Fix testargs with non host libC
aescolar Jul 4, 2024
38d4172
[nrf fromtree] soc: nordic: Select new nrf54lx compatible kconfig option
cvinayak May 30, 2024
1ab7966
[nrf noup] scripts: west: build: Enable sysbuild by default globally
nordicjm Jul 22, 2024
8eac35f
Revert "[nrf noup] dts: Select SoftDevice Controller DTS binding as d…
rugeGerritsen Sep 4, 2024
64df519
[nrf fromtree] tests: bluetooth: tester: add nrf54h20 configs
AyturkDuzen Aug 16, 2024
97b2b53
[nrf fromtree] scripts: pylib: twister: fix missing newlines at handl…
nordic-piks Sep 4, 2024
f7280aa
[nrf fromtree] tests: drivers: Allow configurable i2c speed for bme68…
nordic-bami Aug 21, 2024
ae886fe
[nrf fromlist] boards: nordic: nrf54l15dk: enable HWFC
nordic-piks Sep 5, 2024
4d1484a
[nrf fromtree] tests: drivers: Extend coverage for NRF GRTC timer
nordic-bami Apr 30, 2024
32c3e33
[nrf fromtree] boards: nrf54l15bsim: DTS cleanup
aescolar Sep 3, 2024
f482314
[nrf fromtree] boards: nrf54l15_bsim: Actively set psa-rng to disabled
aescolar Sep 2, 2024
b30017e
[nrf fromtree] boards: nrf54l15_bsim: Update docs including AAR,CCM, ECB
aescolar Sep 2, 2024
fa4cc15
[nrf fromtree] boards: nrf54l15bsim: Compare it to the DK instead of …
aescolar Sep 2, 2024
b53d93c
[nrf fromtree] manifest: Update nRF hw models to latest
aescolar Sep 2, 2024
681f57f
[nrf noup] dts: nordic: Support disabling lfosc
karstenkoenig Aug 30, 2024
1379a4b
[nrf fromtree] doc: Add build env variable to know if doxygen has run
kartben Jun 4, 2024
d625843
[nrf fromtree] doc: mcumgr: fix mixed up occurrences of :c:enum: and …
kartben Jun 5, 2024
da0cf59
[nrf fromtree] samples: drivers: clock_control_litex: clean up use of…
kartben Jun 4, 2024
fc571ff
[nrf fromtree] doc: Use basic ..doxygengroup syntax
kartben Jun 3, 2024
7bd2900
[nrf fromtree] doc: deactivate breathe extension
gmarull Oct 25, 2021
0cbbae5
[nrf fromtree] doc: extensions: add doxybridge
gmarull Oct 25, 2021
5c3fdaf
[nrf fromtree] doc: enable doxybridge
gmarull Oct 25, 2021
33102a9
[nrf fromtree] doc: zephyr_domain: Show code samples after doxygengroups
kartben Jun 4, 2024
83195a3
[nrf noup] doc: extensions: domain: skip patching doxygen groups
gmarull Aug 30, 2024
6294dd6
[nrf fromtree] modules: hal_nordic: require nrf-regtool 5.6.0
gmarull Aug 5, 2024
1dafeb5
[nrf fromtree] drivers: pinctrl: nrf: add support for nordic,clock-en…
gmarull Jul 5, 2024
4a9113f
[nrf fromtree] soc: nordic: pinctrl: rework nordic,clock-enable
gmarull Aug 8, 2024
d6c1e93
[nrf fromtree] dts: nordic: nrf54h20: add nordic,clockpin-enable sett…
gmarull Aug 8, 2024
94f8bfb
[nrf fromtree] debug: coresight: Add coresight_trace_deformatter
nordic-krch Apr 30, 2024
32a712a
[nrf fromtree] tests: debug: Add test for Coresight Trace Deformatter
nordic-krch Apr 30, 2024
f26685e
[nrf fromtree] doc: services: debugging: Add CS Trace Deformatter doc
nordic-krch May 20, 2024
575b8db
[nrf fromtree] debug: mipi_stp_decoder: Align naming to 2.4 standard
nordic-krch Jun 11, 2024
0b6e7f2
[nrf fromtree] logging: Move frontends to the dedicated directory
nordic-krch Apr 25, 2024
e1edfcc
[nrf fromtree] dts: bindings: debug: Add binding for ARM STMESP
nordic-krch May 22, 2024
4b0804f
[nrf fromtree] dts: nordic: nrf54h20: Add stmesp nodes
nordic-krch Apr 25, 2024
3184ae8
[nrf fromtree] drivers: misc: Add support for coresight STMESP
nordic-krch Apr 25, 2024
464318d
[nrf fromtree] logging: Add Coresight STMESP dictionary-based frontend
nordic-krch Apr 25, 2024
6ea76cf
[nrf fromtree] soc: nordic: nrf54h: Add STM data flushing in pre_sleep
nordic-krch Apr 25, 2024
3b8ca3d
[nrf fromtree] dts: Add nordic,nrf-tddconf node
nordic-krch Jun 12, 2024
d9d4dda
[nrf fromtree] boards: nordic: nrf54h20dk: Add ETR buffer to the memo…
nordic-krch Apr 26, 2024
184262c
[nrf fromtree] drivers: misc: coresight: Add nrf_etr module
nordic-krch Apr 26, 2024
0015269
[nrf fromtree] snippets: Add nordic-log-stm-dict snippet
nordic-krch Apr 26, 2024
477f844
[nrf fromtree] samples: boards: nrf: Add sample using Coresight STM o…
nordic-krch Apr 26, 2024
58d4842
[nrf fromtree] logging: Add demultiplexer for log_frontend_stmesp
nordic-krch Apr 30, 2024
357e6de
[nrf fromtree] tests: logging: Add test for log_frontend_stpesp_demux
nordic-krch Apr 30, 2024
aeff44f
[nrf fromtree] drivers: misc: coresight: nrf_etr: Add standalone mode
nordic-krch May 8, 2024
57f79c3
[nrf fromtree] logging: log_frontend_stmesp: Add support for standalo…
nordic-krch May 7, 2024
aa95253
[nrf fromtree] snippets: Add nordic-log-stm for logging using STMESP
nordic-krch May 7, 2024
c1d0219
[nrf fromtree] samples: boards: nrf: nrf_coresight_stm: Add new confi…
nordic-krch May 7, 2024
e734c84
[nrf fromtree] doc: services: logging: Add section for Coresight STM …
nordic-krch May 21, 2024
6debbaf
[nrf noup] mgmt: mcumgr: grp: img_mgmt: Add handling for QSPI XIP
nordicjm Sep 9, 2024
6249458
[nrf noup] modules: hal_nordic: add DPPI channel allocation for NRFE
magp-nordic Sep 4, 2024
d066e02
[nrf noup] dts: Select SoftDevice Controller DTS binding as default (2)
rugeGerritsen Sep 5, 2024
e0ee608
[nrf fromtree] entropy: native_posix: Add kconfig to not seed by default
aescolar Sep 3, 2024
18ed9ba
[nrf fromtree] board: nrf54l15bsim: Disable native_posix entropy seeding
aescolar Sep 3, 2024
eb350f8
[nrf fromtree] manifest: Update nRF hw models to latest
aescolar Sep 6, 2024
21646b9
[nrf fromtree] tests: bsim: run_parallel: Avoid escape sequences in xml
aescolar Jun 11, 2024
78f6547
[nrf fromtree] samples: drivers: Enable SPI MEMORY driver samples for…
nordic-bami Aug 27, 2024
d3a967f
[nrf fromlist] boards: nrf54h20dk: Fix settings partition
tomchy Sep 10, 2024
1ab791d
[nrf fromtree] tests: drivers: mbox: Fix for BUS FAULT on nrf54l15
jaz1-nordic Sep 13, 2024
60472b5
[nrf fromtree] drivers: mbox: nrf_bellboard: only clear events that r…
lemrey Jul 16, 2024
af225ce
[nrf fromtree] boards: nordic: nrf54h20dk: add DMA attribute to RAM21…
nika-nordic Jun 12, 2024
f6a6be8
[nrf fromtree] soc: nordic: add dmm component
nika-nordic Apr 9, 2024
121b4db
[nrf fromtree] tests: boards: nrf: add tests for dmm component
nika-nordic Jun 10, 2024
6766eef
[nrf fromtree] soc: nordic: common: dmm: Fix memory utilization
nordic-krch Jun 21, 2024
01be37d
[nrf fromtree] tests: boards: nrf: dmm: Adjust test to dmm changes
nordic-krch Jun 21, 2024
f1efab8
[nrf fromtree] soc: nordic: nrf54h: DMM shall be applied only to rad&app
nordic-krch Jun 26, 2024
51ade2a
[nrf fromtree] soc: nordic: common: dmm: fix region alignment getter
nika-nordic Jul 8, 2024
f298a48
[nrf fromtree] tests: drivers: spi: spi_controller_peripheral: Fix nr…
nordic-krch Jun 25, 2024
9496a6f
[nrf fromtree] soc: nordic: common: dmm: Initialize dmm as early as p…
nordic-krch Jun 18, 2024
6a23a90
[nrf fromtree] cmake: Adjust LMA for user-specified sections
57300 Jan 24, 2024
6dec377
[nrf fromtree] soc: nordic: introduce CONFIG_NRF_PLATFORM_HALTIUM
gmarull Aug 6, 2024
b5f9af7
[nrf fromtree] dts: Add initial support for nRF9280 SiP
lemrey Jul 31, 2024
5d0672f
[nrf noup] soc: nordic: ensure clean pick move mpu_regions.c to common
anhmolt Aug 29, 2024
11e48e0
[nrf fromtree] soc: nordic: move mpu_regions.c to common folder and r…
lemrey Aug 5, 2024
fdc28c9
[nrf fromtree] soc: nordic: common: add CAN121 to nrf54hx_nrf92x_mpu_…
lemrey Aug 5, 2024
822976d
[nrf noup] soc: nordic: ensure clean merge of initial nRF9280 SiP part1
anhmolt Aug 29, 2024
eb7c294
[nrf fromtree] soc: nordic: Add initial support for nRF9280 SiP
lemrey Aug 2, 2024
ed9c711
[nrf noup] soc: nordic: ensure clean merge of initial nRF9280 SiP part2
anhmolt Aug 29, 2024
b182ac5
[nrf fromtree] drivers: serial: nrf: disable legacy shim for nRF92
lemrey Aug 2, 2024
4201dac
[nrf fromtree] scripts: west: runners: add initial nRF92 support
lemrey Aug 2, 2024
479cd85
[nrf fromtree] boards: nordic: add initial support for nRF9280 PDK
lemrey Aug 2, 2024
676cf64
[nrf fromtree] modules: hal_nordic: nrf: add nRF9280 support
lemrey Aug 8, 2024
9e59a2d
[nrf fromtree] drivers: adc: nrf: Update adc driver to support nRF9280
anhmolt Aug 13, 2024
ade7f0c
[nrf fromtree] samples: drivers: watchdog: add overlay file for nRF92…
lemrey Aug 8, 2024
6a3514d
[nrf fromtree] tests: lib: cpp: cxx: add nRF9280 to exclusion list
lemrey Aug 8, 2024
79d0088
[nrf fromtree] tests: drivers: adc: fix compilation for nRF9280
anhmolt Aug 13, 2024
6a1b116
[nrf fromtree] tests: drivers: watchdog: wdt_error_cases: fix compila…
lemrey Aug 8, 2024
7cd8cd0
[nrf fromtree] tests: drivers: watchdog: wdt_basic_api: fix compilati…
lemrey Aug 8, 2024
a30dd6e
[nrf fromtree] tests: arch: arm: arm_irq_vector_table: fix compilatio…
lemrey Aug 8, 2024
26f0b88
[nrf noup] entropy: use fake entropy driver also for nrf9280pdk
anhmolt Aug 13, 2024
143fc5d
[nrf fromtree] modules: hal_nordic: nrfx: nrfx_glue: Improve GPIOTE_C…
nordic-krch Jun 4, 2024
57672e8
[nrf fromtree] modules: hal_nordic: Add NRFX_GPIOTE131_CHANNELS_USED …
57300 Sep 4, 2024
6b515b6
[nrf fromtree] snippets: Support nordic-ppr and nordic-ppr-xip on nRF92
57300 Sep 4, 2024
41686af
[nrf fromtree] soc: nordic: nrf92: Set PPR hart ID to processor ID
57300 Sep 4, 2024
570c90e
[nrf fromtree] soc: nordic: nrf92: Update supported NRFS services
57300 Sep 6, 2024
de695ea
[nrf fromtree] soc: nordic: Extend address validation for Haltium pla…
57300 Sep 6, 2024
96aa87c
[nrf fromtree] tests: drivers: Verify NRF GPIO driver with GPIO_NRFX_…
nordic-bami Aug 28, 2024
b560787
[nrf fromlist] drivers: timer: grtc: Switch GRTC clock source to LFXO
adamkondraciuk Sep 6, 2024
51545d0
[nrf noup] boards/nordic/nrf54l15dk: Set ROM offset by PM
nvlsianpu Sep 16, 2024
2fb756e
[nrf fromlist] modules: hal_nordic: dvfs: patch medlow trim entry
lstnl Sep 18, 2024
641dfdc
[nrf fromlist] logging: frontend: stmesp_demux: Improve robustness
nordic-krch Sep 12, 2024
83f64ee
[nrf fromlist] logging: frontends: stmesp: Run clang-format
nordic-krch Sep 13, 2024
5bb7bb0
[nrf fromlist] logging: frontend_stmesp: Avoid unaligned word access
nordic-krch Sep 12, 2024
2fc5d08
Revert "[nrf fromtree] tests: drivers: Verify NRF GPIO driver with GP…
carlescufi Oct 4, 2024
ab229f7
[nrf fromlist] arch: isr_tables: Make isr_tables an object library
57300 Jun 7, 2024
aba19ea
[nrf fromtree] mgmt: mcumgr: Add SMP SVC and CHR UUIDs to header
mkapala-nordic Sep 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
393 changes: 393 additions & 0 deletions .github/test-spec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,393 @@
# This is the Jenkins ci variant of the .github/labler.yaml

"CI-run-zephyr-twister":
- any:
- "!.github/**/*"
- "!doc/**/*"
- "!CODEOWNERS"
- "!LICENSE"
- "!**/*.rst"
- "!VERSION"
- "!submanifests/**/*"
- "!MAINTAINERS.yml"
- "!version.h.in"
- "!Jenkinsfile"
- "!**/*.md"

"CI-iot-zephyr-lwm2m-test":
- "drivers/console/**/*"
- "drivers/flash/**/*"
- "subsys/dfu/boot/**/*"
- "subsys/net/ip/**/*"
- "subsys/net/lib/http/**/*"
- "subsys/net/lib/lwm2m//**/*"
- "subsys/net/**/*"

"CI-iot-samples-test":
- "boards/nordic/nrf9160dk/**/*"
- "dts/arm/nordic/nrf9160*"
- "include/net/**/*"
- "subsys/net/lib/**/*"

"CI-iot-libraries-test":
- "boards/nordic/nrf9160dk/**/*"
- "dts/arm/nordic/nrf9160*"
- "include/net/socket_ncs.h"
- "subsys/testsuite/ztest/**/*"

"CI-lwm2m-test": null
# Not necessary to run tests on changes to this repo.

"CI-boot-test":
- "subsys/mgmt/mcumgr/**/*"
- "subsys/dfu/**/*"
- "include/mgmt/mcumgr/**/*"
- "include/dfu/**/*"
- "samples/subsys/mgmt/mcumgr/smp_svr/**/*"
- "tests/boot/**/*"
- "tests/subsys/dfu/**/*"
- "tests/subsys/mgmt/mcumgr/**/*"

"CI-tfm-test":
- "boards/nordic/nrf5340dk/**/*"
- "boards/nordic/nrf9160dk/**/*"
- "drivers/entropy/*"
- "dts/arm/nordic/nrf5340*"
- "dts/arm/nordic/nrf9160*"
- "modules/trusted-firmware-m/**/*"
- "samples/tfm_integration/**/*"

"CI-ble-test":
- any:
- "drivers/bluetooth/**/*"
- any:
- "dts/arm/nordic/nrf5*"
- any:
- "subsys/bluetooth/**/*"
- "!subsys/bluetooth/mesh/**/*"
- "!subsys/bluetooth/audio/**/*"
- any:
- "include/zephyr/bluetooth/**/*"
- "!include/zephyr/bluetooth/mesh/**/*"
- "samples/bluetooth/hci_ipc/**/*"

"CI-ble-samples-test":
- any:
- "drivers/bluetooth/**/*"
- any:
- "dts/arm/nordic/nrf5*"
- any:
- "subsys/bluetooth/**/*"
- "!subsys/bluetooth/mesh/**/*"
- "!subsys/bluetooth/audio/**/*"
- any:
- "include/zephyr/bluetooth/**/*"
- "!include/zephyr/bluetooth/mesh/**/*"
- "samples/bluetooth/**/*"

"CI-mesh-test":
- "subsys/bluetooth/mesh/**/*"
- "include/zephyr/bluetooth/mesh/**/*"
- "samples/bluetooth/mesh/**/*"
- "samples/bluetooth/mesh_demo/**/*"
- "samples/bluetooth/mesh_provisioner/**/*"
- "tests/bluetooth/mesh/**/*"
- "tests/bluetooth/mesh_shell/**/*"

"CI-zigbee-test":
- "subsys/mgmt/mcumgr/**/*"
- "subsys/dfu/**/*"
- "include/mgmt/mcumgr/**/*"
- "include/dfu/**/*"

"CI-thingy91-test":
- "boards/nordic/nrf9160dk/**/*"
- "arch/x86/core/**/*"
- "arch/x86/include/**/*"
- "drivers/console/**/*"
- "drivers/ethernet/**/*"
- "drivers/flash/**/*"
- "drivers/hwinfo/**/*"
- "drivers/interrupt_controller/**/*"
- "drivers/net/**/*"
- "drivers/serial/**/*"
- "drivers/timer/**/*"
- "include/**/*"
- "kernel/**/*"
- "lib/libc/common/source/stdlib/**/*"
- "lib/libc/newlib/**/*"
- "lib/libc/picolibc/**/*"
- "lib/os/**/*"
- "lib/posix/**/*"
- "misc/**/*"
- "modules/mbedtls/**/*"
- "soc/x86/ia32/**/*"
- "subsys/fs/fcb/**/*"
- "subsys/logging/**/*"
- "subsys/net/**/*"
- "subsys/random/**/*"
- "subsys/settings/include/**/*"
- "subsys/settings/src/**/*"
- "subsys/stats/**/*"
- "subsys/storage/flash_map/**/*"
- "subsys/storage/stream/**/*"
- "subsys/tracing/**/*"

"CI-desktop-test":
- "drivers/bluetooth/*"
- "subsys/bluetooth/*"
- "include/zephyr/bluetooth/*"

"CI-crypto-test":
- "boards/nordic/nrf52840dk/**/*"
- "boards/nordic/nrf5340dk/**/*"
- "boards/nordic/nrf9160dk/**/*"
- "drivers/entropy/*"
- "drivers/serial/**/*"
- "dts/arm/nordic/nrf52840*"
- "dts/arm/nordic/nrf5340*"
- "dts/arm/nordic/nrf9160*"
- "include/drivers/serial/**/*"
- "modules/mbedtls/**/*"

"CI-fem-test":
- "samples/net/sockets/echo_*/**/*"
- any:
- "!.github/**/*"
- "!doc/**/*"
- "!CODEOWNERS"
- "!LICENSE"
- "!**/*.rst"
- "!VERSION"
- "!SDK_VERSION"
- "!MAINTAINERS.yml"
- "!version.h.in"
- "!Jenkinsfile"
- "!**/*.md"
- "!tests/**/*"
- "!samples/**/*"
- "!scripts/**/*"

"CI-rs-test":
- "samples/net/sockets/echo_*/**/*"
- any:
- "!.github/**/*"
- "!doc/**/*"
- "!CODEOWNERS"
- "!LICENSE"
- "!**/*.rst"
- "!VERSION"
- "!SDK_VERSION"
- "!MAINTAINERS.yml"
- "!version.h.in"
- "!Jenkinsfile"
- "!**/*.md"
- "!tests/**/*"
- "!samples/**/*"
- "!scripts/**/*"

"CI-thread-test":
- "include/zephyr/net/**/*"
- "modules/mbedtls/**/*"
- "modules/openthread/**/*"
- "samples/net/openthread/**/*"
- "soc/nordic/**/*"
- "subsys/net/**/*"
- "subsys/settings/**/*"

"CI-nfc-test":
- "drivers/bluetooth/hci/**/*"
- "drivers/entropy/**/*"
- "drivers/flash/**/*"
- "drivers/mbox/**/*"
- "drivers/spi/**/*"
- "lib/crc/**/*"
- "modules/hal_nordic/**/*"
- "soc/nordic/**/*"
- "subsys/bluetooth/**/*"
- "subsys/ipc/ipc_service/**/*"
- "subsys/fs/**/*"
- "subsys/mem_mgmt/**/*"
- "subsys/net/**/*"
- "subsys/random/**/*"
- "subsys/settings/**/*"
- "subsys/shell/**/*"
- "subsys/storage/**/*"

"CI-matter-test":
- "include/dfu/**/*"
- "include/mgmt/mcumgr/**/*"
- "soc/nordic/**/*"
- "subsys/dfu/**/*"
- "subsys/settings/**/*"
- "subsys/net/**/*"
- "subsys/mgmt/mcumgr/**/*"
- "drivers/net/**/*"
- "samples/bluetooth/hci_ipc/**/*"
- any:
- "subsys/bluetooth/**/*"
- "!subsys/bluetooth/mesh/**/*"
- "!subsys/bluetooth/audio/**/*"

"CI-find-my-test":
- "boards/nordic/**/*"
- "drivers/bluetooth/**/*"
- "drivers/entropy/**/*"
- "drivers/flash/**/*"
- "drivers/usb/**/*"
- "drivers/regulator/**/*"
- "soc/nordic/**/*"
- "subsys/bluetooth/**/*"
- "subsys/dfu/**/*"
- "subsys/fs/**/*"
- "subsys/ipc/**/*"
- "subsys/net/**/*"
- "subsys/random/**/*"
- "subsys/settings/**/*"
- "subsys/storage/**/*"
- "subsys/tracing/**/*"
- "subsys/usb/device/**/*"

"CI-rpc-test":
- "subsys/ipc/ipc_service/**/*"
- "subsys/random/**/*"
- "soc/nordic/nrf53/**/*"

"CI-modemshell-test":
- "include/net/**/*"
- "include/posix/**/*"
- "include/shell/**/*"
- "drivers/net/**/*"
- "drivers/serial/**/*"
- "drivers/wifi/**/*"
- "subsys/shell/**/*"
- "subsys/net/**/*"
- "subsys/settings/**/*"

"CI-positioning-test":
- "include/net/**/*"
- "include/posix/**/*"
- "drivers/net/**/*"
- "drivers/wifi/**/*"
- "subsys/net/**/*"
- "subsys/settings/**/*"

"CI-cloud-test":
- "include/zephyr/dfu/**/*"
- "include/zephyr/net/**/*"
- "include/zephyr/posix/**/*"
- "include/zephyr/settings/**/*"
- "drivers/led/**/*"
- "drivers/net/**/*"
- "drivers/sensor/**/*"
- "drivers/serial/**/*"
- "drivers/wifi/**/*"
- "lib/posix/**/*"
- "soc/nordic/**/*"
- "subsys/dfu/**/*"
- "subsys/net/**/*"
- "subsys/settings/**/*"

"CI-wifi":
- "subsys/net/l2/wifi/**/*"
- "subsys/net/l2/ethernet/**/*"

"CI-sidewalk-test":
- "include/dfu/**/*"
- "include/mgmt/mcumgr/**/*"
- "soc/nordic/**/*"
- "subsys/dfu/**/*"
- "subsys/settings/**/*"
- "subsys/mgmt/mcumgr/**/*"
- "samples/bluetooth/hci_ipc/**/*"
- any:
- "subsys/bluetooth/**/*"
- "!subsys/bluetooth/mesh/**/*"
- "!subsys/bluetooth/audio/**/*"

"CI-audio-test":
- "boards/nordic/nrf5340_audio_dk/**/*"
- "drivers/flash/**/*"
- "drivers/spi/**/*"
- "drivers/gpio/**/*"
- "drivers/i2c/**/*"
- "drivers/watchdog/**/*"
- "include/dfu/**/*"
- "include/mgmt/mcumgr/**/*"
- "samples/bluetooth/hci_ipc/**/*"
- "soc/nordic/**/*"
- "subsys/bluetooth/audio/**/*"
- "subsys/bluetooth/host/**/*"
- "subsys/dfu/**/*"
- "subsys/fs/**/*"
- "subsys/mgmt/mcumgr/**/*"
- "subsys/sd/**/*"
- "subsys/storage/**/*"
- "subsys/task_wdt/**/*"
- "subsys/usb/**/*"
- "subsys/zbus/**/*"

"CI-pmic-samples-test":
- "samples/shields/npm1300_ek/**/*"
- "boards/shields/npm1300_ek/**/*"
- "**/**npm1300**/**"
- "drivers/regulator/regulator_common.c"
- "drivers/regulator/regulator_shell.c"
- "drivers/gpio/gpio_shell.c"
- "drivers/sensor/sensor_shell.c"

"CI-test-low-level":
- "dts/**/*"
- "boards/nordic/nrf54*/**/*"
- "include/zephyr/**/*"
- "tests/arch/**/*"
- "arch/**/*"
- "tests/kernel/**/*"
- "kernel/**/*"
- "tests/drivers/**/*"
- "tests/boards/nrf/**/*"
- "drivers/**/*"
- "samples/subsys/settings/**/*"
- "subsys/settings/**/*"
- "samples/subsys/logging/**/*"
- "subsys/logging/**/*"
- "samples/sensor/**/*"
- "samples/hello_world/**/*"
- "samples/synchronization/**/*"
- "samples/subsys/ipc/**/*"
- "samples/drivers/mbox/**/*"
- "samples/drivers/watchdog/**/*"
- "samples/drivers/soc_flash_nrf/**/*"
- "samples/drivers/jesd216/**/*"
- "samples/drivers/spi_flash/**/*"
- "samples/drivers/adc/**/*"
- "samples/basic/fade_led/**/*"
- "samples/basic/blinky_pwm/**/*"
- "samples/subsys/usb/mass/**/*"
- "samples/subsys/usb/cdc_acm/**/*"
- "modules/hal_nordic/**/*"

"CI-suit-dfu-test":
- "subsys/mgmt/mcumgr/**/*"
- "include/mgmt/mcumgr/**/*"
- "samples/subsys/mgmt/mcumgr/smp_svr/**/*"
- "subsys/bluetooth/**/*"
- "drivers/bluetooth/**/*"
- "drivers/flash/**/*"
- "drivers/spi/**/*"
- "drivers/mbox/**/*"
- "drivers/serial/**/*"
- "drivers/console/**/*"
- "dts/common/nordic/*"
- "dts/arm/nordic/nrf54h*"
- "dts/riscv/nordic/nrf54h*"
- "boards/nordic/nrf54h*"
- "soc/nordic/nrf54h/**/*"
- "include/zephyr/**/*"
- "subsys/logging/**/*"
- "subsys/tracing/**/*"
- "scripts/west_commands/build.py"
- "scripts/west_commands/flash.py"
- "scripts/west_commands/runners/nrfutil.py"
- "scripts/west_commands/runners/core.py"
- "scripts/west_commands/runners/nrf_common.py"
Loading
Loading