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

10116 Commits

Author SHA1 Message Date
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
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
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
BytesGalore
f0245bd648 hashes/sha256: add sha256-chain computation and verification functions
* also added unittetst for it

x[SQUASH ME] separated out all waypoints test and increased waypoints
2016-02-24 19:04:17 +01:00
Oleg Hahm
dd15430fce Merge pull request #4856 from BytesGalore/sha256_separate_unittests
unittests/sha256: separated tests to prevent stack corruption on boards
2016-02-24 16:55:17 +01:00
BytesGalore
8a0016a928 unittests/sha256: separated tests to prevent stack corruption on borards 2016-02-24 14:07:49 +01:00
Emmanuel Baccelli
a6faee6647 Merge pull request #4393 from dkm/pr/gpio
cpu/lm4f120: GPIO support
2016-02-24 10:30:14 +01:00
Oleg Hahm
a9250037d8 Merge pull request #4886 from OlegHahm/kw2xrf_typos
kw2xrf: fix two typos
2016-02-24 00:20:36 +01:00
Oleg Hahm
b27a1e8e24 kw2xrf: fix two typos 2016-02-23 23:26:44 +01:00
Oleg Hahm
0d066bc145 Merge pull request #4779 from basilfx/feature/driver_si7021
drivers: add support for low power si7021 i2c temp and humidity sensor
2016-02-23 21:39:07 +01:00
Oleg Hahm
89ff0448bb Merge pull request #4883 from kaspar030/fix_tests_xtimer_msg_receive_timeout
tests: xtimer_msg_receive_timeout: remove timer before ending scope
2016-02-23 21:35:35 +01:00
Andreas "Paul" Pauli
19c48d7d26 Merge pull request #4827 from gebart/pr/xtimer-tests-usleep-until-stats
tests/xtimer_usleep_until: Print statistics at the end
2016-02-23 18:51:54 +01:00
Marc Poulhiès
8f0a9ddf6f cpu/lm4f120: GPIO support 2016-02-23 15:12:53 +01:00
bdfc76a052 core: msg: fix msg_try_receive not checking msg_waiters 2016-02-23 14:43:42 +01:00
6f84493da7 tests: xtimer_msg_receive_timeout: remove timer before ending scope 2016-02-23 13:52:30 +01:00
Oleg Hahm
e0732a5a81 Merge pull request #4701 from OlegHahm/sha1
hashes: Import of SHA-1 algorithm
2016-02-23 12:23:21 +01:00
Oleg Hahm
20567d46dc tests: added unittests for SHA-1 2016-02-23 12:09:37 +01:00
Oleg Hahm
6afd629d1a hashes: add SHA-1 hashing algorithm 2016-02-23 12:09:37 +01:00
Bas Stottelaar
9e50d09b60 drivers: si70xx: temperature and humidity sensor
This includes the Si7006, Si7013, Si7020 and Si7021 I2C sensors, including a
test application.
2016-02-23 07:32:40 +01:00
Hauke Petersen
97ceaadaec Merge pull request #4828 from haukepetersen/fix_nrf_leds
boards: cleaned up LED handling for NRF5x based boards
2016-02-22 22:21:54 +01:00
Martine Lenders
0018bd902b Merge pull request #4648 from authmillenon/netdev2/api/packet-info
netdev2: provide capability to pass up packet status information
2016-02-22 19:30:18 +01:00
Ludwig Knüpfer
98c4739105 Merge pull request #4867 from LudwigKnuepfer/pr/details-first
doc: move details section to the top
2016-02-22 17:59:37 +01:00
Joakim Nohlgård
4b47c3e9b7 tests/xtimer_usleep_until: Print statistics at the end 2016-02-22 17:55:01 +01:00
Martine Lenders
bd8d2d3a8a cc110x: adapt for info struct 2016-02-22 15:17:05 +01:00
Peter Kietzmann
a23a1c1f70 Merge pull request #4848 from haukepetersen/fix_nrf51dongle_xtimer
boards/nrf51dongle: add xtimer configuration
2016-02-22 12:53:49 +01:00
Martine Lenders
8db42427cb native/drivers/sys: adapt ethernet netdev2 for info struct 2016-02-22 12:37:26 +01:00
Oleg Hahm
0ffed1d100 Merge pull request #4868 from steffen-p/stm32f3_periph_uart_deadlock_on_overrun
stm32f3: periph: uart: add misssing uart overrun handling
2016-02-22 12:26:01 +01:00
Peter Kietzmann
bf1d31a62b Merge pull request #4869 from cgundogan/pr/kw2xrf/NETOPT_STATE_RX
drivers/kw2xrf: use NETOPT_STATE_RX for rcv
2016-02-22 11:52:35 +01:00
Martine Lenders
dad883c745 netdev2: provide capability to pass up packet status information 2016-02-22 11:31:58 +01:00
Cenk Gündoğan
f0068ba446 drivers/kw2xrf: use NETOPT_STATE_RX for rcv 2016-02-21 22:57:09 +01:00
Martine Lenders
65caa15d0b Merge pull request #4864 from kaspar030/fix_encx24j600_isr_arg
drivers: net: fix isr_arg for encx24j600 and ethos
2016-02-21 22:44:00 +01:00
5b4b40cc1e drivers: cc110x: don't pass isr_arg on rx complete event 2016-02-21 22:01:03 +01:00