Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking Issue for C++ Support as of release 2.1 #18554

Closed
7 of 8 tasks
pabigot opened this issue Aug 21, 2019 · 5 comments
Closed
7 of 8 tasks

Tracking Issue for C++ Support as of release 2.1 #18554

pabigot opened this issue Aug 21, 2019 · 5 comments
Labels
area: C++ Meta A collection of features, enhancements or bugs
Milestone

Comments

@pabigot
Copy link
Collaborator

pabigot commented Aug 21, 2019

Issues that impact C++ support as of Zephyr release 2.1

Not yet worked or need review:

PR pending

Resolved

@pabigot pabigot added Enhancement Changes/Updates/Additions to existing features area: C++ labels Aug 21, 2019
@pabigot pabigot added this to the v2.1.0 milestone Aug 21, 2019
@pabigot pabigot self-assigned this Aug 21, 2019
@pabigot
Copy link
Collaborator Author

pabigot commented Aug 21, 2019

@galak @vanwinkeljan FYI.

@aescolar
Copy link
Member

@pabigot Thanks for collecting this list. If you will be working on this towards 2.1 it would be nice if you could comment it in one of the coming TSC meetings so others are made aware of it.

@dleach02 dleach02 modified the milestones: v2.1.0, v2.2.0 Dec 10, 2019
@pabigot pabigot changed the title Tracking Issue for C++ Support as of release 2.0 Tracking Issue for C++ Support as of release 2.1 Dec 14, 2019
@brooksprumo

This comment has been minimized.

@jhedberg jhedberg modified the milestones: v2.2.0, v2.3.0 Mar 10, 2020
@carlescufi carlescufi modified the milestones: v2.3.0, v2.4.0 Jun 5, 2020
@nashif nashif added Meta A collection of features, enhancements or bugs and removed Enhancement Changes/Updates/Additions to existing features labels Aug 14, 2020
@pabigot pabigot assigned pabigot and unassigned pabigot Apr 10, 2021
@cfriedt
Copy link
Member

cfriedt commented Apr 14, 2021

A while ago I started looking at taking the conventional route to support std::thread, std::mutex, and std::condition_variable (basically wrapping all of it around pthread using gthr.h). Would involve minor modifications to the toolchain. Wrapping pthread requires pthread_create to accept a NULL attr, which requires dynamically allocated thread stacks, ..., dynamic kobject, heap allocator modifications. I'm hopefully at the bottom of that rabbit hole now 😅

A lot of it will be necessary without even using pthread, but wrapping pthread would be a useful shortcut even though it might add to the footprint. Definitely interested in helping out with this effort.

Also highly related is std::chrono, nanosleep, etc.

@nashif
Copy link
Member

nashif commented May 28, 2021

2.1 is long gone.

@nashif nashif closed this as completed May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: C++ Meta A collection of features, enhancements or bugs
Projects
None yet
Development

No branches or pull requests

8 participants