Skip to content
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

Pr drone can support flight test patch #3

Conversation

Huibean
Copy link

@Huibean Huibean commented Sep 19, 2024

patch for first flight test
1.current value convert fix
2.add motor kv param

*(uint16_t *)p->ptr = req.value.integer_value;
if (p->eeprom_index != 0) {
if (p->eeprom_index == 26) {
eepromBuffer[26] = (uint8_t)((*(uint16_t *)p->ptr - 20) / 40);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it would be good to have a comment explaining this :-)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change it to readable define EEPROM_MOTOR_KV_INDEX, btw, the code is tab and space mix a little bit mess to correct the format

@Huibean Huibean force-pushed the pr-DroneCAN-support-flight-test-patch branch 8 times, most recently from e80bd43 to 7e7a13c Compare September 20, 2024 10:44
@Huibean
Copy link
Author

Huibean commented Sep 20, 2024

  1. add tune edit feature
    work with dronecan gui tool in this PR Pr add am32 tune edit dronecan/gui_tool#62

@Huibean
Copy link
Author

Huibean commented Sep 21, 2024

4.add HSE support and VIMDRONES_NANO_CAN_L431 target

@Huibean Huibean marked this pull request as draft September 23, 2024 02:17
@tridge tridge force-pushed the pr-DroneCAN-support branch 2 times, most recently from c59731c to db3a145 Compare October 7, 2024 08:59
@tridge tridge force-pushed the pr-DroneCAN-support-flight-test-patch branch from be21c16 to 1f9a17c Compare October 8, 2024 23:00
@tridge
Copy link
Owner

tridge commented Oct 8, 2024

i've rebased this

@tridge tridge marked this pull request as ready for review October 8, 2024 23:15
@tridge tridge merged commit 9698674 into tridge:pr-DroneCAN-support Oct 8, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants