|
9082273746
|
core: header cleanup
|
2016-02-28 22:46:28 +01:00 |
|
Oleg Hahm
|
0e285e89b0
|
Merge pull request #4394 from authmillenon/sc_netif/fix/null-pointer-checks
sc_netif: check for NULL pointers on send
|
2016-02-28 11:28:23 +01:00 |
|
Oleg Hahm
|
e9b9589264
|
Merge pull request #4825 from gebart/pr/makefile-buildtest-toolchain
buildtest: Pass TOOLCHAIN variable to build workers
|
2016-02-28 11:26:03 +01:00 |
|
BytesGalore
|
7277753405
|
Merge pull request #4917 from gebart/pr/mbed-comment-style
boards/mbed_lpc1768/system.c: C comment style
|
2016-02-28 07:51:20 +01:00 |
|
Joakim Nohlgård
|
5df3357818
|
Merge pull request #4916 from gebart/pr/unsigned-enum-compare
cpu: Cast enum to unsigned int before comparing against DEV_NUMOF
|
2016-02-28 06:59:59 +01:00 |
|
Joakim Nohlgård
|
a384fa9d6d
|
Merge pull request #4915 from gebart/pr/multiboot-common-missing-brace
boards/x86-multiboot-common/include/multiboot.h: Add missing closing brace
|
2016-02-28 06:59:24 +01:00 |
|
Joakim Nohlgård
|
e1909d861b
|
Merge pull request #4914 from gebart/pr/stm32f0-adc-default-error
cpu/stm32f0: adc: Add default error cases
|
2016-02-28 06:58:28 +01:00 |
|
Martine Lenders
|
2ea563cd8f
|
sc_netif: check for NULL pointers on send
|
2016-02-28 06:44:03 +01:00 |
|
Joakim Nohlgård
|
3e5bfbba26
|
boards/mbed_lpc1768/system.c: C comment style
|
2016-02-28 00:33:41 +01:00 |
|
Joakim Nohlgård
|
58f9976591
|
boards/x86-multiboot-common/include/multiboot.h: Add missing closing brace
|
2016-02-28 00:10:20 +01:00 |
|
Joakim Nohlgård
|
f0584f8ee0
|
cpu/saml21: spi: Cast enum to unsigned int for comparison
|
2016-02-28 00:09:29 +01:00 |
|
Joakim Nohlgård
|
3ff4a334b1
|
cpu/samd21: Cast enum to unsigned int for comparison
|
2016-02-28 00:09:03 +01:00 |
|
Joakim Nohlgård
|
af64264346
|
cpu/samd21: uart: Remove unnecessary check unsigned < 0
|
2016-02-28 00:08:59 +01:00 |
|
Joakim Nohlgård
|
0f0a22b652
|
cpu/sam3: spi: Cast enum to unsigned int for comparison
|
2016-02-28 00:08:30 +01:00 |
|
Joakim Nohlgård
|
e01e6892ff
|
cpu/stm32l1: i2c: Fix array out of bounds before check and Clang input check warnings
|
2016-02-28 00:08:26 +01:00 |
|
Joakim Nohlgård
|
8bf9230d15
|
cpu/stm32l1: spi: Cast enum to unsigned int for comparison
|
2016-02-28 00:08:18 +01:00 |
|
Joakim Nohlgård
|
c61c1207df
|
cpu/stm32f4: Cast enum to unsigned int for comparison
|
2016-02-28 00:08:12 +01:00 |
|
Joakim Nohlgård
|
e4629eb0bb
|
cpu/stm32f3: spi: Cast enum to unsigned int for comparison
|
2016-02-28 00:08:06 +01:00 |
|
Joakim Nohlgård
|
19cee2d757
|
cpu/stm32f1: spi: Cast enum to unsigned int for comparison
|
2016-02-28 00:08:00 +01:00 |
|
Joakim Nohlgård
|
81feb558ef
|
cpu/stm32f0: spi: Cast enum to unsigned int for comparison
|
2016-02-28 00:06:43 +01:00 |
|
Joakim Nohlgård
|
698b2841d1
|
cpu/nrf51: spi: Fix input check warnings
- Cast enum to unsigned int for comparison
- Remove redundant checks
- Add default case for missing devices
|
2016-02-28 00:05:49 +01:00 |
|
Joakim Nohlgård
|
412da2046d
|
cpu/lpc11u34: Cast enum to unsigned int for comparison
|
2016-02-28 00:05:10 +01:00 |
|
Joakim Nohlgård
|
ade9941ab6
|
cpu/stm32f0: adc: Add default error cases
|
2016-02-27 23:52:33 +01:00 |
|
Oleg Hahm
|
b40b630d37
|
Merge pull request #4774 from cgundogan/pr/rpl/srh
ipv6: rpl: add source routing header for RPL
|
2016-02-27 23:39:35 +01:00 |
|
Cenk Gündoğan
|
170acbc4f6
|
rpl: srh: add unittests
|
2016-02-27 20:40:06 +01:00 |
|
Cenk Gündoğan
|
0ac4ee705c
|
ipv6: rpl: add source routing header for RPL
|
2016-02-27 20:39:12 +01:00 |
|
kYc0o
|
30e42669d6
|
Merge pull request #4891 from haukepetersen/opt_sam3_timer
cpu/sam3: reworked timer driver
|
2016-02-27 13:13:47 +01:00 |
|
|
6422fac710
|
Merge pull request #4909 from kaspar030/fix_ethos_info
drivers: ethos: fix _recv signature
|
2016-02-26 21:56:51 +01:00 |
|
|
a93182ff51
|
drivers: ethos: fix _recv signature
|
2016-02-26 21:25:01 +01:00 |
|
Oleg Hahm
|
aeed55a334
|
Merge pull request #4894 from malosek/malo-xtimer-fixes
xtimer: Malo xtimer fixes
|
2016-02-26 19:17:17 +01:00 |
|
Hauke Petersen
|
978704665e
|
boards/udoo: adjusted timer configuration
|
2016-02-26 17:49:48 +01:00 |
|
Hauke Petersen
|
39bff5dc80
|
boards/arduino-due: adjusted timer configuration
|
2016-02-26 17:49:48 +01:00 |
|
Hauke Petersen
|
af5ba0b5da
|
cpu/sam3: reworked timer driver
|
2016-02-26 17:49:48 +01:00 |
|
Hauke Petersen
|
6b9088aa11
|
cpu/sam3: changed timer vendor header
- made channel cc registers accessible as array
|
2016-02-26 17:49:47 +01:00 |
|
Joel Palomino
|
2f610add9c
|
Board z1: Fix issue #2109
|
2016-02-26 17:48:13 +01:00 |
|
Ian Martin
|
04bd6e5f7c
|
cpu/cc2538: avoid using bitfields with the LCRH register
Otherwise the UART ignores the new baudrate divisor.
|
2016-02-26 11:42:32 -05:00 |
|
Hauke Petersen
|
3d63db5aed
|
sys/saul_reg: made registry a global variable
|
2016-02-26 16:37:02 +01:00 |
|
Hauke Petersen
|
9d7cdcfbef
|
boards/nrf51dongle: use global JLink script
|
2016-02-26 15:32:09 +01:00 |
|
Oleg Hahm
|
a14657ef85
|
tools goodfet: directly access baudrate member
|
2016-02-26 15:03:22 +01:00 |
|
Oleg Hahm
|
7a979e3db4
|
make: actually make use of APPDEPS for building
|
2016-02-26 15:03:10 +01:00 |
|
malo
|
9b8fe52d5d
|
xtimer: Fixed _add_timer_to_long_list since timer could be added at the wrong position.
Signed-off-by: malo <malo@25cmsquare.io>
|
2016-02-26 12:32:45 +01:00 |
|
malo
|
93eb56c612
|
xtimer: Fixed case when _xtimer_set_absolute called with target < now and target has _this_high_period .
Signed-off-by: malo <malo@25cmsquare.io>
|
2016-02-26 12:27:15 +01:00 |
|
Oleg Hahm
|
94c287c4c2
|
Merge pull request #4884 from kaspar030/fix_msg_try_receive
core: msg: fix msg_try_receive()
|
2016-02-25 18:17:54 +01:00 |
|
|
58cd796348
|
tests: msg_try_receive: initial commit
|
2016-02-25 14:13:33 +01:00 |
|
bapclenet
|
b71dee2593
|
Merge pull request #4900 from OlegHahm/libcoap_dep
libcoap: fix missing dependencies and includes
|
2016-02-25 13:53:53 +01:00 |
|
Martine Lenders
|
3023ae1a51
|
Merge pull request #4897 from authmillenon/sixlowpan/fix/missing-headers
sixlowpan: include missing headers
|
2016-02-25 12:38:10 +01:00 |
|
Oleg Hahm
|
94231241ec
|
posix sockets: missing includes for conn
|
2016-02-25 10:42:50 +01:00 |
|
Oleg Hahm
|
375ea74526
|
make: add gnrc_conn_udp as dependency for libcoap
|
2016-02-25 10:42:50 +01:00 |
|
Oleg Hahm
|
89ccb599f5
|
Merge pull request #4821 from BytesGalore/add_hash_chain
hashes/sha256: initial sha256-chain computation and verification functions
|
2016-02-25 01:33:57 +01:00 |
|
Martine Lenders
|
24ffa767ef
|
sixlowpan: include missing headers
|
2016-02-25 00:42:02 +01:00 |
|