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
Ian Martin
332d8c7818
make: use $(OBJDUMP) and $(OBJDUMPFLAGS) in the main objdump target too.
2016-02-24 12:14:05 -05: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
Hauke Petersen
08d1e8de91
boards/msb-430(h): style fixed in board.h
...
fixed indention and parens for LED defines
2016-02-24 15:59:14 +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
Ian Martin
ce71e53d74
make: set OBJDUMP = $(PREFIX)objdump for gnu targets.
2016-02-23 17:55:58 -05: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
Martine Lenders
64ec89e9cb
cc110x: only set info values if != NULL
2016-02-23 15:51:10 +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
Joakim Nohlgård
11b2b488ef
tests/periph_gpio: Fix mixed up command descriptions
2016-02-22 21:50:27 +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
Yonezawa-T2
e92c355aba
udp: fixed a corner case for checksum computation.
...
Fixes #4842 .
RFC 2460 section 8.1 (https://tools.ietf.org/html/rfc2460#section-8.1 )
states:
> if that computation yields a result of zero, it must be changed to hex
> FFFF for placement in the UDP header.
2016-02-22 20:30:31 +09: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
60122cca82
cpu: native: netdev2_tap: don't pass isr_arg on rx complete event
2016-02-21 21:55:33 +01:00
2e61f4d365
drivers: enc28j60: correctly pass on isr_arg
2016-02-21 21:55:33 +01:00
d454e83009
drivers: ethos: correctly pass on isr_arg
2016-02-21 21:55:33 +01:00
b43a1070a2
drivers: encx24j600: correctly pass on isr_arg
2016-02-21 21:54:40 +01:00
Cenk Gündoğan
6becb42c4e
Merge pull request #4810 from cgundogan/pr/color/add_hex
...
color: add hex2color, color2hex, rgb2str, str2rgb
2016-02-21 20:35:11 +01:00
Steffen Pengel
35635e4039
stm32f3: periph: uart: add misssing uart overrun handling
...
On overrung the ORE bit in the ORECF register is set.
An overrun error occurs when a character is received when RXNE has not been reset. Data
can not be transferred from the shift register to the RDR register until the RXNE bit is
cleared. The ORE bit is reset by setting the ORECF bit in the ICR register.
In case the ORE bit isn't cleared, the isr_handler() routine is called
continuously. Which prevents the system from normal scheduling.
2016-02-21 20:30:29 +01:00
Cenk Gündoğan
f26ea2028c
unittests: added some unittests for the color module
2016-02-21 20:18:25 +01:00
Cenk Gündoğan
e0311c85cf
color: add hex2color, color2hex, str2rgb, rgb2str
2016-02-21 20:18:25 +01:00
Peter Kietzmann
784c9b9b98
Merge pull request #4847 from haukepetersen/add_samr21_3rdpwm
...
boards/samr21-xpro: added third channel for PWM1
2016-02-21 19:16:57 +01:00
Ludwig Knüpfer
79da205cd8
doc: fix trailing whitespace in Doxygen XML
2016-02-21 18:58:02 +01:00
Ludwig Knüpfer
200e60ea58
doc: disable REPEAT_BRIEF Doxgen setting
...
Details follow the brief section immediately now.
2016-02-21 18:52:31 +01:00
Ludwig Knüpfer
7c188378a9
doc: move details section to the top
...
Add a layout file for Doxygen which has the details section at the
beginning of a page as opposed to the default where the details are
somewhere in the middle.
The initial XML file was generated as specified in the Doxygen
documentation:
```
doxygen -l
```
2016-02-21 18:33:21 +01:00
Hauke Petersen
bc1013b54e
cpu/samd21: allowed third PWM channel per device
2016-02-21 16:49:45 +01:00
Hauke Petersen
a75847ca27
baords/samr21-xpro: added third channel for PWM1
2016-02-21 16:49:45 +01:00
Hauke Petersen
c82dda9b74
Merge pull request #4815 from DipSwitch/pr/fix_stm32_exti_isr
...
STM32 GPIO: Fix exti_isr handling to only call callbacks of lines with there IRQ enabled
2016-02-21 14:11:36 +01:00