slint/demos/printerdemo/zephyr/west.yaml
Nathan Collins 30d10667a4 Upgrade to Zephyr v4.0.0
This gives us access to the new `zephyr,touch` device tree entry,
which will allow us to produce a more generic touch input handler.

INPUT_CALLBACK_DEFINE and the input callback now require `void *`
argument for user data. For now we leave this unused.
2025-01-02 13:52:18 +01:00

13 lines
294 B
YAML

# Copyright © SixtyFPS GmbH <info@slint.dev>
# SPDX-License-Identifier: MIT
---
manifest:
remotes:
- name: zephyrproject-rtos
url-base: https://github.com/zephyrproject-rtos
projects:
- name: zephyr
remote: zephyrproject-rtos
revision: v4.0.0
import: true