1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/shell/commands
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
..
Makefile Initial import of the x86 port 2014-05-25 13:40:29 +02:00
sc_cc1100.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_disk.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_heap.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_id.c fixed printf specifiers 2014-05-15 17:42:57 +02:00
sc_ltc4150.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_mersenne.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_net_if.c sys/shell: fix error when not using sixlowpan 2014-07-14 18:00:05 +02:00
sc_ps.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_rpl.c fixed printf specifiers 2014-05-15 17:42:57 +02:00
sc_rtc.c Fix _settime_handler 2014-02-26 14:08:54 +01:00
sc_sht11.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_sys.c Change reboot signature. 2014-03-10 11:14:27 +01:00
sc_transceiver.c shell: prepare a rudimentary IEEE 802.15.4 packet 2014-07-16 16:07:49 +02:00
sc_x86_lspci.c Initial import of the x86 port 2014-05-25 13:40:29 +02:00
shell_commands.c Initial import of the x86 port 2014-05-25 13:40:29 +02:00