1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/shell/commands
smlng b283b7784c make: fix various compile errors with Wextra
pkg, nordic_softdevice_ble: disable CFLAGS to omit compiler error
        sys, pm_layered: fix casting nonscalar to the same type
        cpu, stm32_common: fix type-limits, remove always true assert
        cpu, stm32f4: fix pointer arithmetic in periph/i2c
        drivers, at86rf2xx: fix type-limits where condition always true
        saul, gpio: fix if no gpio configured for saul
        cpu, saml21: add frequency check to periph/timer
        driver, cc110x: fix unused param and type-limts errors
        boards, wsn430-common: fix old-style-declaration
        make: fix old style definition
        drivers, sdcard_spi: fix old style typedef
        driver, at30tse: remove unnecessary check
        driver, nrf24: fix type-limit
        driver, pn532: change buffer from char to uint8_t
        tests/driver_sdcard: fix type limits
        boards, feather-m0: add missing field inits
        driver, tcs37727: fix type limits
        pkg, emb6: disable some compiler warnings
        tests/emb6: disable some compiler warings
        pkg, openthread: fix sign compare and unused params
        tests/trickle: fix struct init
        tests/pthread_cooperation: fix type limits
        board, mips-malta: remove feature periph_uart
        shell: fix var size for netif command
        gnrc, netif: fix sign-compare
        gnrc, nib: fix sign-compare
        shell: fix output in netif command
        posix: fix type-limits in pthread_cond
2017-11-28 18:31:43 +01:00
..
Makefile Merge pull request #7925 from RIOT-OS/gnrc_netif2_integration/master 2017-11-27 21:12:14 +01:00
sc_at30tse75x.c drivers/at30tse75x: add device driver for AT30TSE75x temperature sensor 2015-10-02 13:34:21 +02:00
sc_blacklist.c gnrc/ipv6: add blacklisting of IPv6 addresses 2016-01-28 21:50:43 +01:00
sc_can.c sc: add CAN basic send and dump commands 2017-06-19 15:36:20 +02:00
sc_ccnl.c gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
sc_disk.c doc diskio: RIOTized style and added doxygen 2016-03-30 12:54:51 +02:00
sc_fib.c gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
sc_gnrc_6ctx.c shell: do not advertise reactively in 6ctx command 2017-11-17 16:32:14 +01:00
sc_gnrc_ipv6_nib.c gnrc_ipv6_nib: add interface parameter to nc_del function 2017-11-27 20:32:27 +01:00
sc_gnrc_netif.c make: fix various compile errors with Wextra 2017-11-28 18:31:43 +01:00
sc_gnrc_rpl.c gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
sc_heap.c shell: Return-based error-handling for shell handlers 2015-03-25 23:54:04 +05:30
sc_icmpv6_echo.c gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
sc_ps.c ps: thread_print_all() had the wrong module prefix 2015-04-19 16:36:05 +02:00
sc_random.c xtimer: Update xtimer usage to match API changes 2016-11-29 20:44:31 +01:00
sc_rtc.c shell/sc_rtc: remove rtc init command 2017-11-13 18:44:15 +01:00
sc_saul_reg.c cleanup: apply remove_atoi_casts.cocci (coccinelle) 2017-05-13 12:39:48 +02:00
sc_sht11.c shell: Return-based error-handling for shell handlers 2015-03-25 23:54:04 +05:30
sc_sntp.c shell_commands: adapt shell command for new real time types 2017-03-28 21:13:17 +02:00
sc_sys.c sys/newlib+shell: use pm_reboot() for reboot() 2017-01-13 10:17:58 +01:00
sc_vfs.c sc_vfs: add write command 2017-08-08 18:14:59 +02:00
sc_whitelist.c shell: provide shell command for whitelist 2015-09-28 16:59:53 +02:00
shell_commands.c Merge pull request #7925 from RIOT-OS/gnrc_netif2_integration/master 2017-11-27 21:12:14 +01:00