genode/repos/gems
Norman Feske 9e69c7301a sculpt: safeguard the offering of suspend/resume
The USB host controller gets restarted during the suspend-resume cycle.
Hence, don't offer suspend while any USB storage device is in use, in
particular when deploying Sculpt from a USB stick.

Suspend/resume is not supposed to work with any framebuffer driver other
than intel_fb. Therefore, offer the suspend feature only when using intel_fb.

Issue #5174
2024-04-19 08:54:22 +02:00
..
include dialog: use one menu_view for multiple dialogs 2024-04-12 15:08:00 +02:00
lib gems: VFS OSS plugin for Record/Play session 2024-04-12 15:08:00 +02:00
recipes curl: update to version 8.7.1 2024-04-19 08:54:21 +02:00
run sculpt: disable serial output when LOG!=core 2024-04-19 08:54:22 +02:00
sculpt sculpt/usb/default: add device-assignment example 2024-04-19 08:54:21 +02:00
src sculpt: safeguard the offering of suspend/resume 2024-04-19 08:54:22 +02:00
README Update README files 2023-03-13 14:32:53 +01:00

This directory is a source-code repository containing Genode-specific services
and applications. In contrast to the components hosted in the 'os' repository,
programs contained in 'gems' are able to leverage the functionalities provided
by higher-level repositories such as 'libports'. To use the 'gems' repository,
make sure to also add those repositories to your build configuraion.