1
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Aug 10, 2024 — Aug 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[IEEE802.15.4] - Created frame-allocation routine to allocate a frame with headroom but with the network header at an aligned offset such that upper layers always work in an aligned buffer. See comment for further details. More... over 8 years ago
[6LoWPAN] - Enforce aligned access More... over 8 years ago
[radiotest] - Some final tweaks More... over 8 years ago
[pico_socket] - When a UDP socket is used, s->remote_addr won't be set making it impossible to retrieve the device by 'get_sock_dev'. With UDP sockets the device should be retrieved with the remote address from the endpoint More... over 8 years ago
[pico_socket] - Correct variable name to fix compiling error More... over 8 years ago
Merge remote-tracking branch 'origin/development' into 6LoWPAN_dev More... over 8 years ago
[pico_socket] - Return error when device could not be found before allocating frame in pico_socket_xmit_one More... over 8 years ago
[pico_socket] - Get device based on destination address instead of msginfo More... over 8 years ago
Merge remote-tracking branch 'origin/development' into 6LoWPAN_dev More... over 8 years ago
[6LoWPAN] - aligned access in pico_802154_frame_alloc More... over 8 years ago
Merge pull request #437 from tass-belgium/6LoWPAN_dev More... over 8 years ago
[radiotest] - Ignore unused parameter More... over 8 years ago
[pico_device] - Removed more reference to non-existing IEEE802154_NO_MAC More... over 8 years ago
[ipv6] - Fixed faulty alloc redirection More... over 8 years ago
[pico_dev_radio] - Fixed regression, added some cleanup on exit and added possibility to reuse socket-address More... over 8 years ago
[autotest.sh] - Added 6LoWPAN UDP echo btest More... over 8 years ago
[pico_frame] - Also added deepcopy of 'info'-field in pico_frame_deepcopy. Should fix #435 More... over 8 years ago
[PICO_DEV_RADIOMGR] - More checking of sockets More... over 8 years ago
[6LoWPAN] - Added preceding out of bounds check More... over 8 years ago
Merge branch 'development' of github.com:tass-belgium/picotcp into development More... over 8 years ago
Added target for Cortex M0 More... over 8 years ago
Fix for hanging tc_tx_rx unit test More... over 8 years ago
[6LOWPAN_LL] - Added initialisation routine and some documentation about the interface with device-drivers More... over 8 years ago
remove empty files sixlowpan_mesh More... over 8 years ago
improve makefile structure More... over 8 years ago
Revert "move radio_mgr and radiotest to test directory" More... over 8 years ago
move radio_mgr and radiotest to test directory More... over 8 years ago
[pico_dev_radio_mgr] - Fixed memory leak after poll returned and nothing happened More... over 8 years ago
fix DEBUG_MM=1 build More... over 8 years ago
no printf in pico_ipv6.c More... over 8 years ago