mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-17 22:08:39 +00:00

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.
13 lines
294 B
YAML
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
|