- May 30, 2017
-
-
Raul Fuentes authored
-
Raul Fuentes authored
-
Raul Fuentes authored
-
Martine Lenders authored
native: add break to satisfy compiler gcc-7.1.1
-
Martine Lenders authored
dist: packer: update and add libudev-dev
-
Cenk Gündoğan authored
Building any application with gcc 7.1.1 fails with the following error: ``` ~/RIOT % make -C examples/hello-world make: Entering directory 'RIOT/examples/hello-world' Building application "hello-world" for "native" with MCU "native". "make" -C RIOT/boards/native "make" -C RIOT/boards/native/drivers "make" -C RIOT/core "make" -C RIOT/cpu/native RIOT/cpu/native/startup.c: In function ‘startup’: RIOT/cpu/native/startup.c:292:17: error: this statement may fall through [-Werror=implicit-fallthrough=] usage_exit(EXIT_SUCCESS); ^~~~~~~~~~~~~~~~~~~~~~~~ RIOT/cpu/native/startup.c:293:13: note: here case 'i': ^~~~ cc1: all warnings being treated as errors make[2]: *** [RIOT/Makefile.base:81: RIOT/examples/hello-world/bin/native/cpu/startup.o] Error 1 make[1]: *** [RIOT/Makefile.base:20: ALL--RIOT/cpu/native] Error 2 make: *** [RIOT/examples/hello-world/../../Makefile.include:297: all] Error 2 make: Leaving directory 'RIOT/examples/hello-world' ``` ``` % gcc --version gcc (GCC) 7.1.1 20170528 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ``` fixed by adding a `break` statement after `usage_exit()`
-
Martine Lenders authored
dist/edbg: forward commit hash to added samr21-xpro (rev D)
-
BytesGalore authored
-
Joakim Nohlgård authored
kinetis: Unify default ISR definitions
-
- May 29, 2017
-
-
Cenk Gündoğan authored
-
Martine Lenders authored
net/gcoap: make input parameters const
-
- May 26, 2017
-
-
Hauke Petersen authored
-
- May 24, 2017
-
-
Kaspar Schleiser authored
doc: fix "Creating an application" page
-
Martine Lenders authored
-
Martine Lenders authored
dist: tools: add headerguard check script
-
Vincent Dupont authored
sc_vfs: fix _ls_handler
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Hauke Petersen authored
tools: add edbg support
-
Hauke Petersen authored
cpu/kinetis: make UART mode configurable per board
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Hauke Petersen authored
-
Vincent Dupont authored
Calls to vfs_closedir were missing at the end of _ls_handler causing umount ro return an error.
-
Hauke Petersen authored
gcoap: Observe extension server
-
- May 23, 2017
-
-
Ken Bannister authored
-
Ken Bannister authored
-
Ken Bannister authored
-
Martine Lenders authored
examples/gnrc_border_router: remove `make term` warnings
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Kaspar Schleiser authored
sys/drivers: guard l2filter.h, netstats.h includes
-
Hauke Petersen authored
-
Kaspar Schleiser authored
-