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

Plane: 4.5.3-beta1 #27069

Merged
merged 26 commits into from
May 16, 2024
Merged

Plane: 4.5.3-beta1 #27069

merged 26 commits into from
May 16, 2024

Conversation

tridge
Copy link
Contributor

@tridge tridge commented May 15, 2024

Changes from 4.5.2

  1. Board specific enhancements and bug fixes
  • correct default GPS port on MambaH743v4
  • added SDMODELV2
  • added iFlight Blitz H7 Pro
  • added BLITZ Wing H743
  • added highres IMU sampling on Pixhawk6X
  1. System level minor enhancements and bug fixes
  • fixed rare crash bug in lua scripting on script fault handling
  • fixed Neopixel pulse proportions to work with more LED variants
  • fixed timeout in lua rangefinder drivers
  • workaround hardware issue in IST8310 compass
  • allow FIFO rate logging for highres IMU sampling
  1. Plane specific changes
  • fixed cancelling of FWD_GAIN setting for tiltrotors

tridge and others added 26 commits May 14, 2024 14:25
the register save must happen before the setjmp() call, which means
outside of the LUAI_TRY() macro. We also should be saving all 32
floating point registers
# Conflicts:
#	Tools/AP_Bootloader/board_types.txt
the WAI (whoami) register is writeable. Not only is it writeable, but
the written value is persistent across a power cycle. You have to
remove power for about 30s for it to finally go back to the right
default value of 0x10

this makes using WAI as a test for finding a IST8310 problematic. The
best we can do is send a soft reset which will reset it to default for
us to then check
MAX wasn't treating these things as floats
@rmackay9
Copy link
Contributor

Don't forget poor antenna tracker!

@rmackay9
Copy link
Contributor

I think we're missing this item from the Copter release notes, "AC_AutoTune: zero out D_FF during twitching " #27025

@tridge tridge merged commit a60347c into ArduPilot:Plane-4.5 May 16, 2024
92 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants