-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AP_HAL_ChibiOS: add new target Stellar H7V2 #28926
base: master
Are you sure you want to change the base?
Conversation
Needs full readme with images and pinouts...see other recent hwdefs....should break out board id into separate PR that can be merged before this gets a review in order to reserve the board id...also use the text board name instead of number in the hwdefs |
Done |
b37729f
to
9fc3261
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commits need to be squashed per subsystem and labeled according to our coding standards. Please see https://ardupilot.org/dev/docs/submitting-patches-back-to-master.html
define HAL_GPIO_B_LED_PIN 90 | ||
|
||
# order of UARTs (and USB) | ||
SERIAL_ORDER OTG1 UART7 USART1 USART2 USART3 UART8 UART4 USART6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would not recommend changing the order here unless the silkscreen has the same numbering
PD9 USART3_RX USART3 | ||
PD8 USART3_TX USART3 | ||
|
||
# UART4 (spare) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RCIN according to the picture?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UART4
PD3 GPIO_CAN1_SILENT OUTPUT PUSHPULL SPEED_LOW LOW GPIO(70) | ||
|
||
# Motors | ||
PB0 TIM3_CH3 TIM3 PWM(1) GPIO(50) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should add bidir here
add Stellar H7V2 target