Skip to content

avr_libc_extra: implement strerror()#16717

Merged
benpicco merged 1 commit intoRIOT-OS:masterfrom
benpicco:avr-strerror
Aug 9, 2021
Merged

avr_libc_extra: implement strerror()#16717
benpicco merged 1 commit intoRIOT-OS:masterfrom
benpicco:avr-strerror

Conversation

@benpicco
Copy link
Contributor

@benpicco benpicco commented Aug 9, 2021

Contribution description

Add a minimal implementation of strerror().
All other targets use either newlib or picolibc and provide this function, add it to AVR so we can rely on it in common code.

Testing procedure

Issues/PRs references

#16494 (comment)

Add a minimal implementation of `strerror()`.
All other targets use either newlib or picolibc and provide this
function, add it to AVR so we can rely on it in common code.
@github-actions github-actions bot added Area: cpu Area: CPU/MCU ports Platform: AVR Platform: This PR/issue effects AVR-based platforms labels Aug 9, 2021
@benpicco benpicco added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Aug 9, 2021
Copy link
Member

@brummer-simon brummer-simon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@benpicco benpicco merged commit 7ff4108 into RIOT-OS:master Aug 9, 2021
@benpicco benpicco deleted the avr-strerror branch August 9, 2021 15:45
@benpicco benpicco added this to the Release 2021.10 milestone Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: cpu Area: CPU/MCU ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Platform: AVR Platform: This PR/issue effects AVR-based platforms

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants