FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix atomic 64bits by pablogs9 · Pull Request #171 · micro-ROS/micro_ros_setup · GitHub

Fix atomic 64bits - #171

Merged
pablogs9 merged 4 commits into
foxyfrom
feature/fix_atomic_64bits
Sep 17, 2020
Merged

pablogs9 merged 4 commits into
foxyfrom
feature/fix_atomic_64bits

Conversation

pablogs9 commented Aug 6, 2020
edited
Loading

Copy link
Copy Markdown
Member

This PR tests the rcutils branch in order to manage 64 bits atomics in 32 bits architectures.

The approach is to use true 32 bits atomics when 64 bits operations are required.

The usage of the libatomic.c file is removed from all micro-ROS auxiliary repos and the further implementation of 64 bits atomics will be implemented in rcutils.

Before merge:

pablogs9 force-pushed the feature/fix_atomic_64bits branch from 3446fc0 to 3f3cc7e Compare August 6, 2020 11:31
pablogs9 force-pushed the feature/fix_atomic_64bits branch 2 times, most recently from 8a494d8 to 0cfaca8 Compare September 17, 2020 07:37
pablogs9 marked this pull request as ready for review September 17, 2020 11:15
pablogs9 force-pushed the feature/fix_atomic_64bits branch from bf38936 to 5f8c5f5 Compare September 17, 2020 13:28
pablogs9 merged commit cd22e60 into foxy Sep 17, 2020
pablogs9 deleted the feature/fix_atomic_64bits branch September 17, 2020 13:44
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL