-
Notifications
You must be signed in to change notification settings - Fork 2.1k
shell_commands: fix sc_gnrc_netif2 for MSP430 #7961
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
shell_commands: fix sc_gnrc_netif2 for MSP430 #7961
Conversation
Is there a working build config to fit this on the IoT-lab WSN430 nodes? I'd like to test this, but I can't get the build small enough to fit in the nodes :( |
Actually the port is broken, so even if you get something to fit in there it won't work... |
If you just want to build it, use the z1. |
@bergzand I guess you could try it on an z1 with the state of #7456 and with |
Well, I was hoping to be able to test this on one of the IoT-lab nodes since I don't have any other access to an msp430 cpu. :( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me, ACK!
@@ -258,7 +258,7 @@ static void _print_netopt(netopt_t opt) | |||
} | |||
} | |||
|
|||
const char *_netopt_state_str[] = { | |||
static const char *_netopt_state_str[] = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated, but fine!
This shell command does not work on MSP430 at the moment. This fixes it by not relying on out parameters.
This PR is part of the network layer remodelling effort:
