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
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
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
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
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
Ludwig Ortmann
e343f114f4
dist/cppcheck: handle unhandled condition
...
When no arguments are given at all, the script would shift when there
is nothing to shift. This results in a failure on debian stable:
```
./dist/tools/cppcheck/check.sh: 20: shift: can't shift that many
```
2014-11-21 18:43:26 +01:00
Ludwig Ortmann
b940f6b982
drivers/cc2420: use DEBUG_ENABLED instead of DEBUG
...
compare https://github.com/RIOT-OS/RIOT/issues/2067
2014-11-21 18:31:09 +01:00
Hauke Petersen
b4c3a06a8e
Merge pull request #2048 from haukepetersen/rem_ioarch
...
core/cpu/boards: removed fw_puts from RIOT
2014-11-21 17:04:18 +01:00
René Kijewski
89ab9f720f
Merge pull request #2066 from N8Fear/lint
...
lint: tests: fix improper use of format specifiers
2014-11-21 15:42:17 +01:00
Ludwig Ortmann
5819baea9f
tools/licenses: add 1c-BSD-stanford pattern
2014-11-21 15:28:07 +01:00
Hinnerk van Bruinehsen
12d0c5bbf2
lint: tests: fix improper use of format specifiers
2014-11-21 15:25:56 +01:00
Ludwig Ortmann
01800f15f5
cpu/board: update stale redbee license headers
2014-11-21 15:18:11 +01:00
Ludwig Ortmann
372e2e05f0
tools/licenses: remove unused 3c-BSD-clark
2014-11-21 15:12:52 +01:00
Oleg Hahm
10a4540f2d
license: added missing license for msp430 time.h
2014-11-21 15:10:19 +01:00
Ludwig Ortmann
a220fc82db
tools/licenses: add 3c-BSD-nordic pattern
2014-11-21 15:08:21 +01:00
Ludwig Ortmann
64351603e8
tools/licenses: add 3c-BSD-atmel3 pattern
2014-11-21 15:03:15 +01:00
Martine Lenders
03654d74ef
Merge pull request #2027 from authmillenon/netdev-proto
...
netdev: Add protocol field to netdev_hlist_t struct + cppcheck suppressions
2014-11-21 14:44:16 +01:00
René Kijewski
263dbd7e2f
Merge pull request #1966 from Kijewski/semaphore-fix-irq
...
posix: Fix missing `restoreIRQ()` in `sem_post()`
2014-11-21 14:34:41 +01:00
René Kijewski
682af155e0
posix: Fix missing restoreIRQ()
in sem_post()
2014-11-21 14:33:28 +01:00
René Kijewski
09b274fef7
tests: fix tests/posix_semaphore
2014-11-21 14:33:28 +01:00
Thomas Eichinger
ea38e6f256
Merge pull request #2064 from thomaseichinger/sensor-features
...
tests: define random default GPIOs to pass Travis builds
2014-11-21 14:32:45 +01:00
Thomas Eichinger
e7ae2f6bfb
tests: define random default GPIOs to pass Travis builds
2014-11-21 13:26:41 +01:00
Hauke Petersen
2220a9fab0
core/cpu/boards: removed fw_puts from RIOT
2014-11-21 13:09:02 +01:00
Hauke Petersen
7ca2f9ccc8
Merge pull request #2047 from haukepetersen/fix_cortex_reboot
...
cpu: fixed and moved reboot_arch for cortex cpus
2014-11-21 12:56:41 +01:00
Martine Lenders
8ee3edcb13
netdev: Add protocol to header list nodes
2014-11-21 12:37:48 +01:00
Hauke Petersen
467c6cf307
board/cc2538dk: enabled C++ support
2014-11-21 11:43:21 +01:00
Hauke Petersen
1607e3aefb
board/openmote: enabled C++ support
2014-11-21 11:43:21 +01:00
Hauke Petersen
f5480234c3
cpu/cc2538: made _kill(_r) syscalls weak
2014-11-21 11:43:21 +01:00
Hauke Petersen
74e5fe8928
Merge pull request #1871 from PeterKietzmann/add_srf02_general_i2c_if
...
drivers/srf02: adapted ultrasonic ranger driver to general i2c interface
2014-11-21 11:22:32 +01:00