Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: implement weaked _gettimeofday#2151

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fpistm merged 1 commit intostm32duino:mainfromfpistm:_gettimeofday
Oct 26, 2023

Conversation

@fpistm
Copy link
Member

Fixes#2129.

Sketch used to validate:

#include

voidsetup() {  Serial.begin(115200);auto timepoint =std::chrono::steady_clock::now();  Serial.println(std::chrono::duration_cast<std::chrono::milliseconds>(timepoint.time_since_epoch()).count());}voidloop() {auto timepoint =std::chrono::steady_clock::now();  Serial.println(std::chrono::duration_cast<std::chrono::milliseconds>(timepoint.time_since_epoch()).count());delay(1111);}

Fixesstm32duino#2129.Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
@fpistmfpistm added the enhancementNew feature or request labelOct 25, 2023
@fpistmfpistm added this to the2.7.0 milestoneOct 25, 2023
@fpistmfpistm merged commit81583c5 intostm32duino:mainOct 26, 2023
@fpistmfpistm deleted the _gettimeofday branchOctober 26, 2023 06:51
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

enhancementNew feature or request

Projects

Milestone

2.7.0

Development

Successfully merging this pull request may close these issues.

Linker error after using "std::chrono::steady_clock::now()"

1 participant

@fpistm

[8]ページ先頭

©2009-2025 Movatter.jp