Skip to content

Commit cfe7261

Browse files
committed
Change zephyr and enable user space
Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
1 parent 4fb59f9 commit cfe7261

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

app/boards/intel_adsp_ace30_ptl.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ CONFIG_LOG_BACKEND_ADSP=n
6565
CONFIG_LOG_FLUSH_SLEEP_US=5000
6666
CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y
6767
CONFIG_WINSTREAM_CONSOLE=n
68+
69+
CONFIG_USERSPACE=y

west.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ manifest:
1111
url-base: https://github.com/thesofproject
1212
- name: zephyrproject
1313
url-base: https://github.com/zephyrproject-rtos
14+
- name: dcpleung
15+
url-base: https://github.com/dcpleung
1416

1517
# When upgrading projects here please run git log --oneline in the
1618
# project and if not too long then include the output in your commit
@@ -43,8 +45,8 @@ manifest:
4345

4446
- name: zephyr
4547
repo-path: zephyr
46-
revision: e876dee6f2e78788e983385de231eab50e1db543
47-
remote: zephyrproject
48+
revision: tests/mem_domain_userspace_switching
49+
remote: dcpleung
4850

4951
# Import some projects listed in zephyr/west.yml@revision
5052
#

0 commit comments

Comments
 (0)