1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/avr8_common/avr_libc_extra
bors[bot] c8d60a2d31
Merge #18763
18763: sys/tiny_strerror: add missing error codes r=benpicco a=maribu

### Contribution description

When double-checking the error codes provided by newlib by default (without magic defines, such as `__LINUX_ERRNO_EXTENSIONS__` or `__CYGWIN__`), some where still missing in `tiny_strerror()`. This adds the missing ones.

This in turn showed that three errno codes were missing in the avr-libc compat `errno.h`, which are added as well.

### Testing procedure

Murdock should double check that the added errno codes indeed are defined by default.

### Issues/PRs references

None

Co-authored-by: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
2023-01-14 22:41:37 +00:00
..
include cpu/avr8_common/avr_libc_extra: add missing errno codes 2023-01-12 08:39:30 +01:00
avr8_stdio.c cpu: call early_init() 2023-01-08 22:26:12 +01:00
Kconfig cpu/avr8_common: model Kconfig 2021-11-22 12:25:29 +01:00
Makefile cpu: Refact atmega_common into avr8_common 2021-01-07 16:29:22 -03:00
posix_unistd.c cpu/avr8_common: use tiny_strerror_as_strerror 2022-09-20 15:51:11 +02:00