Conversation
We need a "request review from everyone, assign all" button! |
|
assignment of multiple people in my case doesn't mean I want all their opinions, just one of them ;-). Those not interested to review can always remove their assignment ;-) |
|
Rebased to current master. |
makefiles/pseudomodules.inc.mk
Outdated
| @@ -1,8 +1,5 @@ | |||
| PSEUDOMODULES += auto_init_gnrc_rpl | |||
| PSEUDOMODULES += conn | |||
| #define EVENT_TYPE_TCPIP 0x06 ///< New tcpip event | ||
| #define EVENT_TYPE_SLIP_POLL 0x07 ///< Process slip handler | ||
| +#define EVENT_TYPE_CONN_SEND 0x08 ///< Send command from conn layer | ||
| +#define EVENT_TYPE_CONN_SEND 0x08 ///< Send command from sock layer |
There was a problem hiding this comment.
wouldn't EVENT_TYPE_SOCK_SEND be more appropriate, though it requires to change every usage of this macro, too.
|
oops merged |
|
@miri64 please squash (including my small additions) |
|
and make the merge commit disappear 😉 |
conn was deprecated in 3821734. 3 Releases later and now that no module is using it RIOT-internally anymore, I think it is time to say goodbye.
|
Done |
|
a second review and approval would be great! |
|
ping, anyone willing to ACK, too? |
|
Let's go! |
|
🎉 finally! |
|
yes! |
conn was deprecated in 3821734. 3 Releases later and now that no module
is using it RIOT-internally anymore, I think it is time to say goodbye.
Requires #6974 to pass all tests.