- Mar 07, 2017
-
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
The VFS layer provides file system abstractions to allow using a unified interface to access files from mounted file systems.
-
Joakim Nohlgård authored
-
Vincent Dupont authored
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
Enable adding more C++ specifics inside the same ifdef block (e.g. sys/include/vfs.h)
-
Joakim Nohlgård authored
This line gave a -Wunused-value in gcc-4.6 before the stdatomic.h header for msp430 was modified as a workaround.
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
cpu: moved all vendor headers to CPUNAME/include/vendor/
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Hauke Petersen authored
-
- Mar 06, 2017
-
-
Hauke Petersen authored
core: bugfix: ringbuffer_remove
-
Martine Lenders authored
posix_sockets: Various fixes in posix network implementation
-
- Mar 03, 2017
-
-
Francois Berder authored
The sin6_family member was an int. This caused the structure to take 32 bytes which was greater than sockaddr_storage size (28 bytes). Using the type sa_family_t for sin6_family member fixes this issue. Signed-off-by:
Francois Berder <francois.berder@imgtec.com>
-
Francisco Acosta authored
cpu/lm4f120: remove useless gpio_pp_t type
-
Francois Berder authored
The return value of these functions was not always correct in case of errors: they were not returning -1 and setting errno. Signed-off-by:
Francois Berder <francois.berder@imgtec.com>
-
Francisco Acosta authored
test/driver_xbee: fix xbee param UART export in Makefile
-
Alexandre Abadie authored
boards : renamed opencm9-04 into opencm904
-
Loïc Dauphin authored
-
Loïc Dauphin authored
-
Loïc Dauphin authored
-
Loïc Dauphin authored
-
Joakim Nohlgård authored
doc/saul: add cross link between SAUL and SAUL registry
-
- Mar 02, 2017
-
-
Laurent Navet authored
-
lebrush authored
boards/nucleo-l053: initial support
-
Alexandre Abadie authored
cc2538: fix timer_set for channel B
-
Alexandre Abadie authored
boards: fix typo in author name
-
Alexandre Abadie authored
boards/opencm9-04: disable bootloader's timer interrupt
-
Alexandre Abadie authored
-
Loïc Dauphin authored
-
Sebastian Meiling authored
-