Skip to content

Instantly share code, notes, and snippets.

@jamesmunns
Last active January 19, 2022 07:15
Show Gist options
  • Star 16 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save jamesmunns/33743c451372b36701a773304f6f771e to your computer and use it in GitHub Desktop.
Save jamesmunns/33743c451372b36701a773304f6f771e to your computer and use it in GitHub Desktop.
james@archmac13r2 ➜ kb git:(master) ✗ tree
.
├── 000-design
│   └── README.md
├── 100-build
│   ├── 101-version-control.md
│   ├── 102-documented-build-environment.md
│   ├── 103-one-touch-builds.md
│   ├── 104-style-guide.md
│   ├── 105-compiler-warnings.md
│   ├── 106-code-review.md
│   ├── 107-defined-build-environment.md
│   ├── 108-static-analysis.md
│   ├── 109-reproducible-builds.md
│   ├── 110-ci-builds.md
│   ├── 111-test-driven-development.md
│   ├── 112-continuous-testing.md
│   ├── 113-release-deployment.md
│   ├── 114-lifetime-ci-metrics.md
│   ├── 115-continuous-deployment-I.md
│   ├── 116-continuous-deployment-II.md
│   ├── 117-runtime-feature-flags.md
│   └── README.md
├── 200-debug
│   ├── 201-eyeball-debugging.md
│   ├── 202-printf-debugging.md
│   ├── 203-remote-control-debugging.md
│   ├── 204-instrumented-hardware-testing.md
│   ├── 205-simulator-emulator-debugging.md
│   ├── 206-just-in-time-debugging.md
│   ├── 207-post-mortem-debugging.md
│   └── README.md
├── 300-test
│   ├── 301-manual-smoke-tests.md
│   ├── 302-reproducible-test-plan.md
│   ├── 303-dogfooding.md
│   ├── 304-unit-testing.md
│   ├── 305-feature-test-coverage.md
│   ├── 306-integration-testing.md
│   ├── 307-code-coverage.md
│   ├── 308-test-coverage.md
│   ├── 309-hardware-in-the-loop.md
│   ├── 310-simulated-host-testing.md
│   ├── 311-automated-product-testing.md
│   ├── 312-fuzzing.md
│   └── README.md
├── 400-observe
│   ├── 401-reboot-reason.md
│   ├── 402-log-collection.md
│   ├── 403-assertions.md
│   ├── 404-standalone-backtrace.md
│   ├── 405-device-state-dumps.md
│   ├── 406-telemetry.md
│   ├── 407-crash-dumps.md
│   └── README.md
├── x00-debugging-tools
│   ├── README.md
│   ├── x01-hardware-test-points.md
│   ├── x02-development-boards.md
│   ├── x03-test-equipment.md
│   ├── x04-jtag-swd.md
│   ├── x05-instrumentation-commands.md
│   ├── x06-emulator-simulator-native-target.md
│   └── x07-dynamic-code-loading.md
└── x00-system-architecture
├── README.md
├── x01-rtos.md
├── x02-apps.md
├── x03-scripting-engine.md
└── x04-connectivity.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment