Martine Lenders
|
f20715bc54
|
Merge pull request #5810 from makomi/emb6
pkg/emb6: emb6_conn_udp: fix nullPointer error (cppcheck)
|
2016-09-05 13:08:15 +02:00 |
|
Martine Lenders
|
0b627be82e
|
Merge pull request #5809 from makomi/driver_dht
tests/driver_dht: fix invalidPrintfArgType_sint (cppcheck)
|
2016-09-05 13:06:46 +02:00 |
|
Martine Lenders
|
9874a6d69a
|
Merge pull request #5811 from makomi/gnrc
sys/net/gnrc: fix cppcheck errors/ warnings
|
2016-09-05 13:06:04 +02:00 |
|
Martine Lenders
|
e04933b2b5
|
Merge pull request #5808 from makomi/dht
drivers/dht: fix variableScope (cppcheck)
|
2016-09-05 09:53:06 +02:00 |
|
BytesGalore
|
5893c9ba0f
|
Merge pull request #5806 from makomi/base64
sys/base64: fix variableScope (cppcheck)
|
2016-09-05 08:48:52 +02:00 |
|
Matthias Kolja Miehl
|
5456d6e2d2
|
dist/tools/tunslip: tapslip6: fix unusedVariable
|
2016-09-05 02:32:10 +02:00 |
|
Matthias Kolja Miehl
|
8cb5624655
|
dist/tools/tunslip: tapslip6: fix variableScope
|
2016-09-05 02:32:10 +02:00 |
|
Matthias Kolja Miehl
|
eb39aec480
|
dist/tools/tunslip: tunslip6: fix invalidPrintfArgType_uint
Since the argument type is 'long', the printf
format string has to be '%li' instead of '%lu'.
|
2016-09-05 02:32:10 +02:00 |
|
Matthias Kolja Miehl
|
652f5ef8b9
|
dist/tools/tunslip: tunslip6: fix variableScope
|
2016-09-05 02:32:10 +02:00 |
|
Matthias Kolja Miehl
|
c458f9958e
|
dist/tools/tunslip: fix variableScope
|
2016-09-05 02:32:09 +02:00 |
|
Matthias Kolja Miehl
|
c06bf1019d
|
dist/tools/tunslip: add comment regarding missing break at the end of case
|
2016-09-05 02:32:09 +02:00 |
|
Matthias Kolja Miehl
|
2ea342dcaf
|
tests/xtimer_now64_continuity: fix variableScope
|
2016-09-05 02:31:11 +02:00 |
|
Matthias Kolja Miehl
|
da0fb324a5
|
tests/periph_gpio: fix variableScope
|
2016-09-05 02:30:10 +02:00 |
|
Matthias Kolja Miehl
|
6ea7a8f6ae
|
tests/periph_uart: fix invalidPrintfArgType_sint
Since the argument type is 'unsigned int', the printf
format string has to be '%u' instead of '%i'.
|
2016-09-05 02:27:24 +02:00 |
|
Matthias Kolja Miehl
|
54fc0fd2a8
|
tests/driver_dht: fix invalidPrintfArgType_sint
Since the argument type is 'unsigned int', the printf
format string has to be '%u' instead of '%i'.
|
2016-09-05 02:26:41 +02:00 |
|
Matthias Kolja Miehl
|
95baea86d6
|
sys/net/gnrc: gnrc_zep: fix nullPointer error
|
2016-09-05 02:24:11 +02:00 |
|
Matthias Kolja Miehl
|
0e1d749340
|
sys/net/gnrc: gnrc_rpl_control_messages: fix variableScope
|
2016-09-05 02:24:05 +02:00 |
|
Matthias Kolja Miehl
|
b108a57637
|
sys/net/gnrc: gnrc_ipv6_ext: fix variableScope
|
2016-09-05 02:23:59 +02:00 |
|
Matthias Kolja Miehl
|
08fd7f857b
|
sys/ecc/hamming256: fix variableScope
|
2016-09-05 02:22:37 +02:00 |
|
Matthias Kolja Miehl
|
1e8d768701
|
sys/base64: fix variableScope
|
2016-09-05 02:21:50 +02:00 |
|
Matthias Kolja Miehl
|
318bc53671
|
pkg/emb6: emb6_conn_udp: fix nullPointer error
|
2016-09-05 02:17:34 +02:00 |
|
Matthias Kolja Miehl
|
906b22699d
|
pkg/nordic_softdevice_ble: gnrc_nordic_ble_6lowpan: fix nullPointer error
|
2016-09-05 02:16:42 +02:00 |
|
Matthias Kolja Miehl
|
3733bb7c14
|
drivers/dht: fix variableScope
|
2016-09-05 02:15:51 +02:00 |
|
Aaron Sowry
|
2ba43d560f
|
cpu/cc2538: Remove superfluous mutex lock
|
2016-09-04 20:51:51 +12:00 |
|
Oleg Hahm
|
908f5489b6
|
Merge pull request #5653 from aeneby/rssi_lqi_fix_v2
cpu/cc2538: Make ED and LQI values 802.15.4 compliant
|
2016-09-04 10:27:02 +02:00 |
|
Oleg Hahm
|
3e05a90d41
|
Merge pull request #5800 from miri64/at86rf2xx/doc/get_random_operation
at86rf2xx: document operation mode concerns for
|
2016-09-02 23:41:48 +02:00 |
|
Martine Lenders
|
0b59372eb0
|
at86rf2xx: document operation mode concerns for
|
2016-09-02 22:48:47 +02:00 |
|
Laurent Navet
|
3f0e1862a8
|
cpu/atmega328p: add atmega328p mcu support
add atmega328p support with:
uart, timer, spi and gpio
|
2016-09-02 22:26:19 +02:00 |
|
Martine Lenders
|
09703e1fdf
|
fixup! sock: Introduction of new application layer API
Add more error classes
|
2016-09-02 19:02:33 +02:00 |
|
Martine Lenders
|
d17ef910f0
|
fixup! sock: Introduction of new application layer API
Include missing header
|
2016-09-02 18:59:34 +02:00 |
|
Martine Lenders
|
9b2cff9a7b
|
lwip: port mboxes to core_mbox
|
2016-09-02 15:04:18 +02:00 |
|
Martine Lenders
|
9b63d5c25e
|
Merge pull request #4989 from mtausig/at86rf2xx_get_random
at86rf2xx: at86rf2xx_get_random to at86rf2xx_internal for supporting boards
|
2016-09-02 11:02:19 +02:00 |
|
|
3aa1ffb5fb
|
drivers/io1_xplained: initial implementation including temperature/LED/GPIO and auto init
|
2016-09-02 10:42:09 +02:00 |
|
Martine Lenders
|
b43ffab953
|
Merge pull request #5515 from miri64/csma_sender/fix/adaptations
csma_sender: fixes and adaptions
|
2016-09-02 10:12:38 +02:00 |
|
Mathias Tausig
|
48083a7c10
|
at86rf2xx: Add at86rf2xx_get_random to at86rf2xx_internal
Works for at86rf233 and at86rf231 chips
|
2016-09-02 09:54:39 +02:00 |
|
Martine Lenders
|
dd7fb1c63b
|
Merge pull request #5228 from OlegHahm/gnrc_ipv6_hdr_get
gnrc ipv6: convenient function to get the header
|
2016-09-01 23:16:49 +02:00 |
|
Shuguo Zhuo
|
db3a349a51
|
cpu/atmega: revised header include guards.
|
2016-09-01 18:32:17 +02:00 |
|
Martine Lenders
|
cd505b5a71
|
Merge pull request #5767 from zhuoshuguo/fix_sys_crypto_header_include_guards
fix sys/crypto header include guards.
|
2016-09-01 18:05:36 +02:00 |
|
Shuguo Zhuo
|
4a0720fd21
|
sys/crypto: Rename header include guards.
|
2016-09-01 16:56:13 +02:00 |
|
Martine Lenders
|
3f82b530ad
|
Merge pull request #5765 from zhuoshuguo/revise_sys_embunit_header_include_guards
Fix sys/embunit header include guards.
|
2016-09-01 16:13:38 +02:00 |
|
Shuguo Zhuo
|
76f593af11
|
sys/embunit: revised header include guards.
|
2016-09-01 15:33:23 +02:00 |
|
Martine Lenders
|
8173fcbb34
|
Merge pull request #5562 from mtausig/feature/tiny-asn1
Include tiny-asn1 as a package
|
2016-09-01 14:52:35 +02:00 |
|
Mathias Tausig
|
1e5195722a
|
tiny-asn1: Created new package tiny-asn1
|
2016-09-01 13:57:35 +02:00 |
|
Laurent Navet
|
3a7e3f4cb7
|
boards/waspmote-pro: adapt compilation flags
Remove flags which are now exported in atmega_common
|
2016-08-31 21:34:01 +02:00 |
|
Laurent Navet
|
5791a38668
|
boards/arduino-mega2560: adapt compilation flags
Remove flags which are now exported in atmega_common
|
2016-08-31 21:32:10 +02:00 |
|
|
26e4004de4
|
Merge pull request #5397 from OTAkeys/pr/stm32f2xx
cpu: add stm32f2xx family support (based on #4497)
|
2016-08-31 21:14:37 +02:00 |
|
kYc0o
|
5e3747ea8b
|
Merge pull request #5590 from mali/atmega_common
cpu/atmega_common: improve to add smaller atmega MCUs.
|
2016-08-31 18:29:53 +02:00 |
|
Cenk Gündoğan
|
924f27558c
|
Merge pull request #5784 from PeterKietzmann/tools_update_cc2538-bsl
dist/tools: update serial boot loader script
|
2016-08-31 10:10:01 +02:00 |
|
PeterKietzmann
|
5eafb071a6
|
dist/tools/cc2538-bsl: enforce python2
|
2016-08-30 23:38:14 +02:00 |
|
Martine Lenders
|
fad1467ad2
|
Merge pull request #5789 from gebart/pr/rm-dockerfile
dist: Remove Dockerfile in favour of separate repo
|
2016-08-30 23:23:10 +02:00 |
|