1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/shell
Oleg Hahm 344f702366 shell: prepare a rudimentary IEEE 802.15.4 packet
The transceiver module expects an `ieee802154_packet_t` instead of a
`radio_packet_t` if the device supports the IEEE 802.15.4 packet format.
This commit fixes the corresponding transceiver shell command for
`txtsnd` to set destination address (short address mode), payload, and
length accordingly.
2014-07-16 16:07:49 +02:00
..
commands shell: prepare a rudimentary IEEE 802.15.4 packet 2014-07-16 16:07:49 +02:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
shell.c Merge pull request #1257 from Kijewski/shell-fix-newline 2014-06-22 23:56:36 +02:00