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

Add time/date classes #757

Open
jwellbelove opened this issue Sep 10, 2023 · 2 comments
Open

Add time/date classes #757

jwellbelove opened this issue Sep 10, 2023 · 2 comments
Assignees

Comments

@jwellbelove
Copy link
Contributor

Approximate clone of std::chrono

jwellbelove pushed a commit that referenced this issue Sep 12, 2023
…om/ETLCPP/etl into feature/#757-Add-time-date-classes

# Conflicts:
#	include/etl/private/chrono/day.h
#	test/test_chrono_day.cpp
jwellbelove pushed a commit that referenced this issue Sep 12, 2023
…om/ETLCPP/etl into feature/#757-Add-time-date-classes

# Conflicts:
#	include/etl/private/chrono/day.h
#	test/test_chrono_day.cpp
jwellbelove pushed a commit that referenced this issue Sep 12, 2023
jwellbelove pushed a commit that referenced this issue Sep 14, 2023
jwellbelove pushed a commit that referenced this issue Sep 14, 2023
jwellbelove pushed a commit that referenced this issue Sep 16, 2023
jwellbelove pushed a commit that referenced this issue Sep 16, 2023
jwellbelove pushed a commit that referenced this issue Sep 17, 2023
jwellbelove pushed a commit that referenced this issue Sep 17, 2023
jwellbelove pushed a commit that referenced this issue Sep 17, 2023
jwellbelove pushed a commit that referenced this issue Sep 17, 2023
jwellbelove pushed a commit that referenced this issue Sep 20, 2023
jwellbelove pushed a commit that referenced this issue Sep 20, 2023
@jwellbelove jwellbelove self-assigned this Sep 24, 2023
@denravonska
Copy link
Contributor

This would be useful for a timed_mutex which, in STL, relies on chrono.

@jwellbelove
Copy link
Contributor Author

etl::chrono is a work in progress.
Many of the main data classes are written, but I haven't yet started on how to create the timers and how they could be integrated into the user's platform's timer hardware.

@jwellbelove jwellbelove moved this from To do to In progress in Embedded Template Library Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In progress
Development

No branches or pull requests

2 participants