-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
HAL_ChibiOS: Added support for GreenSight's UltraBlue flight controller #28995
base: master
Are you sure you want to change the base?
Conversation
# PWM AUX channels | ||
# NOTE: PWM outputs on the same channel must all have | ||
# the same output protocol (DShot, PWM, etc) | ||
PH10 TIM5_CH1 TIM5 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.
You will want BIDIR for at least the first for channels, so put it on PWM1 and PWM3
OSCILLATOR_HZ 16000000 | ||
|
||
# Board ID for firmware load | ||
APJ_BOARD_ID 1071 |
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.
You need to allocate your own number in board_types.txt
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.
Looking good.
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.
A few things upon cursory review that need answers before I do a thorough review:
- The photo does not indicate the "mezzanine" connector, or its type
- The defaults.param file should only have the SERVOx_FUNCTION items, all others belong in the hwdef
- Once you get a board id assigned in a separate PR, use its text description in the .dat files
- Need bootloader file added
- No SD card slot shown in photo...consider adding SD in bootloader for firmware load from SD
- Boot switch is not indicated in photo....what is the initial firmware? ArduPilot?
No description provided.