Skip to content

IPC: Unbound callback for ICMsg #2303

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

Draft
wants to merge 712 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
712 commits
Select commit Hold shift + click to select a range
8af79d4
[nrf fromlist] manifest: hostap: Pull fix for build error
krish2718 Oct 23, 2024
371c48b
[nrf noup] modules: hostap: Support Wi-Fi EAP-TLS mode
rado17 Oct 8, 2024
d4911e8
[nrf noup] samples: net: wifi: Changes for EAP-TLS support
rado17 Oct 8, 2024
01ba392
[nrf noup] modules: hostap: Add NCS PSA for hostap crypto ALT
krish2718 Oct 17, 2024
c877fde
[nrf noup] samples: net: wifi: Enable Wi-Fi driver in sysbuild builds
krish2718 Oct 10, 2024
2635f7e
[nrf noup] modules: hostap: Fix duplicate define warning
krish2718 Oct 21, 2024
9236bc2
[nrf noup] boards: nordic: 7002dk_ns: Fix missing co-ex
krish2718 Oct 21, 2024
34010be
[nrf noup] modules: hostap: Fix NS build
krish2718 Oct 22, 2024
130d420
[nrf noup] samples: net: wifi: Update certificates
krish2718 Oct 22, 2024
33919fc
[nrf noup] modules: hostap: Add NCS PSA for hostap crypto ALT
krish2718 Oct 22, 2024
567fe96
[nrf fromtree] doc: ipc: Add detailed protocol specs for ICBMsg backend
doki-nordic Oct 16, 2024
cc3c2ac
[nrf fromtree] doc: ipc: Add detailed protocol specs for ICMsg backend
doki-nordic Oct 16, 2024
a010c20
[nrf fromtree] drivers: serial: nrfx_uarte: Split async control block…
nordic-krch Sep 10, 2024
8b426b8
[nrf fromtree] dts: nordic: nrf-uarte: Add frame-timeout-supported pr…
nordic-krch Jun 25, 2024
eb62dd5
[nrf fromtree] drivers: serial: nrfx_uarte: Remove CONFIG_UART_n_GPIO…
nordic-krch Sep 20, 2024
42fad2c
[nrf fromtree] drivers: serial: nrfx_uarte2: Remove CONFIG_UART_n_GPI…
nordic-krch Sep 24, 2024
49bbbea
[nrf fromtree] doc: releases: Add not about CONFIG_UART_n_GPIO_MANAGE…
nordic-krch Sep 24, 2024
6bd3a7e
[nrf fromtree] drivers: serial: nrfx_uarte: Use nrfx_gppi helper
nordic-krch Sep 24, 2024
d62a69c
[nrf fromtree] drivers: serial: nrfx_uarte: Refactor to use RX async …
nordic-krch Sep 24, 2024
22c4f08
[nrf fromtree] drivers: serial: nrfx_uarte: Rework driver to support …
nordic-krch Sep 24, 2024
f80b608
[nrf fromtree] drivers: serial: nrfx_uarte: Add support for frame tim…
nordic-krch Jul 4, 2024
76495df
[nrf fromtree] drivers: serial: nrfx_uarte: Add support for DMM and c…
nordic-krch Sep 16, 2024
f6115ff
[nrf fromtree] drivers: serial: nrfx_uarte: Improve RX FIFO flush wor…
nordic-krch Jul 9, 2024
c541fa9
[nrf fromtree] drivers: serial: nrfx_uarte: Add workaround for BAUDRA…
nordic-krch Sep 17, 2024
75263f7
[nrf fromtree] drivers: serial: nrfx_uarte: Add lock to uart_rx_disable
nordic-krch Sep 17, 2024
5d0ed65
[nrf fromtree] boards: native: nrf_bsim: Add include path to common
nordic-krch Oct 21, 2024
8f950bc
[nrf fromtree] tests: drivers: uart: async_api: Make long buffer conf…
nordic-krch Jul 19, 2024
e6f1bb5
[nrf fromtree] tests: drivers: uart: async_api: Use custom long buffe…
nordic-krch Oct 23, 2024
c7124d9
[nrf fromtree] tests: drivers: uart: uart_async_api: Add nrf54l15dk//…
nordic-krch Oct 22, 2024
9a0c387
[nrf fromtree] drivers: serial: nrfx_uarte: Add missing closing bracket
nordic-krch Oct 22, 2024
e209799
[nrf fromtree] drivers: serial: nrfx_uarte: Remove unused element fro…
nordic-krch Oct 21, 2024
922989e
[nrf fromtree] drivers: serial: nrfx_uarte: Add runtime PM
nordic-krch Sep 16, 2024
8171692
[nrf fromtree] drivers: serial: nrfx_uarte: Improve RX FIFO flushing …
nordic-krch Oct 25, 2024
c3fd7fd
[nrf fromtree] drivers: serial: nrfx_uarte: Use legacy shim by default
nordic-krch Oct 7, 2024
055d020
[nrf fromtree] drivers: serial: nrfx_uarte: Minor code size optimization
nordic-krch Oct 22, 2024
0f863b6
Revert "[nrf noup] settings: zms: use dedicated lookup cache hash fun…
rghaddab Oct 25, 2024
41c32a8
Revert "[nrf fromlist] fs: introduce ZMS a new Memory storage system"
rghaddab Oct 25, 2024
9d02e17
Revert "[nrf fromlist] doc: zms: add documentation for ZMS"
rghaddab Oct 25, 2024
2fc6a1e
Revert "[nrf fromlist] samples: fs: zms: add a sample app for ZMS sto…
rghaddab Oct 25, 2024
c779bfd
Revert "[nrf fromlist] tests: fs: zms: add testsuite for ZMS storage"
rghaddab Oct 25, 2024
d027f10
[nrf fromtree] fs: introduce ZMS a new Memory storage system
rghaddab Feb 26, 2024
fac1b34
[nrf fromtree] tests: fs: zms: add testsuite for ZMS storage
rghaddab Aug 5, 2024
7584f50
[nrf fromtree] samples: fs: zms: add a sample app for ZMS storage system
rghaddab Sep 28, 2024
77095d5
[nrf fromtree] doc: zms: add documentation for ZMS
rghaddab Oct 9, 2024
810873e
[nrf noup] settings: zms: use dedicated lookup cache hash function
rghaddab Oct 11, 2024
53f2704
[nrf fromlist] fs: zms: multiple fixes from previous PR review
rghaddab Oct 23, 2024
c2097f6
[nrf fromlist] drivers: modem_cellular: fix handling of `+C*REG` answers
tomi-font Oct 28, 2024
724df7d
[nrf fromtree] cmake: support PATH argument in build_info()
tejlmand Oct 10, 2024
18ba09b
[nrf fromtree] cmake: update build_info() calls to use PATH argument
tejlmand Oct 10, 2024
e6b24cb
[nrf fromtree] tests: drivers: i2s: Add overlay to support nRF54L15 DK
kl-cruz Oct 16, 2024
6c435d6
[nrf fromtree] boards: nordic: ipc: added dcache alignement
doki-nordic Oct 23, 2024
e49e65b
[nrf fromlist] soc: nordic: nrf54l15: fix APPROTECT handling
nika-nordic Oct 24, 2024
e9fcbfe
[nrf fromtree] soc: nordic: Fix the way of enabling clock control for…
anangl Sep 27, 2024
5a8a8e3
[nrf fromtree] drivers: clock_control_nrf2_hsfll: Fix checking if DVF…
anangl Oct 17, 2024
b7cc11b
[nrf fromlist] dts: common: nordic: nrf54l15: add power peripheral
bjarki-andreasen Oct 24, 2024
becf3de
[nrf fromlist] soc: nordic: add fn for setting constlat mode
bjarki-andreasen Oct 16, 2024
4c7f4d4
[nrf fromlist] samples: boards: nordic: add nrf_sys_event sample
bjarki-andreasen Oct 16, 2024
c1dc2ca
Revert "[nrf fromlist] soc: nordic: nrf54l15: fix APPROTECT handling"
rlubos Oct 29, 2024
6565fcd
[nrf fromtree] boards: nordic: ipc node added dcache alignement
lstnl Oct 3, 2024
45109fc
[nrf fromtree] drivers: cache: Enable LINEADDR workaround on nRF54H20…
57300 Oct 22, 2024
2e2bd81
[nrf fromtree] modules: hal_nordic: Disable 802.15.4 temp update on n…
57300 Oct 22, 2024
da8cc84
[nrf fromtree] modules: hal_nordic: nrfs: Enable DVFS service on nRF5…
57300 Oct 22, 2024
bbb0afe
[nrf fromtree] logging: stmesp: Do not append strings on nRF54H20 Eng…
57300 Oct 22, 2024
ac69202
[nrf noup] soc: nordic: Enable VPR launcher on nRF54H20 EngB
57300 Oct 23, 2024
7870337
[nrf fromtree] drivers: adc: nrfx_saadc: Use CONFIG_NRF_PLATFORM_HALTIUM
57300 Oct 23, 2024
70f8351
[nrf fromtree] dts: update memory map and remove ext-uicr
hakonfam Oct 7, 2024
285fcbe
[nrf fromtree] modules: hal_nordic: Require nrf-regtool 7.0.0
carlescufi Oct 22, 2024
473649e
Revert "[nrf fromlist] dts: arm: nordic: Add power states for nRF54H20"
57300 Oct 28, 2024
1eef25b
[nrf fromlist] dts: arm: nordic: Add power states for nRF54H20
adamkondraciuk Oct 2, 2024
08f1c5b
[nrf noup] scripts: west_commands: runners: nrf: workarounds for SDFW…
jonathannilsen Oct 23, 2024
5f71466
[nrf fromtree] tests: drivers: can: api: Add negative test for can_ad…
nordic-segl Oct 23, 2024
af9ae06
[nrf fromtree] tests: drivers: can: api: Add negative test for can_se…
nordic-segl Oct 23, 2024
957e31e
[nrf fromtree] tests: drivers: can: api: Add negative test for can_se…
nordic-segl Oct 23, 2024
6893450
[nrf fromtree] tests: drivers: can: api: Add negative test for can_se…
nordic-segl Oct 23, 2024
10633e9
[nrf fromlist] manifest: hal_nordic: Pull doxygen build fixes
krish2718 Oct 28, 2024
d005a17
[nrf fromlist] drivers: wifi: Fix offloaded raw TX feature flags
kapbh Oct 23, 2024
f09598e
[nrf fromlist] drivers: wifi: Fix deinit for offloaded raw tx API
kapbh Oct 23, 2024
1778ec0
[nrf fromlist] drivers: nrfwifi: Remove passing unused flag
krish2718 Oct 28, 2024
9bf627f
[nrf fromlist] boards: nordic: Fix the label for nRF70 SR co-existence
krish2718 Oct 26, 2024
ab0b985
[nrf fromlist] shields: nrf7002eb: Add missing SR RF switch GPIO
krish2718 Oct 27, 2024
979a672
[nrf fromlist] drivers: nrfwifi: Fix memory leak in TX path
krish2718 Oct 28, 2024
c8fd566
[nrf fromtree] net: lib: capture: Fix build error
krish2718 Oct 24, 2024
cc13816
[nrf fromtree] drivers: Add comparator API
bjarki-andreasen Jul 15, 2024
7d97fc7
[nrf fromtree] drivers: comparator: Add initial files
bjarki-andreasen Jul 15, 2024
30def45
[nrf fromtree] dts: common: nordic: adjust comparator nodes
bjarki-andreasen Sep 13, 2024
cbf5449
[nrf fromtree] drivers: comparator: Add nRF COMP device driver
bjarki-andreasen Jul 17, 2024
aca1d40
[nrf fromtree] tests: drivers: build_all: add comparator test suite
bjarki-andreasen Sep 4, 2024
1e13d3f
[nrf fromtree] drivers: comparator: add nRF LPCOMP device driver
bjarki-andreasen Sep 2, 2024
2badeca
[nrf fromtree] tests: drivers: build_all: comparator: add nrf_lpcomp
bjarki-andreasen Sep 4, 2024
67c448a
[nrf fromtree] sensor: mcux_acmp: namespace driver and kconfigs
bjarki-andreasen Aug 19, 2024
bee7df8
[nrf fromtree] drivers: sensor: mcux_acmp: update dts binding and ada…
bjarki-andreasen Sep 18, 2024
28879e0
[nrf fromtree] doc: releases: migration-guide: deprecated nxp,kinetis…
bjarki-andreasen Sep 22, 2024
4f0b522
[nrf fromtree] drivers: comparator: add mcux acmp device driver
bjarki-andreasen Aug 19, 2024
ef7cbee
[nrf fromtree] tests: drivers: build_all: comparator: add mcux_acmp
bjarki-andreasen Sep 5, 2024
c12fade
[nrf fromtree] drivers: comparator: add shell
bjarki-andreasen Sep 1, 2024
5a43ffe
[nrf fromtree] drivers: comparator: add fake comparator
bjarki-andreasen Sep 6, 2024
c99b932
[nrf fromtree] tests: drivers: comparator: add shell test suite
bjarki-andreasen Sep 15, 2024
45db138
[nrf fromtree] docs: hardware: peripherals: add comparator docs
bjarki-andreasen Sep 22, 2024
55e96fa
[nrf fromtree] doc: release notes: added comparator release notes
bjarki-andreasen Sep 22, 2024
82e1b01
[nrf fromtree] MAINTAINERS: add entry for comparator drivers
bjarki-andreasen Sep 22, 2024
54ceaf9
[nrf fromtree] MAINTAINERS.yml: patch comparator drivers area
bjarki-andreasen Oct 11, 2024
cd0d63d
[nrf fromtree] tests: drivers: comparator: add gpio_loopback test suite
bjarki-andreasen Oct 11, 2024
8a776b3
[nrf fromtree] tests: drivers: comparator: shell: use platform_allow
bjarki-andreasen Oct 18, 2024
d9f282c
[nrf fromtree] samples: boards: nordic: system_off: Update README.
nordic-babu Oct 30, 2024
06d6b00
[nrf fromlist] samples: sensor: qdec: change pins used for qdec nrf54…
nordic-pikr Oct 29, 2024
001d5ed
[nrf fromlist] doc: doxygen: remove rst utilities
gmarull Oct 24, 2024
a735c24
[nrf fromlist] bluetooth: audio: bap: fix Doxygen issue
gmarull Oct 24, 2024
de67069
Revert "[nrf fromlist] tests: drivers: adc: add adc_error_cases tests."
nordic-babu Oct 31, 2024
275c690
[nrf fromtree] tests: drivers: adc: add adc_error_cases tests.
nordic-babu Oct 31, 2024
d59b845
[nrf fromlist] soc: nordic: nrf54l: fix configuration of DCDC regulator
nika-nordic Oct 30, 2024
b4b2115
[nrf fromtree] tests/bsim/bluetooth/host/att: Enable RealEncryption
aescolar Sep 17, 2024
67b6339
[nrf fromtree] tests/bsim/bluetooth/host/gatt: Enable RealEncryption
aescolar Sep 17, 2024
8471888
[nrf fromtree] tests/bsim/bluetooth/host/security: Enable RealEncryption
aescolar Sep 17, 2024
79ab9de
[nrf fromtree] tests/bsim/bluetooth/host/adv/encrypted: Enable RealEn…
aescolar Sep 17, 2024
a84fcc5
[nrf fromtree] Bluetooth: Host: Set scan option type to uint8_t
Thalley Sep 18, 2024
a2bbc5a
[nrf fromtree] bluetooth: host: fix formatter warnings
ycsin Sep 19, 2024
4bec79b
[nrf fromtree] Bluetooth: Host: BT scan failure when connecting by na…
babrsn Sep 22, 2024
08fbd11
[nrf fromtree] Bluetooth: Host: SSP: Correct BR bonding type
lylezhu2012 May 16, 2024
2e4a644
[nrf fromtree] Bluetooth: Host: smp: Add function to get bonding setting
lylezhu2012 May 16, 2024
d2db838
[nrf fromtree] Bluetooth: host: Kconfig: Correct `help` of `BT_BONDABLE`
lylezhu2012 Sep 25, 2024
723ca15
[nrf fromtree] bluetooth: host: att: Implement disconnect on ATT timeout
PavelVPV Oct 4, 2024
be772e1
[nrf fromtree] tests: bsim: bluetooth: host: att: Add ATT timeout test
PavelVPV Oct 8, 2024
db82e54
Revert "[nrf noup] bluetooth: conn: Skip buffer ref count check in se…
PavelVPV Oct 21, 2024
3b53c65
Revert "[nrf noup] bluetooth: conn: Allow for an extra ref in bt_l2ca…
PavelVPV Oct 21, 2024
9efb149
[nrf fromtree] bluetooth: host: l2cap: Check conn state before queuei…
PavelVPV Oct 7, 2024
ae06abb
[nrf noup] bluetooth: conn: Allow for an extra ref in bt_l2cap_send_pdu
MarekPieta Jun 14, 2024
7718e6e
[nrf noup] bluetooth: conn: Skip buffer ref count check in send_buf
MarekPieta Aug 7, 2024
fd0492a
[nrf fromtree] bluetooth: host: conn: Check if *conn is not NULL
PavelVPV Oct 9, 2024
765c23d
[nrf fromtree] tests: bluetooth: host: conn: Add bt_conn_le_create un…
PavelVPV Oct 16, 2024
015b317
[nrf fromlist] soc: nordic: nrf54l15: fix APPROTECT handling
nika-nordic Oct 24, 2024
3440378
[nrf fromlist] soc: nordic: dmm: Fix DMM_REG_ALIGN_SIZE macro when CO…
57300 Oct 31, 2024
25f14b4
[nrf noup] dfu: boot: mcuboot_shell: Prevent erasing active areas
nordicjm Oct 15, 2024
50ee9cb
[nrf fromtree] drivers: nrfwifi: Fix regulatory domain regression
krish2718 Oct 16, 2024
d0acfbd
[nrf fromtree] drivers: nrfwifi: Fix label name
krish2718 Oct 16, 2024
ac03a2b
Revert "[nrf fromlist] manifest: hal_nordic: Pull doxygen build fixes"
krish2718 Nov 1, 2024
a5eb552
[nrf fromlist] drivers: nrfwifi: Fix passing of RAW scan results flag
krish2718 Oct 29, 2024
a3a28db
[nrf fromlist] manifest: hal_nordic: Pull RX processing fixes
krish2718 Oct 29, 2024
b1c242f
[nrf fromlist] boards: thingy53: Fix missing GPIOs
krish2718 Nov 1, 2024
4250055
[nrf fromlist] drivers: nrfwifi: Fix the undefined macro usage
krish2718 Nov 2, 2024
86bff0f
[nrf noup] hostap: Fix PSA config
krish2718 Nov 1, 2024
b6c2319
[nrf fromtree] linker: lto: Remove experimental label
carlescufi Oct 28, 2024
67983c5
[nrf fromtree] net: coap: add no-response option definition and values
hubertmis Sep 23, 2024
b56bec6
[nrf fromtree] net: lib: coap_client: wait for all acknowledgements
fgervais Sep 25, 2024
04d4c68
[nrf fromtree] tests: coap_client: wait enough for requests to be una…
fgervais Sep 24, 2024
ce8edeb
[nrf fromtree] include: zephyr: net: coap_service: Use _CONCAT expansion
pdgendt Sep 30, 2024
6983b3c
[nrf fromtree] tests: coap_client: optimize/reduce sleep time
fgervais Sep 28, 2024
adb4d33
[nrf fromtree] net: lib: coap: make ACK random factor runtime configu…
koalatux Sep 26, 2024
c5074d7
[nrf fromtree] net: coap_client: signal socket error to user
tautologyclub Oct 23, 2024
a75540e
[nrf fromtree] net: lib: coap_client: Protect initialization with mutex
SeppoTakalo Oct 23, 2024
42a691b
[nrf fromtree] net: lib: coap_client: Release internal request when f…
SeppoTakalo Oct 23, 2024
a10fdc4
[nrf fromtree] net: lib: coap_client: check poll() condition before r…
SeppoTakalo Oct 24, 2024
dec4578
[nrf fromtree] net: lib: coap_client: Forward recv() errors to handli…
SeppoTakalo Oct 25, 2024
179c07f
[nrf fromtree] net: lib: coap_client: Don't decrease retry counter on…
SeppoTakalo Oct 25, 2024
a3c908a
[nrf fromtree] net: lib: coap_client: Use reset_internal_request() in…
SeppoTakalo Oct 25, 2024
95c1c85
[nrf fromtree] net: lib: coap_client: Fix reset handling
SeppoTakalo Oct 24, 2024
eb52d8c
[nrf fromtree] net: coap: Add API to send reset message
SeppoTakalo Oct 25, 2024
72d0c39
[nrf fromtree] net: lib: coap_client: Remove duplicate token comparison
SeppoTakalo Oct 25, 2024
d199300
[nrf fromtree] net: lib: coap_client: Send RST for unknown queries
SeppoTakalo Oct 25, 2024
2e57969
[nrf fromtree] tests: coap_client: Add tests for poll() errors
SeppoTakalo Oct 25, 2024
53b26fb
[nrf fromtree] net: lib: coap_client: Remove unnecessary atomic variable
SeppoTakalo Oct 28, 2024
2a43406
[nrf fromtree] arch: arm: cortex_m: pm_s2ram: Rework S2RAM mark funct…
adamkondraciuk Oct 17, 2024
b16abc6
[nrf fromtree] soc: nordic: s2ram: Align s2ram marking procedures
adamkondraciuk Oct 24, 2024
de466b5
[nrf fromtree] soc: snps: move init code from SYS_INIT to hooks
nashif Sep 10, 2024
889a23e
[nrf fromtree] soc: imx8m: change RDC configuration based on device tree
JiafeiPan Aug 26, 2024
5b8db13
[nrf fromtree] soc: nxp: move init code from SYS_INIT to hooks
nashif Sep 10, 2024
9a68f13
[nrf fromtree] drivers: kinetis-pinctrl: Account for SCG K4
decsny Aug 6, 2024
7b42e04
[nrf fromtree] devicetree: add `DT_NODE_HAS_STATUS_OKAY`
ycsin Sep 20, 2024
8fc34fc
[nrf fromtree] zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY
ycsin Sep 20, 2024
d7e9470
[nrf fromtree] pm: policy: split policy APIs implementations
gmarull Oct 22, 2024
6d97e32
[nrf fromtree] pm: policy: allow using latency API in standalone mode
gmarull Oct 22, 2024
a7efd34
Revert "[nrf fromlist] manifest: hal_nordic: Pull RX processing fixes"
krish2718 Nov 4, 2024
0d1bb86
[nrf fromlist] manifest: hal_nordic: Pull logging level fix
krish2718 Nov 4, 2024
0debaa0
[nrf fromlist] drivers: nrfwifi: Add a NULL check for FMAC context
krish2718 Nov 4, 2024
f2efee5
[nrf fromlist] drivers: nrfiwif: Enable recovery by default
krish2718 Nov 4, 2024
e26e2a2
[nrf fromlist] drivers/wifi/nrfwifi: Add buffer for discard bytes
hongquan-prog Nov 3, 2024
3017425
[nrf fromlist] drivers: nrfwifi: Fix CSUM support
krish2718 Nov 4, 2024
9ee72ff
[nrf fromlist] soc: nordic: nrf54l: tune configuration of DCDC regulator
nika-nordic Nov 4, 2024
fdc2af7
Revert "[nrf fromlist] drivers: wifi: Fix offloaded raw TX feature fl…
krish2718 Nov 5, 2024
81e871f
Revert "[nrf fromlist] drivers: nrfwifi: Fix passing of RAW scan resu…
krish2718 Nov 5, 2024
0ee8c0a
[nrf fromlist] drivers: wifi: Fix offloaded raw TX feature flags
kapbh Oct 23, 2024
7087773
[nrf fromlist] drivers: nrfwifi: Fix passing of RAW scan results flag
krish2718 Oct 29, 2024
d9bec06
[nrf fromlist] drivers: nrfwifi: WAR for performance regression
krish2718 Nov 5, 2024
b27ed6f
[nrf fromlist] drivers: serial: nrfx_uarte: Fix RX path without low p…
nordic-krch Nov 6, 2024
822bd4f
[nrf fromlist] drivers: timer: grtc: Add LFPRC as the source of GRTC
adamkondraciuk Oct 31, 2024
91e394a
[nrf fromtree] soc: nordic: nrf53: SOC_NRF53_CPUNET_ENABLE should not…
sean-madigan Oct 15, 2024
8d25ca2
[nrf fromtree] boards: nordic: nrf54l15dk: Fix references to pdk
carlescufi Oct 16, 2024
2463da2
[nrf fromtree] dts: bindings: power-domain: add binding for NXP's SCU…
LaurentiuM1234 Sep 30, 2024
b2f577c
[nrf fromtree] soc: intel: renamed soc from ace30_ptl to ace30
gbernatxintel Sep 23, 2024
6e6555e
[nrf fromtree] dts: xtensa: nxp_imx8: add power domain for irqsteer
LaurentiuM1234 Sep 30, 2024
de83970
[nrf fromtree] dts: xtensa: nxp_imx8: add bus clock for sai1
LaurentiuM1234 Oct 9, 2024
65c16d3
[nrf fromtree] tests: drivers: build_all: Add power_domain drivers test
soburi Sep 17, 2024
0b1e0ff
[nrf fromtree] pm: s/power-domain/power-domains and add power-domain-…
gmarull Oct 16, 2024
49d8098
[nrf fromtree] dts: bindings: power: add nordic,nrf-global-pd
gmarull Oct 10, 2024
08a808e
[nrf fromtree] dts: nordic: nrf54h20: define global power domain
gmarull Oct 16, 2024
e5ea30f
[nrf fromtree] dts: nordic: nrf54h20: add power domain information
gmarull Oct 10, 2024
2f86d8b
[nrf fromtree] drivers: pinctrl: nrf: add flag to signal the FAST_ACT…
gmarull Oct 10, 2024
b9a4d5c
[nrf fromtree] soc: nordic: nrf54h: add SoC level API to request/rele…
gmarull Oct 10, 2024
883d2b5
[nrf fromtree] modules: hal_nordic: bump regtool to 8.0.0
gmarull Oct 30, 2024
1d5064f
[nrf fromtree] drivers: gpio: nrfx: add support for ports with pad on…
gmarull Oct 10, 2024
2312616
[nrf fromtree] scripts: checkpatch: add NRF_GPIO_Type to typedefs file
gmarull Oct 30, 2024
1adb9e1
[nrf fromtree] soc: nordic: nrf54h: gpd: add API to set/clear pin ret…
gmarull Oct 29, 2024
1032cba
[nrf fromtree] drivers: serial: nrfx_uarte: set/clear pins retention
gmarull Oct 29, 2024
579e766
[nrf fromtree] soc: nordic: nrf54h: disable PM_DEVICE_POWER_DOMAIN
gmarull Oct 29, 2024
6384b58
[nrf noup] moduled: hal_nordic: require nrf-regtool
gmarull Oct 30, 2024
254501b
[nrf fromlist] soc: nrf54h: gpd: use callback to fetch nrfs async result
gmarull Nov 4, 2024
40ac0cc
[nrf fromtree] soc: nordic: nrf54h: gpd: fix compile warning when CON…
gmarull Nov 5, 2024
3617ee9
[nrf fromlist] dts: common: nordic: Add clock property for fast PWM120
mstasiaknordic Nov 4, 2024
ada0489
[nrf fromlist] drivers: pwm: nrfx: adjust PWM driver to fast PWM120
mstasiaknordic Nov 4, 2024
7d6d734
[nrf fromtree] drivers: nrfwifi: Fixes from doc review
krish2718 Nov 1, 2024
57dd05f
[nrf fromlist] manifest: Update hal_nordic
karun2796 Nov 6, 2024
3adbc32
[nrf noup] sample/smp_svr: nrf54l15dk test cases
nvlsianpu Oct 23, 2024
1c79ce0
[nrf fromlist] Bluetooth: Host: L2CAP: Fix seg_recv call on SDU overflow
sjanc Oct 23, 2024
17c202d
[nrf fromlist] Bluetooth: Tester: Use BT_L2CAP_SEG_RECV for L2CAP tests
sjanc Oct 23, 2024
54adfa7
[nrf fromlist] Bluetooth: Tester: Increase config values to make test…
alwa-nordic Nov 7, 2024
5b1dd8b
[nrf fromlist] tests: drivers: gpio: gpio_basic_api: enable for nrf54…
nordic-piks Nov 7, 2024
1e549f5
[nrf fromlist] tests: drivers: sensor: temp_sensor: enable for nrf54l…
nordic-piks Nov 7, 2024
5a39148
[nrf fromlist] drivers: nrfwifi: Fix recovery for SAP
krish2718 Nov 8, 2024
4b246a0
Revert "[nrf noup] boards: nordic: Turn off MRAM suspend for NRF54H20…
gmarull Oct 15, 2024
a70d6bd
[nrf noup] soc: nordic: nrf54h20: Turn off MRAM suspend
zycz Jun 24, 2024
0271821
[nrf fromtree] dp: swdp_bitbang: fix missing reset pin error
maxd-nordic Nov 5, 2024
dcb8c6a
[nrf noup] mcuboot: Add CONFIG_MCUBOOT_BOOTLOADER_USES_SHA512
de-nordic Nov 12, 2024
61555a3
[nrf noup] mgmt/mcumgr: Add support for SHA512 in images
de-nordic Nov 12, 2024
c5efe1f
[nrf noup] samples/smp_svr: Increase stack size required
de-nordic Nov 12, 2024
87e5b3f
[nrf fromlist] drivers: spi: nrfx_spim: set/clear pins retention
adamkondraciuk Nov 8, 2024
b524b0e
[nrf fromlist] drivers: pwm: nrfx: add pin retention
mstasiaknordic Nov 13, 2024
b9bc084
[nrf noup] drivers: spi: dw: turn on FAST_ACTIVE1 domain
gmarull Nov 13, 2024
df2fd0e
[nrf noup] ci: fix suit-dfu-test entries in test-spec
kszromek-nordic Nov 12, 2024
a93ae9d
[nrf fromlist] arch: arm: cortex_m: pm_s2ram: fix system_off rv as rv…
HesselM Oct 30, 2024
dab9c11
[nrf fromlist] soc: nordic: nrf54h: disable IRQ before PM config
adamkondraciuk Nov 12, 2024
d0fbc49
[nrf fromlist] soc: nordic: add configuration for nrf54h20 flpr core
nordic-piks Nov 15, 2024
aa40507
[nrf fromlist] cmake: dts: Use temporary file for dts.cmake
nordicjm Nov 13, 2024
6ac5c2b
IPC service API update
doki-nordic Nov 22, 2024
f3f8816
Add unbound DTS option and adjust pbuf for session handshake
doki-nordic Nov 22, 2024
9fa48fe
Draft of icmsg_open
doki-nordic Nov 22, 2024
3908faa
Draft of mbox callback handler
doki-nordic Nov 22, 2024
0e8ee75
All the code is in, ready to run it.
doki-nordic Nov 22, 2024
7a2d97b
Working icmsg sample for nRF53
doki-nordic Nov 22, 2024
126c287
Check unbound in icmsg sample
doki-nordic Nov 22, 2024
257304c
Fix infinite unbound
doki-nordic Nov 22, 2024
b1fb613
Code cleanup
doki-nordic Nov 23, 2024
c02bd7c
Asserts and removed unused code
doki-nordic Nov 23, 2024
9aad6ad
ICBMsg fixes
doki-nordic Nov 23, 2024
421d110
FIx exception
doki-nordic Nov 27, 2024
313531d
Temporary workaround for PPR reset
doki-nordic Nov 28, 2024
670f345
tests: ipc: ipc_sessions: Implementation
rakons Nov 19, 2024
ddada07
ipc_service: ipc: pbuf: Add assertions for handshake location
rakons Nov 28, 2024
f2a8725
tests: ipc: ipc_sessions: Add nrf54h20 cpuapp-cpurad configuration
rakons Nov 28, 2024
c459028
tests: ipc: ipc_sessions: Add long transfers test
rakons Dec 2, 2024
aa49f4b
Test interoperability of icmsg with old implementation.
doki-nordic Jan 16, 2025
36aef7f
Fix Kconfig
doki-nordic Jan 16, 2025
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
  •  
  •  
  •  
407 changes: 407 additions & 0 deletions .github/test-spec.yml

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions .github/workflows/commit-tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Commit tags

on:
pull_request:
types: [synchronize, opened, reopened, edited, labeled, unlabeled,
milestoned, demilestoned, assigned, unassigned, ready_for_review,
review_requested]

jobs:
commit_tags:
runs-on: ubuntu-22.04
name: Run commit tags checks on patch series (PR)
steps:
- name: Update PATH for west
run: |
echo "$HOME/.local/bin" >> $GITHUB_PATH

- name: Checkout the code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0

- name: Run the commit tags
uses: nrfconnect/action-commit-tags@main
with:
target: .
upstream: zephyrproject-rtos/zephyr/main
8 changes: 4 additions & 4 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
git config --global user.name "Your Name"
git remote -v
# Ensure there's no merge commits in the PR
[[ "$(git rev-list --merges --count origin/${BASE_REF}..)" == "0" ]] || \
(echo "::error ::Merge commits not allowed, rebase instead";false)
#[[ "$(git rev-list --merges --count origin/${BASE_REF}..)" == "0" ]] || \
#(echo "::error ::Merge commits not allowed, rebase instead";false)
git rebase origin/${BASE_REF}
# debug
git log --pretty=oneline | head -n 10
Expand Down Expand Up @@ -78,8 +78,8 @@ jobs:
git log --pretty=oneline | head -n 10
# Increase rename limit to allow for large PRs
git config diff.renameLimit 10000
./scripts/ci/check_compliance.py --annotate -e KconfigBasic \
-c origin/${BASE_REF}..
./scripts/ci/check_compliance.py --annotate -e KconfigBasic -e Kconfig \
-e KconfigBasicNoModules -e ModulesMaintainers -c origin/${BASE_REF}..

- name: upload-results
uses: actions/upload-artifact@v4
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/manifest-PR.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: handle manifest PR
on:
pull_request_target:
types: [opened, synchronize, closed]
branches:
- main


jobs:
call-manifest-pr-action:
runs-on: ubuntu-latest
steps:
- name: handle manifest PR
uses: nrfconnect/action-manifest-pr@main
with:
token: ${{ secrets.NCS_GITHUB_TOKEN }}
manifest-pr-title-details: ${{ github.event.pull_request.title }}
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2232,3 +2232,10 @@ add_subdirectory_ifdef(
CONFIG_MAKEFILE_EXPORTS
cmake/makefile_exports
)

yaml_context(EXISTS NAME build_info result)
if(result)
build_info(zephyr version VALUE ${PROJECT_VERSION_STR})
build_info(zephyr zephyr-base VALUE ${ZEPHYR_BASE})
yaml_save(NAME build_info)
endif()
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# component or code. This file is going to be deprecated and currently only had
# entries that are not covered by the MAINTAINERS file.

/.github/test-spec.yml @nrfconnect/ncs-test-leads
/soc/arm/aspeed/ @aspeeddylan
/soc/atmel/ @nandojve
/soc/arm/bcm*/ @sbranden
Expand Down
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@Library("CI_LIB") _

def pipeline = new ncs.sdk_zephyr.Main()

pipeline.run(JOB_NAME)
7 changes: 3 additions & 4 deletions Kconfig.zephyr
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ osource "${APPLICATION_SOURCE_DIR}/VERSION"
# Shield defaults should have precedence over board defaults, which should have
# precedence over SoC defaults, so include them in that order.
#
# $ARCH and $BOARD_DIR will be glob patterns when building documentation.
# $ARCH and $KCONFIG_BOARD_DIR will be glob patterns when building documentation.
# This loads custom shields defconfigs (from BOARD_ROOT)
osource "$(KCONFIG_BINARY_DIR)/Kconfig.shield.defconfig"
# This loads Zephyr base shield defconfigs
source "boards/shields/*/Kconfig.defconfig"

osource "$(BOARD_DIR)/Kconfig.defconfig"
osource "$(KCONFIG_BOARD_DIR)/Kconfig.defconfig"

# This loads Zephyr specific SoC root defconfigs
source "$(KCONFIG_BINARY_DIR)/soc/Kconfig.defconfig"
Expand Down Expand Up @@ -536,11 +536,10 @@ config NO_OPTIMIZATIONS
endchoice

config LTO
bool "Link Time Optimization [EXPERIMENTAL]"
bool "Link Time Optimization"
depends on !(GEN_ISR_TABLES || GEN_IRQ_VECTOR_TABLE) || ISR_TABLES_LOCAL_DECLARATION
depends on !NATIVE_LIBRARY
depends on !CODE_DATA_RELOCATION
select EXPERIMENTAL
help
This option enables Link Time Optimization.

Expand Down
18 changes: 17 additions & 1 deletion MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,6 @@ Documentation:
- doc/images/Zephyr-Kite-in-tree.png
- doc/index-tex.rst
- doc/index.rst
- doc/kconfig.rst
- doc/templates/sample.tmpl
- doc/templates/board.tmpl
- boards/index.rst
Expand Down Expand Up @@ -1157,6 +1156,23 @@ Release Notes:
tests:
- drivers.clock

"Drivers: Comparator":
status: maintained
maintainers:
- bjarki-andreasen
files:
- drivers/comparator/
- dts/bindings/comparator/
- include/zephyr/drivers/comparator.h
- include/zephyr/drivers/comparator/
- tests/drivers/build_all/comparator/
- tests/drivers/comparator/
- doc/hardware/peripherals/comparator.rst
labels:
- "area: Comparator"
tests:
- drivers.comparator

"Drivers: Console":
status: odd fixes
files:
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/core/cortex_m/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ static inline bool z_arm_is_pc_valid(uintptr_t pc)
return true;
}

#if DT_NODE_HAS_STATUS(DT_CHOSEN(zephyr_itcm), okay)
#if DT_NODE_HAS_STATUS_OKAY(DT_CHOSEN(zephyr_itcm))
/* Is it in the ITCM */
if ((((uintptr_t)&__itcm_start) <= pc) && (pc < ((uintptr_t)&__itcm_end))) {
return true;
Expand Down
30 changes: 18 additions & 12 deletions arch/arm/core/cortex_m/pm_s2ram.S
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ SECTION_FUNC(TEXT, arch_pm_s2ram_suspend)
/*
* Mark entering suspend to RAM.
*/
bl pm_s2ram_mark_set
mov r1, lr
bl pm_s2ram_mark_set
mov lr, r1

/*
* Call the system_off function passed as parameter. This should never
Expand All @@ -83,12 +85,19 @@ SECTION_FUNC(TEXT, arch_pm_s2ram_suspend)
* not successful (in r0 the return value).
*/

/* Move return value of system_off to callee-saved register. */
mov r4, r0

/*
* Reset the marking of suspend to RAM, return is ignored.
*/
bl pm_s2ram_mark_check_and_clear
mov r1, lr
bl pm_s2ram_mark_check_and_clear
mov lr, r1

/* Move system_off back to r0 as return value */
/* Move the stored return value of system_off back to r0,
* setting it as return value for this function.
*/
mov r0, r4

pop {r4-r12, lr}
Expand All @@ -99,16 +108,13 @@ GTEXT(arch_pm_s2ram_resume)
SECTION_FUNC(TEXT, arch_pm_s2ram_resume)
/*
* Check if reset occurred after suspending to RAM.
* Store LR to ensure we can continue boot when we are not suspended
* to RAM. In addition to LR, R0 is pushed too, to ensure "SP mod 8 = 0",
* as stated by ARM rule 6.2.1.2 for AAPCS32.
*/
push {r0, lr}
bl pm_s2ram_mark_check_and_clear
cmp r0, #0x1
pop {r0, lr}
beq resume
bx lr
mov r1, lr
bl pm_s2ram_mark_check_and_clear
mov lr, r1
cmp r0, #0x1
beq resume
bx lr

resume:
/*
Expand Down
40 changes: 32 additions & 8 deletions arch/arm/core/cortex_m/pm_s2ram.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,44 @@ __noinit _cpu_context_t _cpu_context;
*/
static __noinit uint32_t marker;

void pm_s2ram_mark_set(void)
void __attribute__((naked)) pm_s2ram_mark_set(void)
{
marker = MAGIC;
__asm__ volatile(
/* Set the marker to MAGIC value */
"str %[_magic_val], [%[_marker]]\n"

"bx lr\n"
:
: [_magic_val] "r"(MAGIC), [_marker] "r"(&marker)
: "r1", "r4", "memory");
}

bool pm_s2ram_mark_check_and_clear(void)
bool __attribute__((naked)) pm_s2ram_mark_check_and_clear(void)
{
if (marker == MAGIC) {
marker = 0;
__asm__ volatile(
/* Set return value to 0 */
"mov r0, #0\n"

/* Check the marker */
"ldr r3, [%[_marker]]\n"
"cmp r3, %[_magic_val]\n"
"bne exit\n"

/*
* Reset the marker
*/
"str r0, [%[_marker]]\n"

return true;
}
/*
* Set return value to 1
*/
"mov r0, #1\n"

return false;
"exit:\n"
"bx lr\n"
:
: [_magic_val] "r"(MAGIC), [_marker] "r"(&marker)
: "r0", "r1", "r3", "r4", "memory");
}

#endif /* CONFIG_PM_S2RAM_CUSTOM_MARKING */
13 changes: 13 additions & 0 deletions arch/arm/core/mpu/arm_mpu_regions.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
#include <zephyr/arch/arm/mpu/arm_mpu.h>

#include <zephyr/arch/arm/cortex_m/arm_mpu_mem_cfg.h>
#if USE_PARTITION_MANAGER
#include <pm_config.h>
#endif

static const struct arm_mpu_region mpu_regions[] = {
/* Region 0 */
Expand All @@ -21,13 +24,23 @@ static const struct arm_mpu_region mpu_regions[] = {
#endif
/* Region 1 */
MPU_REGION_ENTRY("SRAM_0",
#if USE_PARTITION_MANAGER
PM_SRAM_ADDRESS,
#if defined(CONFIG_ARMV8_M_BASELINE) || defined(CONFIG_ARMV8_M_MAINLINE)
REGION_RAM_ATTR(PM_SRAM_ADDRESS, PM_SRAM_SIZE)),
#else
REGION_RAM_ATTR(REGION_SRAM_SIZE)),
#endif
#else
CONFIG_SRAM_BASE_ADDRESS,
#if defined(CONFIG_ARMV8_M_BASELINE) || defined(CONFIG_ARMV8_M_MAINLINE)
REGION_RAM_ATTR(CONFIG_SRAM_BASE_ADDRESS, \
CONFIG_SRAM_SIZE * 1024)),
#else
REGION_RAM_ATTR(REGION_SRAM_SIZE)),
#endif

#endif /* USE_PARTITION_MANAGER */
};

const struct arm_mpu_config mpu_config = {
Expand Down
2 changes: 1 addition & 1 deletion boards/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ config QEMU_EXTRA_FLAGS
GDBstub over serial with `-serial tcp:127.0.0.1:5678,server`

# There might not be any board options, hence the optional source
osource "$(BOARD_DIR)/Kconfig"
osource "$(KCONFIG_BOARD_DIR)/Kconfig"
endmenu

config BOARD_HAS_TIMING_FUNCTIONS
Expand Down
6 changes: 5 additions & 1 deletion boards/Kconfig.v1
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

# SPDX-License-Identifier: Apache-2.0

# In HWMv1 the KCONFIG_BOARD_DIR points directly to the BOARD_DIR.
# Set the BOARD_DIR variable for backwards compatibility to legacy hardware model.
BOARD_DIR := $(KCONFIG_BOARD_DIR)

choice
prompt "Board Selection"

source "$(BOARD_DIR)/Kconfig.board"
source "$(KCONFIG_BOARD_DIR)/Kconfig.board"

endchoice
2 changes: 1 addition & 1 deletion boards/Kconfig.v2
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ config BOARD_QUALIFIERS
For example, if building for ``nrf5340dk/nrf5340/cpuapp`` then this will contain the
value ``nrf5340/cpuapp``.

osource "$(BOARD_DIR)/Kconfig.$(BOARD)"
osource "$(KCONFIG_BOARD_DIR)/Kconfig.$(BOARD)"
2 changes: 1 addition & 1 deletion boards/arm/v2m_musca_b1/pinmux.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static void arm_musca_b1_pinmux_defaults(void)
scc[IOMUX_ALTF1_OUTSEL] = 0xffff;
scc[IOMUX_ALTF1_OENSEL] = 0xffff;

#if DT_NODE_HAS_STATUS(DT_NODELABEL(uart0), okay)
#if DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(uart0))
/* clear bit 0/1 for GPIO0/1 to steer from ALTF1 */
scc[IOMUX_MAIN_INSEL] &= ~(BIT(0) | BIT(1));
scc[IOMUX_MAIN_OUTSEL] &= ~(BIT(0) | BIT(1));
Expand Down
2 changes: 1 addition & 1 deletion boards/arm/v2m_musca_s1/pinmux.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static void arm_musca_s1_pinmux_defaults(void)
scc[IOMUX_ALTF1_OUTSEL] = 0xffff;
scc[IOMUX_ALTF1_OENSEL] = 0xffff;

#if DT_NODE_HAS_STATUS(DT_NODELABEL(uart0), okay)
#if DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(uart0))
/* clear bit 0/1 for GPIO0/1 to steer from ALTF1 */
scc[IOMUX_MAIN_INSEL] &= ~(BIT(0) | BIT(1));
scc[IOMUX_MAIN_OUTSEL] &= ~(BIT(0) | BIT(1));
Expand Down
4 changes: 2 additions & 2 deletions boards/digilent/arty_a7/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LOG_MODULE_REGISTER(board, CONFIG_LOG_DEFAULT_LEVEL);

#define DAPLINK_QSPI_MUX_NODE DT_NODELABEL(daplink_qspi_mux)

#if DT_NODE_HAS_STATUS(DAPLINK_QSPI_MUX_NODE, okay)
#if DT_NODE_HAS_STATUS_OKAY(DAPLINK_QSPI_MUX_NODE)
int board_daplink_qspi_mux_select(enum board_daplink_qspi_mux_mode mode)
{
struct gpio_dt_spec mux = GPIO_DT_SPEC_GET(DAPLINK_QSPI_MUX_NODE, mux_gpios);
Expand Down Expand Up @@ -77,4 +77,4 @@ static int board_init(void)
}

SYS_INIT(board_init, POST_KERNEL, CONFIG_BOARD_INIT_PRIORITY);
#endif /* DT_NODE_HAS_STATUS(DAPLINK_QSPI_MUX_NODE, okay) */
#endif /* DT_NODE_HAS_STATUS_OKAY(DAPLINK_QSPI_MUX_NODE) */
4 changes: 2 additions & 2 deletions boards/intel/adsp/Kconfig.intel_adsp
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ config BOARD_INTEL_ADSP
select SOC_INTEL_ACE15_MTPM if BOARD_INTEL_ADSP_ACE15_MTPM_SIM
select SOC_INTEL_ACE20_LNL if BOARD_INTEL_ADSP_ACE20_LNL
select SOC_INTEL_ACE20_LNL if BOARD_INTEL_ADSP_ACE20_LNL_SIM
select SOC_INTEL_ACE30_PTL if BOARD_INTEL_ADSP_ACE30_PTL
select SOC_INTEL_ACE30_PTL if BOARD_INTEL_ADSP_ACE30_PTL_SIM
select SOC_INTEL_ACE30 if BOARD_INTEL_ADSP_ACE30_PTL
select SOC_INTEL_ACE30 if BOARD_INTEL_ADSP_ACE30_PTL_SIM
6 changes: 4 additions & 2 deletions boards/intel/adsp/board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ boards:
- name: ace20_lnl
variants:
- name: 'sim'
- name: ace30_ptl
- name: ace30
variants:
- name: 'sim'
- name: 'ptl'
variants:
- name: 'sim'
Loading
Loading