mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
19606: doc: add board selection guide r=benpicco a=maribu ### Contribution description This adds a board selection guide to the documentation to aid new users picking good hardware for their use case. 19753: cpu/atmega8: new cpu r=benpicco a=hugueslarrive ### Contribution description Splitted from: - #19740 ### Testing procedure Tested on atmega8 with: - #19755 ### Issues/PRs references Dependencies: - #19752 - #19751 19757: core: fix null pointer dereference r=benpicco a=szsam Check return values of following functions for null: - thread_get - thread_get_unchecked Co-authored-by: Marian Buschsieweke <marian.buschsieweke@ovgu.de> Co-authored-by: Hugues Larrive <hlarrive@pm.me> Co-authored-by: Mingjie Shen <shen497@purdue.edu>