Lotte Steenbrink
|
b28abc2d35
|
Merge pull request #6562 from miri64/sock/doc/ref-fix
doc: net: replace doc references of conn with sock
|
2017-02-07 15:13:54 +01:00 |
|
PeterKietzmann
|
e617d74fa8
|
drivers/kw2xrf: update default params on init
|
2017-02-07 15:08:14 +01:00 |
|
smlng
|
432b03e99e
|
drivers/kw2xrf: cleanup
- use generic short and long address generator
- defines in main header file
- refine debug output
- correct signed/unsigned warnings
|
2017-02-07 15:08:14 +01:00 |
|
smlng
|
887f499eca
|
drivers/kw2xrf: adapt to new SPI interface
- add docu for structs, defines and functions
- exclude drivers/kw2xrf/include/overwrites.h (vendor header)
- add missing header guards
|
2017-02-07 15:08:05 +01:00 |
|
Johann Fischer
|
5eccbfb2ad
|
tests/driver_kw2xrf: adapt for netdev2 and add testmodes
|
2017-02-07 15:07:58 +01:00 |
|
Johann Fischer
|
cf32ff7f19
|
drivers/kw2xrf: adapt for the netdev2 interface
Adapt the kw2xrf driver for the netdev2 interface.
This patch also adds overwrites.h, the header provides overwrite
values for the kw2xrf PHY.
|
2017-02-07 15:07:33 +01:00 |
|
Martine Lenders
|
a576bb4be6
|
Merge pull request #6509 from smlng/pr/pktdump/print_tcp_hdr
sys: net: gnrc: pktdump: add tcp_hdr_print
|
2017-02-07 14:54:31 +01:00 |
|
Hauke Petersen
|
3a4f6b897e
|
Merge pull request #6560 from haukepetersen/opt_periph_hwrngbuftype
periph/hwrng: use void* buf for hwrng_read()
|
2017-02-07 14:37:18 +01:00 |
|
smlng
|
5b2b7674d8
|
gnrc/pktdump: add tcp_hdr_print
|
2017-02-07 13:42:41 +01:00 |
|
smlng
|
43de60daf0
|
net: add tcp_hdr_print
|
2017-02-07 13:42:41 +01:00 |
|
Martine Lenders
|
4f5d046622
|
doc: net: replace doc references of conn with sock
|
2017-02-07 13:32:20 +01:00 |
|
Hauke Petersen
|
2f9e3c89e1
|
periph/hwrng: use void* buf for hwrng_read()
|
2017-02-07 13:20:39 +01:00 |
|
Peter Kietzmann
|
4403cc931a
|
Merge pull request #6523 from haukepetersen/opt_dht_autoinit
drivers/dht: updated auto-init + some enhancements
|
2017-02-07 11:57:10 +01:00 |
|
Martine Lenders
|
50d5b07ecb
|
Merge pull request #6557 from miri64/udp_icmpv6/fix/formatter
icmpv6: udp: fix formatter of checksum in header print functions
|
2017-02-07 11:47:51 +01:00 |
|
Hauke Petersen
|
17c5931125
|
boards/nucleo-common: fixed doxygen groups
|
2017-02-07 11:16:50 +01:00 |
|
Hauke Petersen
|
544c590d5b
|
drivers: fixed doxygen groups
|
2017-02-07 11:16:38 +01:00 |
|
Hauke Petersen
|
1dd806bb28
|
cpu/lpc2387: remove (unused) legacy ADC driver
|
2017-02-07 10:56:33 +01:00 |
|
Martine Lenders
|
2ef1f2e8f7
|
Merge pull request #6521 from haukepetersen/rm_lpc_i2clma
cpu/drivers: remove deprecated lm75a+lpc2387 I2C drivers
|
2017-02-07 10:27:26 +01:00 |
|
Martine Lenders
|
37f6eb63f8
|
udp: fix formatter of checksum in udp_hdr_print()
|
2017-02-07 10:09:51 +01:00 |
|
Martine Lenders
|
b272e904fd
|
icmpv6: fix formatter of checksum in icmpv6_hdr_print()
|
2017-02-07 10:09:46 +01:00 |
|
Hauke Petersen
|
c6aa413320
|
tests/driver_dht: adapted to driver changes
|
2017-02-07 09:59:30 +01:00 |
|
Hauke Petersen
|
3afc3eb10b
|
drivers/dht: updated auto-init + some enhancements
- unified auto-init to use same style as other SAUl devices
- make use of named return values
- added some asserts
|
2017-02-07 09:59:23 +01:00 |
|
Simon Brummer
|
d4c477aa01
|
gnrc_tcp: cleanup: correct copyright updates and corrected doxygen comments
|
2017-02-06 18:26:45 +01:00 |
|
Francisco Acosta
|
79a4acee43
|
Merge pull request #6516 from antmerlino/arduino-cleanup
Changes arduino-common to arduino-atmega-common.
|
2017-02-06 17:40:44 +01:00 |
|
Martine Lenders
|
feb767932b
|
Merge pull request #6556 from Yonezawa-T2/test_gnrc_ipv6_ext_readme
tests/gnrc_ipv6_ext: update README.md
|
2017-02-06 12:22:59 +01:00 |
|
Martine Lenders
|
beaa214b83
|
Merge pull request #6551 from miri64/fmt/enh/print_byte_hex
fmt: add print_byte_hex() helper
|
2017-02-06 12:08:22 +01:00 |
|
|
33c2a91e1c
|
Merge pull request #6555 from kaspar030/murdock_fixes
CI: murdock2: misc fixes
|
2017-02-06 09:33:09 +01:00 |
|
Takuo Yonezawa
|
3193cf8aa7
|
tests/gnrc_ipv6_ext: update README.md
|
2017-02-06 16:27:51 +09:00 |
|
|
4f87821b4e
|
CI: murdock: misc fixes
|
2017-02-05 23:14:31 +01:00 |
|
Simon Brummer
|
7e7b832219
|
gnrc_tcp: cleanup: Enforce coding convention
|
2017-02-04 10:19:59 +01:00 |
|
|
cd45a145de
|
Merge pull request #6552 from aabadie/spi_divtable_whitespace
cpu/stm32_common/dist: prevent spi_divtable tool to add a trailing whitespace
|
2017-02-03 18:32:58 +01:00 |
|
Martine Lenders
|
e586bed009
|
Merge pull request #6477 from PeterKietzmann/pkg_u8g2_update
pkg/u8g2: update version
|
2017-02-03 17:33:22 +01:00 |
|
Martine Lenders
|
dbfbfb0f23
|
Merge pull request #6546 from smlng/pr/sys/fix_uuid
sys/uuid: fix signedness warning
|
2017-02-03 17:31:29 +01:00 |
|
PeterKietzmann
|
f710d4f457
|
pkg/u8g2: update version
|
2017-02-03 16:40:25 +01:00 |
|
|
58aa9eb8bd
|
cpu/stm32_common/dist: prevent spi_divtable tool to add a trailing whitespace
|
2017-02-03 16:24:47 +01:00 |
|
Francisco Acosta
|
b7774a2b4c
|
Merge pull request #6467 from OTAkeys/feat/flashpage_stm32
cpu/stm32f0: add flashpage driver from stm32f1 + fix stm32f1 driver
|
2017-02-03 15:37:44 +01:00 |
|
Martine Lenders
|
0747f57dd5
|
Merge pull request #6550 from BytesGalore/mod_test_libcoap
tests/pkg_libcoap: exchange printf with puts
|
2017-02-03 15:37:07 +01:00 |
|
Martine Lenders
|
0cd2b746cc
|
fmt: add print_byte_hex() helper
|
2017-02-03 15:16:53 +01:00 |
|
Peter Kietzmann
|
04f6e15fbd
|
Merge pull request #6518 from haukepetersen/opt_autoinit_radios
sys/auto_init: optimized for at86rf and mrf24j40
|
2017-02-03 14:57:53 +01:00 |
|
Martine Lenders
|
59150b67f1
|
Merge pull request #6494 from haukepetersen/fix_nucleo_timerconfig
boards/nucle-f0xx: fixed timer configuration
|
2017-02-03 14:42:49 +01:00 |
|
BytesGalore
|
5f3b3bfe5f
|
tests/libcoap: exchange printf with puts
|
2017-02-03 14:39:17 +01:00 |
|
Peter Kietzmann
|
80908553e2
|
Merge pull request #6548 from aabadie/fix_undocumented_macros
boards/nucleo32-f042: fix undocumented on-board LED macros
|
2017-02-03 14:38:53 +01:00 |
|
Peter Kietzmann
|
a265e6ddea
|
Merge pull request #6530 from miri64/gnrc_netdev/doc/fix-groups
gnrc_netdev2: fix grouping of sub-headers in doc
|
2017-02-03 13:33:57 +01:00 |
|
Sebastian Meiling
|
0b703d086c
|
Merge pull request #6547 from aabadie/clean_test_makefile
tests: remove non existing board name nucleo-f042
|
2017-02-03 09:13:15 +01:00 |
|
Anthony Merlino
|
aa1056a33b
|
boards/arduino*: Unifies PORT_<OS> settings
All boards define a default PORT_LINUX and PORT_DARWIN
arduino-atmega-common uses PORT_LINUX and PORT_DARWIN accordingly
|
2017-02-02 14:12:03 -05:00 |
|
Anthony Merlino
|
9f5bd85d0f
|
boards/waspmote-pro: Removes toolchain flags that are now found in cpu/atmega-common
|
2017-02-02 14:12:03 -05:00 |
|
Anthony Merlino
|
23efa92cc9
|
cpu/atmega_common: Adds toolchain flags originally located in atmega-based boards
|
2017-02-02 14:12:02 -05:00 |
|
Anthony Merlino
|
a06aa7bd0e
|
boards/arduino-uno: Updates board to comply with refactored arduino-atmega-common structure
|
2017-02-02 14:12:02 -05:00 |
|
Anthony Merlino
|
7e79e85f17
|
boards/arduino-duemilanove: Updates board to comply with refactored arduino-atmega-common structure
|
2017-02-02 14:12:02 -05:00 |
|
Anthony Merlino
|
3f7808add0
|
boards/arduino-mega2560: Alters board to depend on arduino-atmega-common
|
2017-02-02 14:12:02 -05:00 |
|