Refactor cross-platform libc usage - #47
Merged
Merged
Conversation
Contributor
|
Thanks! Although, not sure this'll work on OS X. http://stackoverflow.com/questions/5167269/clock-gettime-alternative-in-mac-os-x |
|
Not sure? How about setting up Travis CI? |
Author
|
I'v tested locally (macOS 10.12.2), works fine. |
SippieCup
pushed a commit
to SippieCup/openpilot
that referenced
this pull request
May 1, 2019
Test teslaradar improvements
avolmensky
pushed a commit
to avolmensky/openpilot
that referenced
this pull request
Jun 10, 2019
* OpenDBC updates * OpenDBC updates * fix mb e350 filename * removed question mark * OpenDBC updates * OpenDBC updates * OpenDBC updates
netadvanced
pushed a commit
to netadvanced/openpilot
that referenced
this pull request
Apr 2, 2020
mlocoteta
pushed a commit
to mlocoteta/openpilot
that referenced
this pull request
Mar 24, 2021
* Updated the README The original README had lots of information and it was hard to find information you were looking for. I modified the README similar to how Comma did theirs to make navigation easier. * Minor edits Added a few more links and made the raw text more readable * Final updates to README w/ questions for kegman Questions or things that need clarification have ??? next to them
NinoFurger
pushed a commit
to NinoFurger/openpilot
that referenced
this pull request
Jun 29, 2021
Fix Retro Pilot/Comma Uploads
carleeno
pushed a commit
to carleeno/openpilot
that referenced
this pull request
Aug 2, 2024
* MADS: disengage lateral on brake fix * cleaner logic * This makes more sense
twilsonco
pushed a commit
to twilsonco/openpilot
that referenced
this pull request
Apr 17, 2025
FOREVERZAX1988
pushed a commit
to FOREVERZAX1988/openpilot
that referenced
this pull request
Feb 22, 2026
* Updated PIN control * Okay good to know * Remove clear PIN behavior * Added stable menu to mici
66thparallel
pushed a commit
to 66thparallel/janes_openpilot_fork
that referenced
this pull request
May 1, 2026
Refactor cross-platform libc usage old-commit-hash: 6ab4ac2
dyl10s
pushed a commit
to dyl10s/openpilot
that referenced
this pull request
Aug 12, 2026
…braking-issue-in-chill-mode Restore minimum lead-tracking buffer to fix chill-mode lead stopping
dyl10s
pushed a commit
to dyl10s/openpilot
that referenced
this pull request
Aug 13, 2026
…braking-issue-in-chill-mode Restore minimum lead-tracking buffer to fix chill-mode lead stopping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed TODO in common/realtime.py
Not sure exception from
ctypes.CDLLcall should be passed in such a way. Maybe it should raise an error? Otherwiseclock_gettimewill fall in runtime withAttributeErrorbecause oflibc == None.