Martine Lenders
|
ee4b2ce331
|
Merge pull request #6719 from Lotterleben/missing_test_targets
tests: Add missing test targets
|
2017-03-11 11:41:23 +01:00 |
|
|
187a4e63d1
|
Merge pull request #6688 from OlegHahm/doxy_cleanup
doc: fix all doxygen warnings and enable doccheck for all files
|
2017-03-10 15:49:04 +01:00 |
|
Oleg Hahm
|
350a55b58f
|
doc: increase number of nodes for doxygen graphs
|
2017-03-10 14:56:48 +01:00 |
|
Oleg Hahm
|
28c335e8e7
|
doc: exclude _param files from doxygen
|
2017-03-10 14:56:48 +01:00 |
|
Thomas Eichinger
|
2ce2b53339
|
doc: msba2-tools: doxygen fixes
|
2017-03-10 14:56:48 +01:00 |
|
Thomas Eichinger
|
798557c32c
|
doc: drivers: fix doxygen warnings
|
2017-03-10 14:56:48 +01:00 |
|
Oleg Hahm
|
44604a9ed5
|
tools: make doccheck check all files
|
2017-03-10 14:56:48 +01:00 |
|
Joseph Noir
|
27297bb640
|
doc: fix and update cpp11 compat doxygen
|
2017-03-10 14:56:48 +01:00 |
|
Oleg Hahm
|
8a36c33a6c
|
doc: boards: fix and add documentation
|
2017-03-10 14:56:48 +01:00 |
|
Oleg Hahm
|
5ff3a1c957
|
doc: doxygen: update exclude paths
|
2017-03-10 14:56:48 +01:00 |
|
Oleg Hahm
|
1660abdc70
|
doc: cpu: fix doxygen
|
2017-03-10 14:56:28 +01:00 |
|
Oleg Hahm
|
8ec5bcad89
|
doc: ipv6: fix broken doxygen
|
2017-03-10 14:56:28 +01:00 |
|
Oleg Hahm
|
d523c33015
|
doc: gnrc: fix doxygen and add missing doc
|
2017-03-10 14:56:28 +01:00 |
|
Oleg Hahm
|
3bc0cfd2a7
|
doc: color: fix doxygen
|
2017-03-10 14:56:28 +01:00 |
|
Oleg Hahm
|
9225ede2b9
|
doc: hashes: fix API docs
|
2017-03-10 14:56:28 +01:00 |
|
Oleg Hahm
|
e2914bd351
|
doc: random: document float PRNG macro
|
2017-03-10 14:56:28 +01:00 |
|
Oleg Hahm
|
e420c7ad9e
|
doc: xtimer: added missing documentation
|
2017-03-10 14:56:28 +01:00 |
|
Oleg Hahm
|
d48330acbb
|
doc: posix: fix doxygen complaints
|
2017-03-10 14:56:28 +01:00 |
|
Joakim Nohlgård
|
d559428cc6
|
Merge pull request #6662 from smlng/pr/tests/opt_xtimer_drift
tests: optimize xtimer drift for size
|
2017-03-09 16:47:23 +01:00 |
|
Joakim Nohlgård
|
887cc72365
|
Merge pull request #5616 from gebart/pr/vfs
vfs: file system abstraction
|
2017-03-09 09:44:56 +01:00 |
|
Peter Kietzmann
|
8c86aa787d
|
Merge pull request #6692 from smlng/pr/cc2538/fix_xtimer_params
cc2538: fix xtimer
|
2017-03-09 08:05:39 +01:00 |
|
Oleg Hahm
|
408d18b57b
|
Merge pull request #6587 from gebart/pr/stdatomic-sync-discard-order
msp430: Discard order argument when using __sync_xxx for atomics
|
2017-03-08 09:19:10 +01:00 |
|
smlng
|
40431fe5e3
|
cc2538: add feature periph_pm
|
2017-03-07 22:00:03 +01:00 |
|
smlng
|
ba3a46435c
|
cc2538: revert xtimer params from #5608
|
2017-03-07 21:59:53 +01:00 |
|
Joakim Nohlgård
|
8f81121f29
|
boards/mulle: Add FRAM to DevFS
|
2017-03-07 17:59:59 +01:00 |
|
Joakim Nohlgård
|
e021b3b3f1
|
drivers/nvram: Add vfs compatible functions
|
2017-03-07 17:59:59 +01:00 |
|
|
26b99a57be
|
cpu: native: add vfs wrappers
|
2017-03-07 17:59:59 +01:00 |
|
Joakim Nohlgård
|
0371769e72
|
devfs: Dynamic file system for device nodes
|
2017-03-07 17:59:59 +01:00 |
|
Joakim Nohlgård
|
fdd129db68
|
uart_stdio: Bind uart_stdio to vfs fds for stdin/out/err
|
2017-03-07 17:59:58 +01:00 |
|
Joakim Nohlgård
|
a1faeb9ca1
|
newlib: Use vfs for file I/O syscalls
|
2017-03-07 17:59:57 +01:00 |
|
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.
|
2017-03-07 17:59:57 +01:00 |
|
Joakim Nohlgård
|
5e27bf4f31
|
msp430: Add all expected POSIX unistd.h declarations
|
2017-03-07 17:59:57 +01:00 |
|
Vincent Dupont
|
3485ab4e96
|
msp430: add libc missing symbols and defines
|
2017-03-07 17:59:57 +01:00 |
|
Joakim Nohlgård
|
9ec001b84b
|
atmega_common: Update unistd.h with prototypes of all POSIX defined functions and constants
|
2017-03-07 17:59:57 +01:00 |
|
Joakim Nohlgård
|
738876a98f
|
cpu/atmega_common: Improve POSIX headers
|
2017-03-07 17:59:57 +01:00 |
|
Joakim Nohlgård
|
89ba41c79e
|
sys/posix: Add sys/statvfs.h
|
2017-03-07 17:59:57 +01:00 |
|
Martine Lenders
|
60fda890a6
|
Merge pull request #6704 from OlegHahm/posix_socket_missing_parens
posix: missing closing parenthesis
|
2017-03-07 16:50:18 +01:00 |
|
Lotte Steenbrink
|
640a69731c
|
tests/thread_flood: add test target to Makefile
|
2017-03-07 07:37:06 -08:00 |
|
Lotte Steenbrink
|
32df7b4163
|
tests/rmutex: add test target to Makefile
|
2017-03-07 07:32:13 -08:00 |
|
Lotte Steenbrink
|
bad5a19b03
|
tests/mutex_order: add test target to Makefile
|
2017-03-07 07:22:25 -08:00 |
|
Martine Lenders
|
cf29ced346
|
Merge pull request #6710 from cgundogan/pr/random_warning
random: doc: warn about global PRNG state
|
2017-03-07 14:57:54 +01:00 |
|
Cenk Gündoğan
|
83a69c0cb2
|
random: doc: warn about global PRNG state
|
2017-03-07 12:15:11 +01:00 |
|
Joakim Nohlgård
|
03d9f0f3d8
|
sys/posix: Add fcntl.h
|
2017-03-07 10:21:53 +01:00 |
|
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)
|
2017-03-07 10:21:52 +01:00 |
|
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.
|
2017-03-07 10:21:37 +01:00 |
|
Joakim Nohlgård
|
33566a2fe7
|
msp430: Discard order argument when using __sync_xxx for atomics
|
2017-03-07 10:21:37 +01:00 |
|
Joakim Nohlgård
|
302d5d35e9
|
Merge pull request #6700 from haukepetersen/opt_vendorheaders
cpu: moved all vendor headers to CPUNAME/include/vendor/
|
2017-03-07 10:21:05 +01:00 |
|
Hauke Petersen
|
19bf9f8d0f
|
dist/externc: exclude all (CPU) vendor headers
|
2017-03-07 08:55:16 +01:00 |
|
Hauke Petersen
|
997244f9d7
|
cpu/stm32f2: fixed blank lines at EOF
|
2017-03-07 08:55:16 +01:00 |
|
Hauke Petersen
|
0fb3ee3b9b
|
dist/cppcheck: exclude only vendor headers
|
2017-03-07 08:55:15 +01:00 |
|