Releases: bitcraze/crazyflie-release
2022.05
Major changes
- Fixes for avoiding that the AI deck will freeze during restart
- Initial release of the ESP firmware
- Crazyflie AI deck support
- Crazyflie Packet eXchange (CPX) support
- STM32 STD peripheral library updated to version 1.8.0
- General improvements
See the following releases for more details:
2022.03
The main changes in this release are:
- The Crazyflie Bolt is added as a separate platform. If you are using the Bolt, you should now flash the bolt flavor of the firmware (as opposed to cf2 earlier)
- The Crazyflie firmware uses the kbuild system for configuration and building
- The Crazyflie supports default parameter values based on hardware platform
- The Crazyflie better supports persistent parameters
- Basic support for 2+ Lighthouse base stations
See STM release 2022.03 and NRF release 2022.03 for details.
2022.01
This release includes the possibility of setting persistent parameters in the Crazyflie's STM. It is now also possible to add non-standard IMU orientation, enhanced CPPM communication and PID control in body aligned coordinates.
Moreover, it is now possible to override the LEDS on the Crazyflie (both STM and NRF) and go into stealth mode. A new, more logical, highlevel commander framework is added as well that. And now, the crazyflie also shutsdown more gracefully with the power button.
On the NRF side of things, the NRF version is now visible in the console of the cflient.
This release also has several bug fixes for the firmware on both the STM and NRF.
2021.06
This release cleans up issues with the latest release, which focused on Lighthouse. It also contains the new concept of core parameters and documentation of our logging variables and parameters, which can be found on the web:
https://www.bitcraze.io/documentation/repository/crazyflie-firmware/master/
For a detailed list of fixed issues see the STM release (2021.06), the NRF firmware release (2021.06).
2021.03
The main feature of this release is support for the Lighthouse Positioning System.
For a detailed list of fixed issues see the STM release (2021.03), the NRF firmware release (2021.03) and the Lighthouse deck FPGA binary (V6).
2021.01
This release contains:
- an extended and improved app API. Log data and parameters can now be accessed from an app and various functions have been adapted to be easy to use from an app.
- Collision avoidance functionality has been added.
- A persistent storage subsystem has been added to store data in the crazyflie. Initially it is used for lighthouse calibration and geometry data, but will be useful in the future for configuration data in the Bolt for instance.
- Improved support for Lighthouse V2 has been added.
- Various bug fixes and stability improvements.
For a detailed list of fixed issues see the STM release (2021.01). The NRF firmware is the same as in the previous release (2020.09).
2020.09
- Stability improvements
- Flow and LPS decks now work together
- LPS improvements
For a detailed list of fixed issues see the STM release and NRF release.
2020.06
- Basic support for the AI-deck
- Introduced use of the Core Coupled Memory to free up RAM
2020.04
- SD card memory issue fixed
- UART CRTP link
- Self-test IMU
- Lighthouse driver with FPGA v4
- Lighthouse geometry without 3rd party software
- Bluetooth disabled when connecting with crazyradio
- Updated documentation
- General buxfixes and improvements
2020.02
Main features
- Basic App layer
- Basic P2P communication
- Improved Lighthouse positioning
- Structural and architectural improvements
- Bug fixes