MyGit

2024.10

RIOT-OS/RIOT

版本发布时间: 2024-11-30 04:59:58

RIOT-OS/RIOT最新发布版本:2024.10(2024-11-30 04:59:58)

RIOT-2024.10 "FlexTape" - Release Notes

RIOT is a multi-threading operating system which enables soft real-time capabilities and comes with support for a range of devices that are typically found in the Internet of Things: 8-bit and 16-bit microcontrollers as well as light-weight 32-bit processors.

RIOT is based on the following design principles: energy-efficiency, soft real-time capabilities, small memory footprint, modularity, and uniform API access, independent of the underlying hardware (with partial POSIX compliance).

RIOT is developed by an international open-source community which is independent of specific vendors (e.g. similarly to the Linux community) and is licensed with a non-viral copyleft license (LGPLv2.1), which allows indirect business models around the free open-source software platform provided by RIOT.

About this release

Highlights of the 2024.10 release:

This release fixes some long-standing packet buffer leaks that occurred when using gnrc_netif_pktq and 6LoWPAN or netdev_new_api (#20983, #20834).

A long standing-bug in the CC2538 radio driver has been fixed when processing corrupted frames, that before could render the device unresponsive. This can be triggered due to radio interference, but we also believe that an attacker within range of the radio could send crafted frames to reliably trigger the issue. We therefore consider this a denial of service vulnerability and advise all users of the CC2538 to upgrade to 2024.10 or cherry-pick 1b61216da734fcd40ae0d832b800e4e67975bdc8. More details are published in the security advisory.

With SUIT it is now easier to accept firmwares signed with different keys, e.g., a node build and signed with a development key can be configured to accept images signed with either the development key or the production key (#21019). The public keys are now also stored on the developer's machine, so if a encrypted private key is used, you don't need the decryption password to build a firmware, only for signing it (#20862).

THREAD_CREATE_STACKTEST is now the default when DEVELHELP is used.

This release saw the addition of the adafruit-metro-m4-express board.

129 pull requests, composed of 255 commits, have been merged since the last release, and 5 issues have been solved. 29 people contributed with code in 119 days. 502 files have been touched with 142126 (+) insertions and 1896 deletions (-).

Notations used below

+ means new feature/item
* means modified feature/item
- means removed feature/item

New features and changes

System Libraries

Networking

Packages

Boards

CPU

Device Drivers

Documentation

Build System / Tooling

Examples

Testing

API Changes

And 26 minor changes.

Deprecations

Removals (1)

Bug fixes (27)

Known issues

Network related issues (55)

Timer related issues (7)

Drivers related issues (11)

Native related issues (4)

Other platforms related issues (13)

Build system related issues (6)

Other issues (69)

There are 165 known issues in this release

Fixed Issues since the last release (2024.07)

5 fixed issues since last release (2024.07)

Acknowledgements

We would like to thank all companies that provided us with hardware for porting and testing RIOT. Further thanks go to companies and institutions that directly sponsored development time. And finally, big thanks to all of you contributing in so many different ways to make RIOT worthwhile!

More information

http://www.riot-os.org

Matrix and Forum

License

All code files contain licensing information.

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-11-30发行的版本