Joakim Nohlgård
dcc37329df
sys/vfs: A virtual file system (VFS) layer for RIOT
...
The VFS layer provides file system abstractions to allow using a unified
interface to access files from mounted file systems.
6 years ago
Joakim Nohlgård
5e27bf4f31
msp430: Add all expected POSIX unistd.h declarations
6 years ago
Vincent Dupont
3485ab4e96
msp430: add libc missing symbols and defines
6 years ago
Joakim Nohlgård
9ec001b84b
atmega_common: Update unistd.h with prototypes of all POSIX defined functions and constants
6 years ago
Joakim Nohlgård
738876a98f
cpu/atmega_common: Improve POSIX headers
6 years ago
Joakim Nohlgård
89ba41c79e
sys/posix: Add sys/statvfs.h
6 years ago
Joakim Nohlgård
03d9f0f3d8
sys/posix: Add fcntl.h
6 years ago
Joakim Nohlgård
5638359960
tools/externc: Remove #endif in extern C pattern match
...
Enable adding more C++ specifics inside the same ifdef block (e.g. sys/include/vfs.h)
6 years ago
Joakim Nohlgård
0f74b5b2a0
tests/emb6: Revert workaround for false positive
...
This line gave a -Wunused-value in gcc-4.6 before the stdatomic.h header
for msp430 was modified as a workaround.
6 years ago
Joakim Nohlgård
33566a2fe7
msp430: Discard order argument when using __sync_xxx for atomics
6 years ago
Joakim Nohlgård
302d5d35e9
Merge pull request #6700 from haukepetersen/opt_vendorheaders
...
cpu: moved all vendor headers to CPUNAME/include/vendor/
6 years ago
Hauke Petersen
19bf9f8d0f
dist/externc: exclude all (CPU) vendor headers
6 years ago
Hauke Petersen
997244f9d7
cpu/stm32f2: fixed blank lines at EOF
6 years ago
Hauke Petersen
0fb3ee3b9b
dist/cppcheck: exclude only vendor headers
6 years ago
Hauke Petersen
1ae911e889
cpu/cc26x0: fixed doxygen issues
6 years ago
Hauke Petersen
ef3cdde903
cpu/atmega_common: fixed doxygen issues
6 years ago
Hauke Petersen
37d4f44379
cpus: mv vendor headers to include/vendor/.
6 years ago
Hauke Petersen
fa59955eff
doc: removed CPU excludes from doxyfile
6 years ago
Hauke Petersen
f3d3c08e2a
Merge pull request #6679 from brummer-simon/ringbuffer-remove-bugfix
...
core: bugfix: ringbuffer_remove
6 years ago
Martine Lenders
7748dc8ce3
Merge pull request #6695 from francois-berder-imgtec/awalwm2m
...
posix_sockets: Various fixes in posix network implementation
6 years ago
Francois Berder
a5003e8311
posix: in: Fix sockaddr_in6 structure
...
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>
6 years ago
Francisco Acosta
1e8b3c8808
Merge pull request #6682 from dkm/pr/gpio_cleanup
...
cpu/lm4f120: remove useless gpio_pp_t type
6 years ago
Francois Berder
de41971aab
posix: sockets: Fix return value of sendto and recvfrom
...
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>
6 years ago
Francisco Acosta
7ec6fcacdf
Merge pull request #6667 from aabadie/fix_test_xbee
...
test/driver_xbee: fix xbee param UART export in Makefile
6 years ago
Alexandre Abadie
9e9462720b
Merge pull request #6678 from astralien3000/opencm904
...
boards : renamed opencm9-04 into opencm904
6 years ago
Loïc Dauphin
ac53dff0cb
tests: rename opencm9-04 into opencm904
6 years ago
Loïc Dauphin
4e68675656
examples: rename opencm9-04 into opencm904
6 years ago
Loïc Dauphin
71c6f28ad5
cpu/stm32f1: rename opencm9-04 into opencm904
6 years ago
Loïc Dauphin
af78dd784a
boards: rename opencm9-04 into opencm904
6 years ago
Joakim Nohlgård
d57ec0e3f2
Merge pull request #6689 from mali/fix_6631
...
doc/saul: add cross link between SAUL and SAUL registry
6 years ago
Laurent Navet
0d09d2d34b
doc/saul: add cross link between SAUL and SAUL registry
6 years ago
lebrush
afaef0a578
Merge pull request #6628 from aabadie/nucleo_l053
...
boards/nucleo-l053: initial support
6 years ago
Alexandre Abadie
acfabcfde2
Merge pull request #6685 from smlng/pr/cc2538/fix_timer_set
...
cc2538: fix timer_set for channel B
6 years ago
Alexandre Abadie
2927b775d8
Merge pull request #6683 from aabadie/aabadie_typo
...
boards: fix typo in author name
6 years ago
Alexandre Abadie
894f4f186d
Merge pull request #6589 from astralien3000/debug-stm32-timer
...
boards/opencm9-04: disable bootloader's timer interrupt
6 years ago
Alexandre Abadie
3ec71bb7a0
boards: fix typo in author name
6 years ago
Loïc Dauphin
e7b9104e03
boards/opencm9-04: disable bootloader's timer interrupt
6 years ago
smlng
e0f19f3394
cc2538: fix timer_set for channel B
6 years ago
Alexandre Abadie
d0e641e80b
tests: remove nucleo-l053 from memory intensive tests
6 years ago
Alexandre Abadie
f2c693b220
examples: remove nucleo-l053 from memory intensive examples
6 years ago
Alexandre Abadie
0e874357a2
tests: remove nucleo-l053 from unittests
6 years ago
Alexandre Abadie
128fa5d6f0
boards/nucleo-l053: initial support
6 years ago
Alexandre Abadie
27ad3e6b1f
cpu/stm32l0: add support for stm32l053r8
6 years ago
Marc Poulhiès
b3307e1e1a
cpu/lm4f120: remove useless gpio_pp_t type
...
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
6 years ago
Oleg Hahm
1af1727759
Merge pull request #6660 from kaspar030/fix_native_thread_yield_higher
...
cpu: native: fix thread_yield_higher isr_is_in() case
6 years ago
Simon Brummer
68581a8fbe
core: bugfix: ringbuffer_remove
6 years ago
Emmanuel Baccelli
38f4d5f161
Merge pull request #6675 from kYc0o/fox_fix_port_darwin
...
boards/fox: use second UART in Darwin platforms
6 years ago
BytesGalore
dacc3cba9f
Merge pull request #6283 from OTAkeys/pr/hmac_iterative_calc
...
hashes/sha256: add iterative hmac calc. functions
6 years ago
kYc0o
020f74fdaa
boards/fox: use second UART in Darwin platforms
6 years ago
Hermann Lelong
f2ef9db988
hashes/sha256: add iterative hmac calc. functions
...
Add init, update, and final functions to do HMAC
calculation using blocks, instead of one shot.
Unit tests: use the PRF-6 test vector to test the case
where data is splitted in 3 different blocks.
6 years ago