[wip][qemu][edu] Introduce a QEMU Edu Driver

The QEMU Edu device is a device used for educational purposes. The
spec for the device can be found at the following url:

https://github.com/qemu/qemu/blob/master/docs/specs/edu.txt

This CL introduces the following:
 + A Driver for the QEMU Edu Device
   + Supports the Factorial and Liveness Check Functions
   + Reports Device Version Number via Inspect
   - Does not support IRQ or DMA as of yet
   - Does not have an accompanying test as of yet
 + A FIDL interface to interact with the device
 + An eductl command line utility to issue commands against
   the device.

Change-Id: I1e387a9e1157ba27540d0ce0e924e69f40742403
9 files changed
tree: 5dd453cade7cf59d1afbe0bea28d2b912d6cc8ca
  1. boards/
  2. build/
  3. bundles/
  4. docs/
  5. examples/
  6. garnet/
  7. products/
  8. scripts/
  9. sdk/
  10. src/
  11. third_party/
  12. tools/
  13. zircon/
  14. .clang-format
  15. .clang-tidy
  16. .editorconfig
  17. .git-blame-ignore-revs
  18. .gitattributes
  19. .gitignore
  20. .gn
  21. .style.yapf
  22. analysis_options.yaml
  23. AUTHORS
  24. BUILD.gn
  25. CODE_OF_CONDUCT.md
  26. CONTRIBUTING.md
  27. LICENSE
  28. OWNERS
  29. PATENTS
  30. pyrightconfig.json
  31. README.md
  32. rustfmt.toml
README.md

Fuchsia

What is Fuchsia?

Fuchsia is an open source, general purpose operating system supporting modern 64-bit Intel and ARM processors.

We expect everyone interacting with our project to respect our code of conduct.

Read more about Fuchsia's principles.

How can I build and run Fuchsia?

See Getting Started.

Where can I learn more about Fuchsia?

See fuchsia.dev.