[riot-commits] [RIOT-OS/RIOT] 9aae65: shell: Return-based error-handling for shell handl...
Martine Lenders
authmillenon at gmail.com
Sun Mar 29 18:30:00 CEST 2015
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 9aae656be9b510f73b6ee2b0d78127697bfd859f
https://github.com/RIOT-OS/RIOT/commit/9aae656be9b510f73b6ee2b0d78127697bfd859f
Author: kushalsingh007 <kushal.spiderman.singh at gmail.com>
Date: 2015-03-25 (Wed, 25 Mar 2015)
Changed paths:
M examples/ccn-lite-client/main.c
M examples/rpl_udp/helper.c
M examples/rpl_udp/rpl.c
M examples/rpl_udp/rpl_udp.h
M examples/rpl_udp/udp.c
M sys/include/ps.h
M sys/include/shell.h
M sys/shell/commands/sc_cc110x_legacy_csma.c
M sys/shell/commands/sc_disk.c
M sys/shell/commands/sc_heap.c
M sys/shell/commands/sc_id.c
M sys/shell/commands/sc_isl29020.c
M sys/shell/commands/sc_l2_ping.c
M sys/shell/commands/sc_l3g4200d.c
M sys/shell/commands/sc_lps331ap.c
M sys/shell/commands/sc_lsm303dlhc.c
M sys/shell/commands/sc_ltc4150.c
M sys/shell/commands/sc_mersenne.c
M sys/shell/commands/sc_net_if.c
M sys/shell/commands/sc_netif.c
M sys/shell/commands/sc_ps.c
M sys/shell/commands/sc_rpl.c
M sys/shell/commands/sc_rtc.c
M sys/shell/commands/sc_sht11.c
M sys/shell/commands/sc_sys.c
M sys/shell/commands/sc_transceiver.c
M sys/shell/commands/sc_x86_lspci.c
M sys/shell/commands/shell_commands.c
M tests/driver_nrf24l01p_lowlevel/main.c
M tests/periph_i2c/main.c
M tests/periph_spi/main.c
M tests/shell/main.c
M tests/struct_tm_utility/main.c
Log Message:
-----------
shell: Return-based error-handling for shell handlers
- Included the missing parts.
- Squashed with @authmillenon's commit
Commit: 3b42fae668eb79eb5027d4821c1457182ba98fec
https://github.com/RIOT-OS/RIOT/commit/3b42fae668eb79eb5027d4821c1457182ba98fec
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2015-03-29 (Sun, 29 Mar 2015)
Changed paths:
M examples/ccn-lite-client/main.c
M examples/rpl_udp/helper.c
M examples/rpl_udp/rpl.c
M examples/rpl_udp/rpl_udp.h
M examples/rpl_udp/udp.c
M sys/include/ps.h
M sys/include/shell.h
M sys/shell/commands/sc_cc110x_legacy_csma.c
M sys/shell/commands/sc_disk.c
M sys/shell/commands/sc_heap.c
M sys/shell/commands/sc_id.c
M sys/shell/commands/sc_isl29020.c
M sys/shell/commands/sc_l2_ping.c
M sys/shell/commands/sc_l3g4200d.c
M sys/shell/commands/sc_lps331ap.c
M sys/shell/commands/sc_lsm303dlhc.c
M sys/shell/commands/sc_ltc4150.c
M sys/shell/commands/sc_mersenne.c
M sys/shell/commands/sc_net_if.c
M sys/shell/commands/sc_netif.c
M sys/shell/commands/sc_ps.c
M sys/shell/commands/sc_rpl.c
M sys/shell/commands/sc_rtc.c
M sys/shell/commands/sc_sht11.c
M sys/shell/commands/sc_sys.c
M sys/shell/commands/sc_transceiver.c
M sys/shell/commands/sc_x86_lspci.c
M sys/shell/commands/shell_commands.c
M tests/driver_nrf24l01p_lowlevel/main.c
M tests/periph_i2c/main.c
M tests/periph_spi/main.c
M tests/shell/main.c
M tests/struct_tm_utility/main.c
Log Message:
-----------
Merge pull request #2602 from kushalsingh007/shell-return
Return-based error-handling for shell handlers
Compare: https://github.com/RIOT-OS/RIOT/compare/096cfd832313...3b42fae668eb
More information about the commits
mailing list