Skip to content

Commit

Permalink
ci: Testing test-spec speed up
Browse files Browse the repository at this point in the history
* test spec testing
* west.yml chang

Signed-off-by: Sebastian Wezel <[email protected]>
  • Loading branch information
DatGizmo committed Aug 5, 2024
1 parent 5afa485 commit 0c1401f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/pcm_mix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
# Another test change to enabele ci-audio-test

zephyr_library()
zephyr_library_sources(
Expand Down
1 change: 1 addition & 0 deletions lib/pcm_mix/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
# Test change to enable ci-audio-test

menuconfig PCM_MIX
bool "PCM - Pulse Code Modulation mix library"
Expand Down
1 change: 1 addition & 0 deletions lib/pcm_mix/pcm_mix.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Copyright (c) 2022 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
* Test change to enable ci-audio-test
*/

#include <pcm_mix.h>
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: c784caa9b325c851e0b964e2c5759b0e75c00c6c
revision: pull/1923/head
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down

0 comments on commit 0c1401f

Please sign in to comment.