[roll] Roll fuchsia [board][astro] Use natural types for GPIO init metadata

Use natural types instead of wire types for GPIO init metadata. This
will make it easier to use tables inside InitCalls in a future change.

Also rename metadata helpers so that they match their fields in the Pin
protocol:
GpioSetAltFunction -> GpioFunction
GpioSetDriveStrength -> GpioDriveStrength

Original-Bug: 42082459
Test: CQ
Cq-Include-Trybots: luci.turquoise.global.try:bringup.astro-debug,core.astro-vg-debug
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1073684
Original-Revision: 09198af118ff018921abd12f6a982748d3e76fc2
GitOrigin-RevId: 157df8b5805c7724cbd93277fd7ed529546e5b79
Change-Id: I38281ad1f56a87cb9fd60e4ca638caf832ad9cc3
1 file changed
tree: d91d11b84e75ad9da25b9e56b63b33c3cb1e1b87
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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 via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.