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

5815 Commits

Author SHA1 Message Date
Darredevil
febf0c1b08 unittests/tests-pkt: fixed header file include guard
fixes #2623
2015-03-22 16:39:10 +02:00
Darredevil
130a861fbc unittests/tests-netreg: fixed header file include guard
fixes #2623
2015-03-22 16:37:04 +02:00
Darredevil
138f25811c unittests/tests-netif: fixed header file include guard
fixes #2623
2015-03-22 16:33:36 +02:00
Darredevil
b976f55022 unittests/tests-netdev_dummy: fixed header file include guard
fixes #2623
2015-03-22 16:31:46 +02:00
Darredevil
ce46de3799 unittests/tests-crypto: fixed header file include guard
fixes #2623
2015-03-22 16:29:20 +02:00
Darredevil
734d251040 unittests/tests-base64: fixed header file include guard
fixes #2623
2015-03-22 16:25:42 +02:00
Darredevil
49c2f5c597 unittests/netdev_dummy: fixed header file include guard
fixed #2623
2015-03-22 16:23:06 +02:00
Philipp Rosenkranz
d5848d687c Merge pull request #2663 from phiros/unittests_constants_fix
unittests: move test data to common header
2015-03-22 14:48:07 +01:00
Philipp Rosenkranz
d53c7759e9 unittests: move test data to common header 2015-03-22 13:58:36 +01:00
Hauke Petersen
8a9ac9ccc8 Merge pull request #2672 from Darredevil/patch-2
Repair header file include guards #2623
2015-03-22 12:02:31 +01:00
Darredevil
9ca393f63b Repair header file include guards #2623 2015-03-22 04:04:36 +02:00
Ludwig Ortmann
3fb6934977 Merge pull request #2668 from LudwigOrtmann/pr/missing-newlines
*: add missing blank lines
2015-03-21 19:51:36 +01:00
Joakim Gebart
791c57720a cortex-m4_common: Refactor context save/restore
Clang 3.6 is stricter than GCC and previous releases of Clang regarding
naked functions and now only allows inline asm inside naked functions.

This is a refactoring of the functions isr_pendsv, isr_svc,
context_save, context_restore to still be naked functions but allow
building with Clang 3.6
2015-03-21 18:43:01 +01:00
Ludwig Ortmann
cf637942cc *: add missing blank lines
Some functions had no blank lines to separate them from their
neighborhood.
2015-03-21 16:34:59 +01:00
Ludwig Ortmann
d7e412c6bf Merge pull request #2667 from gebart/pr/rpl-debug-printf-inst-bugfix
rpl: Fix DEBUG print which broke in 5585413ce0
2015-03-21 16:21:03 +01:00
Joakim Gebart
8865d9f25f rpl: Fix DEBUG print which broke in 5585413ce0
rpl: pass rpl_instance_t directly instead of its id #2604
https://github.com/RIOT-OS/RIOT/pull/2604
2015-03-21 14:55:17 +01:00
Ludwig Ortmann
cbda26d7e9 Merge pull request #2590 from jhollister/malloc_osx_fix
cpu/native: Fix for missing malloc.h in OSX
2015-03-21 13:50:00 +01:00
James Hollister
93cff5613f cpu/native: Fix for missing malloc.h in OSX 2015-03-21 01:41:54 -07:00
Martine Lenders
4c6ec9b013 Merge pull request #2596 from kushalsingh007/unused
CppCheck: Removing unusedVariable warnings
2015-03-20 22:20:38 +01:00
kushalsingh007
b180e80ee3 CppCheck: Removing memleak warning
- Changing the name of variable 'new' solved the problem.
2015-03-21 02:34:10 +05:30
Cenk Gündoğan
743f529efd Merge pull request #2610 from cgundogan/rpl_remove_get_my_dodag_for_dio_dao
rpl: remove some usages of rpl_get_my_dodag
2015-03-20 20:19:43 +01:00
Cenk Gündoğan
f2b9b51adb Merge pull request #2644 from cgundogan/rpl_pass_dodag_to_find_parent
rpl: pass dodag to the rpl_find_parent function
2015-03-20 19:52:33 +01:00
Martine Lenders
8111b15425 ng_ethernet: make ethertype network byte order 2015-03-20 18:45:24 +01:00
Martine Lenders
6a31fa80a7 Merge pull request #2568 from authmillenon/ng_netreg/feat/allow_nettype_undef
ng_netreg: Allow registration of NG_NETTYPE_UNDEF
2015-03-20 17:06:37 +01:00
Martine Lenders
72f91ad6be Merge pull request #2659 from haukepetersen/ng_fix_scnetif_return
shell/sc_netif: added missing return statements
2015-03-20 16:28:08 +01:00
Martine Lenders
f23d75cae9 Merge pull request #2651 from haukepetersen/ng_fix_scnetif
shell/sc_netif: added '0x' to output of PAN ID
2015-03-20 16:27:53 +01:00
Hauke Petersen
2e2b0952fe shell/sc_netif: added missing return statements 2015-03-20 15:10:01 +01:00
Hauke Petersen
506c97c4d9 shell/sc_netif: fixed output of PAN ID for decimal 2015-03-20 11:08:02 +01:00
Martine Lenders
fe5f8cc632 unittests: adapt unittests to netreg change 2015-03-20 11:00:32 +01:00
Martine Lenders
09b1abcb4e ng_netreg: Allow registration of NG_NETTYPE_UNDEF 2015-03-20 11:00:32 +01:00
Peter Kietzmann
a6240e70ea Merge pull request #2388 from gebart/pr/ina220-initial
drivers: Add driver for TI's INA220 current and power monitor
2015-03-20 08:06:10 +01:00
Tom Van den Eynde
65b1334b4b boards/yunjia-nrf51822: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:14:40 +01:00
Tom Van den Eynde
05073bf50a boards/wsn430-v1_4: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:14:35 +01:00
Tom Van den Eynde
484612617f boards/wsn430-v1_3b: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:14:29 +01:00
Tom Van den Eynde
a9234c5b59 boards/udoo: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:14:23 +01:00
Tom Van den Eynde
a387f6f3d6 boards/stm32f4discovery: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:14:18 +01:00
Tom Van den Eynde
c20401362d boards/stm32f3discovery: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:14:12 +01:00
Tom Van den Eynde
63245ea678 boards/stm32f0discovery: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:14:06 +01:00
Tom Van den Eynde
e5f90a6056 boards/samr21-xpro: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:14:01 +01:00
Tom Van den Eynde
d73de8a3bd boards/pca10005: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:13:54 +01:00
Tom Van den Eynde
8c8c2c876c boards/pca10000: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:13:49 +01:00
Tom Van den Eynde
9d330872cd boards/openmote: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:13:42 +01:00
Tom Van den Eynde
01d0ea6507 boards/nucleo-l1: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:13:35 +01:00
Tom Van den Eynde
e57176b760 boards/nucleo-f091: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:13:29 +01:00
Tom Van den Eynde
e563e2df36 boards/native: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:13:24 +01:00
Tom Van den Eynde
42bdb4465a boards/msbiot: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:13:18 +01:00
Tom Van den Eynde
087b3e6b85 boards/msba2: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:13:13 +01:00
Tom Van den Eynde
93eb5c8f43 boards/iot-lab_M3: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:13:07 +01:00
Tom Van den Eynde
270bc751a8 boards/fox: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:13:02 +01:00
Tom Van den Eynde
cedbcf8c25 boards/chronos: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:12:56 +01:00