github BossHobby/QUICKSILVER v0.10.0

latest releases: v0.11.0, v0.11.0-rc3, v0.11.0-rc2...
10 months ago

This release is probably the biggest update to QS since its initial release.
It removes the target configurations from the firmware source code and instead reads them from flash during boot.
This gives us greater flexibility and ensures we can maintain QS long-term with an ever-growing list of targets.
During development of this feature AT32 boards came along, so it made sense to implement support for them at the same time.

The Target definitions can be found here, pull requests welcome:
https://github.com/BossHobby/Targets

Profiles should all carry over, but please verify the serial port assignments again, especially if you had been running one of the develop versions.

  • Add support for blackbox presets (thanks @sakitume)
  • refactor blackbox for more flexibility
  • improve usb serial responsiveness
  • add support for loading target definition from flash
  • add dynamic allocation for timers
  • add at32 support
  • elrs: improve time-to-lock after flash-save
  • elrs: improve rssi responsiveness
  • improve looptime calculation accuracy
  • osd: dynamically move decimal point
  • icm42: lower filter cutoff
  • switch to "rc" naming scheme for pre-releases
  • fix loading default gyro orientation from target
  • fix floating point error for osd adjustments
  • fix buffer overwrite for bindstorage
  • rework motor mixer for less clipping
  • automatically detect rx filter cutoff
  • fix uart7 on at32 targets (thanks @kikoqiu)
  • enable voltage display on dji osd (thanks @kikoqiu)
  • improve gyro still detection (thanks @kikoqiu)
  • elrs: ensure radio chip is only init once
  • refactor stick rate calculation
  • add support for 4mb flash at32 chip variants (at32f435m)
  • stop relying on the usb_detect pin
  • supply ibat and vbat scale defaults from targets where applicable
  • prevent stick deadband from being applied on rx telemetry packets
  • drop broken support for ICM20649
  • decrease rx filter cutoff slightly
  • ensure crsf telemetry packets take up all the available payload size
  • gate iterm windup while on-ground
  • handle msp-vtx in serial passthrough

Don't miss a new QUICKSILVER release

NewReleases is sending notifications on new releases.