From cc28d0d354ac5054f2f1fdb0c5ab5a2d3b1bfd9c Mon Sep 17 00:00:00 2001 From: Marcelo Bezerra <23555060+mmosca@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:17:46 +0200 Subject: [PATCH 1/2] Test for new target PR template --- .../new_target_pull_request.md | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/new_target_pull_request.md diff --git a/.github/PULL_REQUEST_TEMPLATE/new_target_pull_request.md b/.github/PULL_REQUEST_TEMPLATE/new_target_pull_request.md new file mode 100644 index 00000000000..d4271859950 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/new_target_pull_request.md @@ -0,0 +1,38 @@ +This pull requests adds support for ``$TARGET_NAME`` + + * [ ] Target complies with ``docs/policies/NEW_HARDWARE_POLICY.md`` + +The following items have been checked and confimed working by an INAV developer on actual hardware: (feel free to remove non-relevant items) + + * [ ] Samples received + * [ ] Flash firmware + * [ ] Calibrate + * [ ] Orientation matches + * [ ] Gyro working + * [ ] Accel working + * [ ] Voltage correct + * [ ] Current correct + * [ ] Baro working + * [ ] Mag I2C Bus + * [ ] Additional I2C2 Buses (Airspeed/other accessories) + * [ ] UART1 + * [ ] UART2 + * [ ] UART3 + * [ ] UART4 + * [ ] UART5 + * [ ] UART6 + * [ ] UART7 + * [ ] UART8 + * [ ] Analog Camera working + * [ ] Video Out working + * [ ] OSD working + * [ ] LEDs working + * [ ] Buzzer working + * [ ] Motor outputs + * [ ] DShot support on m1-4 + * [ ] Servo outputs + * [ ] Blackbox + * [ ] PINIO1 + * [ ] PINIO2 + * [ ] PINIO3 + * [ ] PINIO4 From dbfa0d7e1583ff67eee9715e74411a8c5599b9e6 Mon Sep 17 00:00:00 2001 From: Marcelo Bezerra <23555060+mmosca@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:32:04 +0200 Subject: [PATCH 2/2] Update new_target_pull_request.md --- .github/PULL_REQUEST_TEMPLATE/new_target_pull_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/new_target_pull_request.md b/.github/PULL_REQUEST_TEMPLATE/new_target_pull_request.md index d4271859950..a3ed117ddeb 100644 --- a/.github/PULL_REQUEST_TEMPLATE/new_target_pull_request.md +++ b/.github/PULL_REQUEST_TEMPLATE/new_target_pull_request.md @@ -2,7 +2,7 @@ This pull requests adds support for ``$TARGET_NAME`` * [ ] Target complies with ``docs/policies/NEW_HARDWARE_POLICY.md`` -The following items have been checked and confimed working by an INAV developer on actual hardware: (feel free to remove non-relevant items) +The following items have been checked and confirmed working by an INAV developer on actual hardware: (feel free to remove non-relevant items) * [ ] Samples received * [ ] Flash firmware