-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9946 from iNavFlight/mmosca-new-target-pr
Add a template for new target PR
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 confirmed 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 |