Releases: bitcraze/crazyflie2-nrf-firmware
2024.10
What's Changed
- Add radiotest functionality to FW by @ToveRumar in #96
- Add cf21bl platform by @gemenerik in #97
- Update artifact and checkout actions versions in pipelines by @ToveRumar in #98
- Added the CFBL device type by @evoggy in #99
- Add last 3 bytes of the MAC address to the ble name by @ataffanel in #100
Summary
This release contains changes that sets the BLE name to Crazyflie-XXXXXX, where XXXXXX are the last 2 bytes of the NRF MAC address. This allows the user to differentiate between different devices without rebuilding the FW.
This release contains changes that enables for Crazyflie2.1 Brushless.
New Contributors
- @ToveRumar made their first contribution in #96
Full Changelog: 2024.2...2024.10
2024.2
What's Changed
- Update starting_development.md to fix VSCode configuration by @gelanchez in #93
- Updated softdevice to S130 by @tobbeanton in #94
New Contributors
- @gelanchez made their first contribution in #93
Full Changelog: 2023.11...2024.2
2024.1-rc3
Experimental RC with S130 stack
2024.1RC2
Experimental release using the S130 Softdevice.
2023.11
This release does only contain small fixes
What's Changed
- Do not compile BLE and S110 if not configured by @krichardsson in #91
- Fix for Crazyswarm2 problem by @krichardsson in #92
Full Changelog: 2023.02...2023.11
2023.11-rc2
Merge pull request #92 from bitcraze/kricharsson/cs2-problem Fix for Crazyswarm2 problem
2023.10-rc1
Merge pull request #91 from bitcraze/krichardsson/make-fix
2023.02
This release does not contain any functional changes, only documentation.
What's Changed
- Update action scripts by @krichardsson in #83
- Fix readme by @valeriyvan in #84
- Update syslink.md by @valeriyvan in #87
- Update index.md by @valeriyvan in #86
- Fix typos in architecture.md by @valeriyvan in #85
New Contributors
- @valeriyvan made their first contribution in #84
Full Changelog: 2022.12...2023.02
2022.12
This release adds support for the Flapper platform and contains bug- and stability fixes
What's Changed
- Read build targets from file by @krichardsson in #76
- Changed power bit flags sent through syslink by @victorhook in #77
- Library download in build has new URL by @krichardsson in #80
- Added logic that enables battery messages autoupdate. by @tobbeanton in #79
- Add a flapper platform by @krichardsson in #81
- Disabled usbPluggedIn function for Bolt as it doesn't work. by @tobbeanton in #82
New Contributors
- @victorhook made their first contribution in #77
Full Changelog: 2022.09...2022.12
2022.09
No functional changes
Closed issues/pull requests
#71 Add debug probe for radio setup
#73 Added more syslink debug probes
#74 Optimized build from none (-O0) to size (-Os)
#75 Revert optimization
Contributors
ataffanel
evoggy
gemenerik
jonasdn
knmcguire
krichardsson
romi2002
theseankelly
tobbeanton
whoenig