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

cc110x: port to gnrc_netif2 #7414

Merged

Conversation

miri64
Copy link
Member

@miri64 miri64 commented Jul 26, 2017

(unintrusive) port of cc110x to gnrc_netif2

Depends on #7370.

This PR is part of the network layer remodelling effort:
PR dependencies

@miri64 miri64 added GNRC Area: network Area: Networking labels Jul 26, 2017
@miri64 miri64 requested a review from kaspar030 July 26, 2017 11:52
@miri64 miri64 added the State: waiting for other PR State: The PR requires another PR to be merged first label Jul 26, 2017
@miri64 miri64 force-pushed the gnrc_netif2/feat/cc110x branch 2 times, most recently from 666c445 to cffa250 Compare July 30, 2017 18:42
miri64 added a commit to miri64/RIOT that referenced this pull request Aug 21, 2017
@miri64
Copy link
Member Author

miri64 commented Aug 21, 2017

Rebased to current master and current dependencies

@miri64 miri64 added CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR and removed State: waiting for other PR State: The PR requires another PR to be merged first labels Oct 10, 2017
@miri64
Copy link
Member Author

miri64 commented Oct 10, 2017

Rebased to current master, no longer waiting for other PR

@miri64
Copy link
Member Author

miri64 commented Oct 10, 2017

@kaspar030 made some comments about my usage of LOG_ERROR() in #7410. I will remove them here and in the other PRs.

@OlegHahm
Copy link
Member

Anybody ever tested gnrc_cc110x successfully?

@miri64
Copy link
Member Author

miri64 commented Oct 10, 2017

When it was introduced ^^

@OlegHahm
Copy link
Member

Sure?

@miri64
Copy link
Member Author

miri64 commented Oct 10, 2017

I hope so. :D

@miri64
Copy link
Member Author

miri64 commented Oct 10, 2017

(aka no, I'm not sure)

@OlegHahm
Copy link
Member

;-)

@miri64 miri64 changed the base branch from master to gnrc_netif2_integration/master October 27, 2017 15:28
@miri64
Copy link
Member Author

miri64 commented Oct 27, 2017

I changed the base branch now to the freshly created gnrc_netif2_integration/master branch.

@miri64
Copy link
Member Author

miri64 commented Nov 13, 2017

Rebased to current #7925.

@miri64
Copy link
Member Author

miri64 commented Nov 14, 2017

Rebased to current #7925 (again). cc110x is broken (I think the issue for this is #6857, but I'm not really sure) for multiple reasons (one is fixed in #8026), but if one activates DEBUG in drivers/cc110x/cc110x-netdev.c they can at least see, that the commands of the glue code will reach the driver.

@miri64
Copy link
Member Author

miri64 commented Nov 14, 2017

And yet another rebase. With this the only tests that should fail on Murdock are tests/driver_xbee (see #7898) and tests/slip (see #7462).

@miri64
Copy link
Member Author

miri64 commented Nov 14, 2017

@kaspar030: ready for review.

#include "net/gnrc/netdev.h"
#endif
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it still make sense here to check for netif2/netdev?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooops, that is legacy code I still haven't removed. Fixed!

@miri64
Copy link
Member Author

miri64 commented Nov 14, 2017

Rebased again.

@miri64
Copy link
Member Author

miri64 commented Nov 15, 2017

Rebased and squashed to current #7925. With this PR, Murdock should now finally succeed on that branch!

@miri64
Copy link
Member Author

miri64 commented Nov 15, 2017

-- Building PR#7414 https://github.com/RIOT-OS/RIOT/pull/7414 head: ff5732a69c5ad4925275d15fd846dc150dd718d6...
-- processing results ...
- running script "/opt/murdock2/scripts/post-build.d/00sizes.py"
-- done processing results

--- result: BUILD SUCCESSFUL.

💃

Copy link
Contributor

@kaspar030 kaspar030 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks ok. ACK.

@kaspar030
Copy link
Contributor

needs rebase

@miri64
Copy link
Member Author

miri64 commented Nov 15, 2017

Rebased and squashed. Thanks for the review!

@miri64 miri64 merged commit cb3c27d into RIOT-OS:gnrc_netif2_integration/master Nov 15, 2017
@miri64 miri64 deleted the gnrc_netif2/feat/cc110x branch November 15, 2017 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: network Area: Networking CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants