| commit | f51a00d3363d7122dd9ffafd387e4a58ed88167c | [log] [tgz] |
|---|---|---|
| author | Suraj Malhotra <surajmalhotra@fuchsia.infra.roller.google.com> | Mon Dec 02 21:34:23 2024 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Mon Dec 02 13:36:19 2024 -0800 |
| tree | cdadbf8e344d82b5ea1b32a2d80653563d45b212 | |
| parent | 8eaf7849d040195f83d3769a59a6d9d4dc6decd4 [diff] |
[roll] Roll fuchsia [aml-uart] Use a single dispatcher Rather than have separate dispatchers for the wake lease time, fidl, and interrupts, they were all changed to use the default dispatcher instead. This allows us to simplify code and remove locks. Additionally, the manual wake lease acquisition code was changes to use the fdf_power::WakeLease class. As a result the ability to inject and modulate a timer was lost. That said, it is still possible to simply wait out the timer in order to correctly test the functionality as the timeout value is fairly small it's not a big deal. Some coverage was lost, and while it could be recovered by injecting inspect and observing the inspect values, that would really just be testing the WakeLease class and isn't worthwhile. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1164953 Original-Revision: 54dbe9772a14bb87b8afd9440fc8e9b52536d921 GitOrigin-RevId: efc51ba8ac67c9d4491bb971b1f495a3945e8949 Change-Id: Ie8ccc271518046ecbf39b633a25fefc33f6030c1
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.