| # Development guides |
| |
| This document is a top-level entry point to all of Fuchsia documentation related |
| to developing Fuchsia and software running on Fuchsia. |
| |
| ## Developer workflow |
| |
| This sections describes the workflows and tools for building, running, testing |
| and debugging Fuchsia and programs running on Fuchsia. |
| |
| - [Getting started](/docs/get-started/README.md) - This document |
| covers getting the source, building and running Fuchsia. |
| - [Source code](/docs/get-started/get_fuchsia_source.md) |
| - [fx workflows](build/fx.md) |
| - [Pushing a package](/docs/concepts/packages/package_update.md) |
| - [Working across different petals](source_code/working_across_petals.md) |
| - [Build system](/docs/development/build/concepts/build_system/index.md) |
| - [Workflow tips and FAQ](source_code/workflow_tips_and_faq.md) |
| - [Testing FAQ](testing/faq.md) |
| |
| ## Languages |
| |
| - [README](languages/README.md) - Language usage in Fuchsia |
| - [C/C++](languages/c-cpp/README.md) |
| - [Dart](languages/dart/README.md) |
| - [FIDL](languages/fidl/README.md) |
| - [Go](languages/go/README.md) |
| - [Rust](languages/rust/README.md) |
| - [Python](languages/python/README.md) |
| - [Flutter modules](languages/dart/mods.md) - how to write a graphical module |
| using Flutter |
| - [New language](languages/new/README.md) - how to bring a new language to Fuchsia |
| |
| ## API |
| |
| - [README](/docs/development/api/README.md) - Developing APIs for Fuchsia |
| - [API Council](/docs/contribute/governance/api_council.md) - Definition of the API council |
| - [System](/docs/development/api/system.md) - Rubric for designing the Zircon System Interface |
| - [FIDL API][fidl-api] - Rubric for designing FIDL protocols |
| - [FIDL style][fidl-style] - FIDL style rubric |
| - [C](/docs/development/api/c.md) - Rubric for designing C library interfaces |
| - [Tools](/docs/development/api/tools.md) - Rubrics for designing developer tools |
| - [Devices](/docs/development/api/device_interfaces.md) - Rubric for designing device interfaces |
| |
| ## ABI |
| |
| - [System](/docs/concepts/packages/system.md) - Describes scope of the binary-stable Fuchsia System Interface |
| |
| ## SDK |
| |
| - [SDK](idk/README.md) - information about developing the Fuchsia SDK |
| |
| ## Hardware |
| |
| This section covers Fuchsia development hardware targets. |
| |
| - [Intel NUC][intel-nuc] |
| - [Khadas VIM3][khadas-vim3] |
| |
| ## Boards |
| |
| This section covers how to add support for a new board. |
| |
| - [Adding support for new boards][boards-start] |
| |
| ## Drivers |
| |
| This section covers developing drivers on Fuchsia. |
| |
| - [Getting started][drivers-start] |
| |
| ## Testing |
| |
| - [Debugging workflow](/docs/development/debugging/debugging.md) |
| - [Fuzz testing with LibFuzzer](/docs/development/testing/fuzzing/overview.md) |
| - [Test components](/docs/concepts/testing/v1_test_component.md) |
| - [Test environments](/docs/contribute/testing/environments.md) |
| - [Testability rubrics](/docs/development/testing/testability_rubric.md) |
| - [Test flake policy](/docs/development/testing/test_flake_policy.md) |
| - [Testing Isolated Cache Storage](/docs/concepts/testing/testing_isolated_cache_storage.md) |
| - [Host-target interaction tests](/docs/development/testing/host_target_interaction_tests.md) |
| - [Testing for Flakiness in CQ](/docs/development/testing/testing_for_flakiness_in_cq.md) |
| - [Testing a USB Device](/docs/development/testing/testing_usb_device.md) |
| |
| ## Conventions |
| |
| This section covers Fuchsia-wide conventions and best practices. |
| |
| - [Documentation standards](/docs/contribute/docs/documentation-standards.md) |
| - [Endian policy](/docs/development/languages/endian.md) |
| |
| ## Tracing |
| |
| - [Fuchsia tracing system](/docs/concepts/kernel/tracing-system.md) |
| - [Tracing guides](/docs/development/tracing/README.md) |
| |
| ## Internationalization |
| |
| - [Internationalization, localization and input methods](internationalization/README.md) |
| |
| ## Miscellaneous |
| |
| - [CTU analysis in Zircon](kernel/ctu_analysis.md) |
| - [Packet capture](debugging/packet_capture.md) |
| - [Editor configurations](/docs/development/editors/README.md) |
| - [Using the Fuchsia Installer](/docs/development/hardware/installer.md) |
| |
| [khadas-vim3]: /docs/development/hardware/khadas-vim3.md "Khadas VIM3" |
| [intel-nuc]: /docs/development/hardware/intel_nuc.md "Intel NUC" |
| [fidl-style]: /docs/development/languages/fidl/guides/style.md |
| [fidl-api]: /docs/development/api/fidl.md |
| [drivers-start]: /docs/development/drivers/developer_guide/driver-development.md |
| [boards-start]: /docs/development/boards/bringup.md |