1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

4785 Commits

Author SHA1 Message Date
Peter Kietzmann
1d0961a4ea Merge pull request #2088 from backenklee/discovery_typo
boards/stm32f4discovery: fix typo in comment for section
2014-11-25 23:02:29 +01:00
Ludwig Ortmann
00092e8308 native: add time syscalls 2014-11-25 22:47:27 +01:00
Ludwig Ortmann
4de10a2ecb native: coding conventions 2014-11-25 22:47:27 +01:00
Ludwig Ortmann
7901d24053 native: add missing syscall declarations 2014-11-25 22:47:26 +01:00
Simon Brummer
5a4b966d9c Basic DAC Driver, implementation on stm32f4discovery 2014-11-25 22:37:32 +01:00
Ludwig Ortmann
f9c7e21e4e Merge pull request #2084 from x3ro/document-termflags
Add TERMFLAGS to info-build of Makefile.buildtests
2014-11-25 22:02:29 +01:00
Ludwig Ortmann
85819aa24d Merge pull request #2080 from dangnhat/removed_AC_in_externc_check
CI: Extended extern C check
2014-11-25 21:59:52 +01:00
Martine Lenders
21adda9370 [SQUASH ME] pktqueue: fix unittests 2014-11-25 21:52:28 +01:00
Ludwig Ortmann
8f8714b8b9 Merge pull request #1887 from LudwigOrtmann/msg_new_irq_api
core/msg: use disable/restoreIRQ
2014-11-25 21:47:29 +01:00
Leon George
437322b478 boards/stm32f4discovery: fix typo in comment for section 2014-11-25 21:35:52 +01:00
Lotte Steenbrink
c0ffbf52d2 Simplify rpl_clear_routing_table()
Instead of looping over the entire table and setting every entry to 0, memset the entire table at once.
2014-11-25 12:01:21 -08:00
Thomas Eichinger
e087389dd8 Merge pull request #2032 from haukepetersen/fix_sparkcore_cpp
board/spark-core: enabled C++
2014-11-25 20:53:34 +01:00
Hauke Petersen
4e7ed0b5eb board/spark-core: enabled C++ 2014-11-25 20:29:13 +01:00
Hauke Petersen
62d53f91b4 Merge pull request #2086 from mehlis/spark-core-fix-uart-freq
spark-core fix UART speed
2014-11-25 20:27:31 +01:00
Christian Mehlis
c7e949c277 Merge pull request #2073 from aep/master
nrf51: halt works better
2014-11-25 20:23:37 +01:00
Christian Mehlis
7ee1703d2d spark-core fix UART speed 2014-11-25 20:20:52 +01:00
Ludwig Ortmann
b4d9c9e6b7 core/msg: coding convention cleanup 2014-11-25 19:38:36 +01:00
Ludwig Ortmann
535839f2d5 core/msg: use disable/restoreIRQ
* needed to change internal `msg_send` to allow external disabling of interrupts
2014-11-25 19:38:36 +01:00
Hauke Petersen
82f8bd9ab2 Merge pull request #2053 from thomaseichinger/samr21-features
boards/samr21-xpro: declare implemented features
2014-11-25 18:59:12 +01:00
Thomas Eichinger
b5071385db Merge pull request #2036 from haukepetersen/fix_openmote_cpp
boards: enable C++ for CC2538 based boards
2014-11-25 18:57:40 +01:00
Martine Lenders
211cad1ea3 pktqueue: fix alignment order
Alignment order of `pktqueue_node_t` does not align with `priority_queue_node_t`
2014-11-25 18:50:12 +01:00
Lucas Jenss
de11d59177 Add TERMFLAGS to info-build of Makefile.buildtests
As requested in #1559
2014-11-25 09:13:45 -08:00
Pham Huu Dang Nhat
964d96e362 cpu/cc2538: added extern C for rfcore.h 2014-11-25 22:10:36 +07:00
Pham Huu Dang Nhat
bb85671ea7 CI: replaced head with cat and filtered out tools for extern "C" check. 2014-11-25 22:00:09 +07:00
Emmanuel Baccelli
1649ff9a61 Merge pull request #2050 from PeterKietzmann/adapt_README_start_page
README start page: centralize developement procedures specs, point to wiki instead of duplicating in README
2014-11-25 15:01:02 +01:00
Pham Huu Dang Nhat
0ece093a5e CI: removed AC in extern C check 2014-11-25 09:09:07 +07:00
DangNhat Pham-Huu
785fc1f5a8 Merge pull request #1803 from BytesGalore/extern_C_in_headers_cpus
cpu: added `extern "C"` to headers
2014-11-25 08:49:57 +07:00
Christian Mehlis
b580bc9d0e Merge pull request #2078 from Kijewski/hello-world-warnings
nrf51822: hello-world builds without warnings
2014-11-24 23:29:45 +01:00
BytesGalore
a4d2ee307c cpu: added extern "C" to headers 2014-11-24 19:10:15 +01:00
DangNhat Pham-Huu
3e411bef0d Merge pull request #2072 from LudwigOrtmann/license-difffilter
dist/licenses: add and use diff-filter
2014-11-25 01:06:51 +07:00
Ludwig Ortmann
d716f2d4a5 dist/licenses: add and use --error-exitcode 2014-11-24 18:54:56 +01:00
Ludwig Ortmann
1574c2bb76 dist/licenses: add and use diff-filter 2014-11-24 18:54:56 +01:00
René Kijewski
f258c3e7ac nrf51822: Suppress unused argument warnings 2014-11-24 18:43:14 +01:00
Ludwig Ortmann
64c17f50e9 Merge pull request #2077 from LudwigOrtmann/libcoap-make
pkg/libcoap: call "$(MAKE)", not make; tests/coap: update blacklist
2014-11-24 17:40:54 +01:00
René Kijewski
7d7002305d nrf51822: error was not checked b/c of wrong signedness 2014-11-24 16:23:58 +01:00
René Kijewski
96fe9f012c nrf51822: Fix indentation in lpm_arch.c 2014-11-24 16:23:58 +01:00
René Kijewski
6f8377cf26 nrf51822: test arguments for read/write even in stubs 2014-11-24 16:23:58 +01:00
Ludwig Ortmann
8ef2257796 test/coap: update blacklist for features
Boards that don't have a transceiver are automatically filtered out already.
2014-11-24 16:07:09 +01:00
Ludwig Ortmann
5a21631643 pkg/libcoap: call "$(MAKE)", not make 2014-11-24 15:54:49 +01:00
Oleg Hahm
0cd1f34c4a Merge pull request #2068 from LudwigOrtmann/debug-enabled
drivers/cc2420: use DEBUG_ENABLED instead of DEBUG
2014-11-24 14:40:01 +01:00
Johann F
5b1a519875 add test app for hdc1000 sensor 2014-11-24 13:15:58 +01:00
Johann F
1a69a1eae8 add hdc1000 sensor driver 2014-11-24 13:15:58 +01:00
Thomas Eichinger
57470eb77e Merge pull request #2065 from LudwigOrtmann/issue-392
license header + pattern cleanup
2014-11-24 10:36:16 +01:00
René Kijewski
bfbb1a353d Merge pull request #1924 from OlegHahm/strip_application_name
make: strip white space from application name
2014-11-23 15:51:42 +01:00
Oleg Hahm
6bdf6a1577 make: strip APPLICATION variable
Trailing white spaces in the application Makefile will cause the build
system to fail otherwise.
2014-11-23 15:46:39 +01:00
Arvid E. Picciani
88c3b8f914 nrf51: halt works better 2014-11-22 19:25:53 +01:00
Ludwig Ortmann
aae53efa99 Merge pull request #2069 from LudwigOrtmann/cppcheck-fixup
dist/cppcheck: handle unhandled condition
2014-11-22 00:49:38 -08:00
Oleg Hahm
c229babd55 Merge pull request #2062 from OlegHahm/arm7_common_rename
cpu: rename arm_common to arm7_common
2014-11-21 23:24:39 +01:00
Oleg Hahm
5e2b43452c cpu: arm7_common: added extern C guards 2014-11-21 21:00:52 +01:00
Oleg Hahm
20ce2aee8b cpu: rename arm_common to arm7_common
To be more accurate with the naming and avoid confusions.
2014-11-21 20:27:19 +01:00