From 93957eff6baaf939168d39b7948d0b394ef0966e Mon Sep 17 00:00:00 2001 From: Praveen Babu Chandran Date: Wed, 17 Aug 2022 09:41:22 -0700 Subject: [PATCH] [Infineon] Rebase code rebase to avoid conflicts and fix github timeout change --- .github/workflows/examples-infineon.yaml | 4 ++-- docs/guides/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/examples-infineon.yaml b/.github/workflows/examples-infineon.yaml index 233140e989d8d1..cc5a8f522596d5 100644 --- a/.github/workflows/examples-infineon.yaml +++ b/.github/workflows/examples-infineon.yaml @@ -25,8 +25,8 @@ concurrency: jobs: infineon: - name: Infineon examples - timeout-minutes: 200 + name: Infineon examples building + timeout-minutes: 140 runs-on: ubuntu-latest if: github.actor != 'restyled-io[bot]' diff --git a/docs/guides/README.md b/docs/guides/README.md index 09f3f9c1c4c3e7..44d0a8dc9fcb4a 100644 --- a/docs/guides/README.md +++ b/docs/guides/README.md @@ -5,7 +5,7 @@ - [Android - Building](./android_building.md) - [Apple - Testing with iPhone, iPad, macOS, Apple TV, HomePod, Watch, etc](./darwin.md) - [Espressif (ESP32) - Getting Started Guide](./esp32/README.md) -- [Infineon - Software Update](./infineon_p6_software_update.md) +- [Infineon PSoC6 - Software Update](./infineon_psoc6_software_update.md) - [Linux - Simulated Devices](./simulated_device_linux.md) - [mbedOS - Adding a new target](./mbedos_add_new_target.md) - [mbedOS - Commissioning](./mbedos_commissioning.md)