Commit Graph

4222 Commits (ac7671762d8385a3d136840f487ad009bc9130be)

Author SHA1 Message Date
Lucio Torre 1c64d45b31 cbor: introduce bounds checking on read 6 years ago
Oleg Hahm 24c205d3a3 xtimer: fix formatter for xtimer_now in DEBUG 6 years ago
smlng e28d14f77f gnrc, sock_udp: correct includes 6 years ago
smlng a9cb29c46b gnrc_sock_udp: optimized remote ep handling 6 years ago
smlng e2cf221a58 gnrc_sock_udp: get source port from dynmic port range
- get a new source port from a predefined range
    - check if port already in use, if required
    - refinded consistency checks for params of send()
6 years ago
smlng 2c5f07b62b gnrc_sock: add dynamic port range 6 years ago
Hauke Petersen 96180a61b2 sys/auto_init: adapted to mma8x5x changes 6 years ago
Peter Kietzmann f5c4505f1f Merge pull request #6075 from TizenTeam/sandbox/pcoval/on/master/review
sys: Fix pthread includes to support avr-libs
6 years ago
Peter Kietzmann 6ac2ec1b83 Merge pull request #6385 from haukepetersen/opt_drivers_saulconfigmove
drivers: move SAUL config to _params.h + minor fixes
6 years ago
Philippe Coval 20c3aaa448 sys: Fix pthread includes to support avr-libs
Missing malloc.h and clock_id_t were causing issues to build.

It was tested with this configuration:

- linux ubuntu 14.04.5
- arduino-mega2560 board
- avr-libc-1.8.0-4.1

This change was needed to build iotivity example

Bug: https://github.com/RIOT-OS/RIOT/issues/6241
Change-Id: I82ce246093b3467dfe9746f999bcc9335dbb65f6
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
6 years ago
Peter Kietzmann 7c252eddae Merge pull request #4642 from haukepetersen/opt_hdc1000
drivers/hdc1000: remodeled driver + SAUL integration
6 years ago
Hauke Petersen 9ad5d48065 drivers/si70xx: move SAUL config to params.h 6 years ago
Hauke Petersen 13942225eb drivers/jc42: move SAUL config to params.h 6 years ago
Hauke Petersen 232b8eb2a5 drivers/bmp180: move SAUL config to params.h 6 years ago
Hauke Petersen 7e99e5135a sys/auto_init: added sequence for hdc1000 sensors 6 years ago
Hauke Petersen 75fabde99d Merge pull request #6312 from miri64/auto_init/fix/stack_array_order
auto_init: fix array-initializer order for gnrc_netdev2 stacks
6 years ago
Martine Lenders 548507c37e Merge pull request #6370 from OlegHahm/crypto_remove_twofish_rc5
sys: crypto: remove twofish and rc5
6 years ago
Joakim Nohlgård 21d0266a9a sys/auto_init/saul: Fix some -Wsign-compare warnings 6 years ago
Martine Lenders 0f824b6756 iana: rename to portrange 6 years ago
Oleg Hahm c2893d4a88 sys: crypto: remove twofish and rc5 6 years ago
Koen Zandberg 3545073f49 drivers/jc42: More formatting fixes 6 years ago
Koen Zandberg 01092dd7ca drivers/jc42 Minor formatting 6 years ago
Koen Zandberg 0f22e13ccb drivers/jc42: Add JEDEC JC42.4 temperature sensors
This patch adds a driver for the jc42 compatible
temperature sensors. All sensors compatible with
jc42.4 should work. Examples include the mcp9808
and more.
6 years ago
Ludwig Knüpfer 93b1fc1fde Merge pull request #6342 from haukepetersen/rm_core_rebooth
core: drop `reboot.h`
6 years ago
Martine Lenders 82d8d3d569 auto_init: fix array-initializer order for gnrc_netdev2 stacks 6 years ago
Peter Kietzmann 4f02c4d9c4 Merge pull request #6284 from aabadie/fix_si70xx_saul
drivers/si70xx: fix saul auto initialization
6 years ago
Hauke Petersen 8c7f2d3e9d s syscalls: use pm_off for _exit() 6 years ago
Hauke Petersen d0301dfa34 sys/newlib+shell: use pm_reboot() for reboot() 6 years ago
Martine Lenders 3ba12182c5 Merge pull request #6158 from lebrush/mutex-timeout
sys: add mutex lock with timeout function
6 years ago
Victor Arino 17d6d2a5b5 sys/xtimer: implement mutex lock with timeout 6 years ago
Kaspar Schleiser 92f6fc6888 drivers: add layered power modes module 6 years ago
Peter Kietzmann 82ec622748 Merge pull request #6168 from BytesGalore/base64_fix_expected_encode_size
sys/base64: corrected output size determination
6 years ago
Alexandre Abadie 48ea21447b drivers/si70xx: fix saul auto initialization 6 years ago
Oleg Hahm 6ec1de6783 doc: fix doxygen groups for PPP 6 years ago
BytesGalore 49f89b4268 sys/base64: corrected output size determination 6 years ago
Peter Kietzmann a8297595e6 Merge pull request #6108 from haukepetersen/opt_nrf_nrfmin
cpu/nrf5x: ported nrfmin driver to netdev2
6 years ago
Hauke Petersen f82c7340a5 sys/auto_init: added bootstrapping for nrfmin 6 years ago
Hauke Petersen d855cf1ecb sys/auto_init: adapted init code for XBee devices 6 years ago
Hauke Petersen 61378430e2 sys/net/gnrc: added XBee-to-GNRC glue code 6 years ago
BytesGalore 1c8ea7eab2 Merge pull request #6297 from thomaseichinger/pr/fix_doc_base64
sys/base64: fix a documentation confusion
6 years ago
Kaspar Schleiser 34e44ca4b2 Merge pull request #6263 from kaspar030/remove_unneeded_strings.h
sys: posix: remove strings.h
6 years ago
Thomas Eichinger 95e8d73532 sys/base64: fix a documentation confusion 6 years ago
kYc0o 4fc6b89d87 sys/hashes/sha256: remove unnecessary include 6 years ago
zhuoshuguo 6a0ac75d2c gnrc_mac: add mac tx and rx internal types and API. 6 years ago
Oleg Hahm 84b2910657 Merge pull request #6253 from gebart/pr/newlib-nano-include-dir-fix
LLVM+newlib include path search fixes
6 years ago
Alexandre Abadie 3b1d67badd sys/arduino: make arduino sketch works on avr based boards 6 years ago
Cenk Gündoğan 5fd26e28e7 Merge pull request #6262 from smlng/pr/cppcheck/fix_nhdp_address
cppcheck: fix warning in nhdp_address
6 years ago
Cenk Gündoğan b8a6d0e500 doc: sock: fix broken markdown link 6 years ago
Martine Lenders 71f778aa65 tests: provide unittests for ucrc16 6 years ago
Martine Lenders 107bf0ae63 ucrc16: provide lightweight CRC16 implementation 6 years ago
smlng 18ec3105f2 cppcheck: fix warning in nhdp_address 6 years ago
smlng 3cc164d185 network: add initial iana header file 6 years ago
Sebastian Meiling 1fb2179b2f Merge pull request #6255 from smlng/pr/cppcheck/fix_saul_shellcmd
cppcheck: fix warning in sc_saul_reg
6 years ago
Kaspar Schleiser 2121c6effd sys: posix: remove not needed strings.h 6 years ago
Oleg Hahm c330732d66 Merge pull request #6251 from LudwigKnuepfer/pr/doxygen-hashpipe
doc: hashes and isrpipe doxygen fixes
6 years ago
smlng 374fd3cd66 cppcheck: fix warning in sc_saul_reg 6 years ago
Joakim Nohlgård fd7a1de9c4 newlib: Refactor makefile to fix LLVM compilation failures 6 years ago
Sebastian Meiling 9b312a8aae Merge pull request #6250 from smlng/pr/shell/commands/fix_strtok_r_error
shell: fix strtok_r compile error
6 years ago
Ludwig Knüpfer d0de9aac7b sys/isrpipe: fix group
- create group for isrpipe instead of adding it to sys directly
- alter file description accordingly
6 years ago
Ludwig Knüpfer af1968e52a sys/hashes: fix doxygen group
- fix group membership
- improve description style
6 years ago
smlng d17e57310f shell: fix strtok_r compile error 6 years ago
Joakim Nohlgård fdf6726ab5 newlib: adjust include path for newlib-nano to match change in gcc-arm-embedded toolchain 6 years ago
Joakim Nohlgård d33dd06f73 Revert "newlib: don't use -isystem for default includes"
This reverts commit fb3c2b2bc9.

The reverted commit broke Clang compilation.
6 years ago
smlng 645ea902dd cppcheck: grnc/netif/hdr fix cppcheck warnings 6 years ago
Hauke Petersen ae1bf7e493 Merge pull request #6200 from kaspar030/refactor_synchronous_uart
sys: refactor synchronous uart
6 years ago
Francisco Acosta 22322214c5 Merge pull request #6193 from aabadie/bmp180_saul
drivers/bmp180: move bmp180 driver to saul auto init using the correct way
6 years ago
Martine Lenders ee7f0013b8 Merge pull request #6199 from zhuoshuguo/fix_gnrc_priority_queue_doc
gnrc_priority_queue:  fix doxygen document.
6 years ago
Alexandre Abadie 26835f4f2c drivers/bmp180: move bmp180 to saul auto init the correct way 6 years ago
Kaspar Schleiser 9dea130a9e drivers: ethos: make use of isrpipe module 6 years ago
Kaspar Schleiser dd70231bed sys: uart_stdio: make use of isrpipe 6 years ago
Kaspar Schleiser b89d81fdba sys: add isrpipe 6 years ago
Martine Lenders 490b907cd3 Merge pull request #6086 from miri64/gnrc_pktbuf_static/fix/i5748
gnrc_pktbuf_static: fix #5748
6 years ago
Martine Lenders 5e236cdc16 gnrc_pktbuf_static: fix #5748 6 years ago
Kaspar Schleiser e60e4f0fc9 sys: fmt: fix scn_u32_dec() documentation 6 years ago
Cenk Gündoğan 0bab8c0d61 Merge pull request #6216 from cgundogan/pr/gnrc_netdev2_eth.c
gnrc_netdev2_eth: check bytes_expected > 0
6 years ago
Martine Lenders cfe20f8cd9 Merge pull request #6219 from miri64/timex/enh/more_conversion
timex: more conversion macros
6 years ago
Martine Lenders ad2a9573af timex: more conversion macros 6 years ago
Martine Lenders c6c29eb1ae gnrc_ndp: fix invalid doc references 6 years ago
Cenk Gündoğan 4ebf6363df gnrc_netdev2_eth: check bytes_expected > 0 6 years ago
smlng ad698267fb gnrc_pktbuf: add asserts
- fix static analyzer warning
    - update @pre doc accordingly
6 years ago
Martine Lenders 50b1e7b6a5 gnrc_sock_udp: fix possibly dereferenced NULL pointer (#6203) 6 years ago
zhuoshuguo 944e1462ce gnrc_priority_queue: fix doxygen document. 6 years ago
Martine Lenders be702411e2 Merge pull request #6069 from zhuoshuguo/gnrc_mac_internal_helper
gnrc_netif: add fetch-address and fetch-netif-flag functionalities.
6 years ago
zhuoshuguo d749962134 gnrc_netif: add fetch-address and fetch-netif-flag functionalities. 6 years ago
Martine Lenders 4bf9d590f5 Merge pull request #5942 from zhuoshuguo/add_gnrc_mac_definition
gnrc: add l2_address into gnrc_netdev2_t
6 years ago
Francisco Acosta 84d0d61279 Merge pull request #5608 from gebart/pr/xtimer-ticks
xtimer: Allow arbitrary timer frequency, second attempt
6 years ago
Emmanuel Baccelli cab947b05a fixed insconsistencies in the doc for sock
fixed insconsistency concerning headers needed

fixed insconsistency concerning headers needed

fixed insconsistency concerning headers needed
6 years ago
Michael Andersen 76da4d8d12 rtt_stdio: update for new xtimer api 6 years ago
Joakim Nohlgård 7c48c891a0 xtimer: Update xtimer usage to match API changes 6 years ago
Peter Kietzmann e547ff1d60 Merge pull request #6013 from haukepetersen/opt_periph_uartreturntypes
periph/uart: added names to return values
6 years ago
Joakim Nohlgård 8217e49330 sys/xtimer: avoid C99 initializer list to make file C++11 compatible 6 years ago
Joakim Nohlgård a23bfc64ff xtimer: Introduce xtimer_diff, xtimer_less for comparing timestamps 6 years ago
Joakim Nohlgård b5554dd7e0 xtimer: Introduce xtimer_now_usec convenience functions 6 years ago
Joakim Nohlgård 63e91151cd xtimer: Add tick conversion 6 years ago
Joakim Nohlgård 199140e50b sys/div: Add support for big 64 bit numbers 6 years ago
Joakim Nohlgård 94da9c2975 sys/div: Add div_u64_by_15625div512
64-bit version of div_u32_by_15625div512

also updated tests-div to use correct order for expected and actual values in unit tests (embUnit)
6 years ago
Joakim Nohlgård 3d3efc3492 xtimer: Move ifdef outside Doxygen block 6 years ago
Martine Lenders 0946bda027 Merge pull request #6143 from miri64/gnrc_sock/enh/include-af
gnrc_sock: move net/af.h include to sock_types.h
6 years ago
Martine Lenders bd533dd785 gnrc_sock: move net/af.h include to sock_types.h 6 years ago
Peter Kietzmann 711415360f Merge pull request #5433 from OTAkeys/pr/mma8x5x
mma8652: add support for all mma8x5x accelerometers
6 years ago
Vincent Dupont b9b838f1dc mma8652: add support for all mma8x5x accelerometers 6 years ago
Kaspar Schleiser 3af5e3e315 sys: net: uhcpc: port to sock 6 years ago
Kaspar Schleiser 2b1cd628a9 sys: net: sock: add uint32_t ipv4 address to address union 6 years ago
Kaspar Schleiser 742387acc0 Merge pull request #6102 from smlng/pr/gcoap/fix_compiler_error
gcoap: fix compiler error on macOS
6 years ago
Oleg Hahm c53ba48f8f Merge pull request #6104 from smlng/pr/macos/cbor/fix_redefined_macro
cbor: fix redefined macro error on macOS
6 years ago
Martine Lenders c227bd567d Merge pull request #6106 from miri64/net/enh/nano-spec-fix
net: fix header dumps for nanospec newlib
6 years ago
Martine Lenders 11d3cd8efa net: fix header dumps for nanospec newlib 6 years ago
smlng e867d83eff cbor: fix redefined macro error on macOS 6 years ago
smlng ebd89a76f4 gcoap: fix compiler error on macOS 6 years ago
Kaspar Schleiser 2972f8fd86 net: gnrc: gcoap: make use of DEBUG_EXTRA_STACKSIZE 6 years ago
Martine Lenders 9ce5a5b02c Merge pull request #6083 from miri64/gnrc_sock_ip/fix/fix-memcpy-type
gnrc_sock_ip: fix memcpy()/memset() sizeof-type
6 years ago
Martine Lenders 653e36277c gnrc_sock_ip: fix memcpy()/memset() sizeof-type
The type in the `sizeof()` is just plain wrong. This fixes it.
6 years ago
Alexandre Abadie e0164660eb Merge pull request #6064 from miri64/gnrc_sixlowpan_nhc/fix/forwarding
gnrc_sixlowpan_nhc: fix forwarding case
6 years ago
Martine Lenders 6d80df1a8d Merge pull request #6065 from cgundogan/pr/cpp_pls_do_not_use_isystem_for_default_includes
newlib: don't use -isystem for default includes
6 years ago
Martine Lenders 87261a7be1 Merge pull request #6082 from haukepetersen/add_board_microbit
boards: added support for BBC micro:bit
6 years ago
Martine Lenders 593ad5237d Merge pull request #6067 from cgundogan/pr/cpp_rm_exception_from_noexcept_func
cpp11-compat: no exceptions in noexcept function
6 years ago
Hauke Petersen 38861341f2 sys: added 5x5 font 'Mineplex' 6 years ago
Martine Lenders fcff65b6d8 od: quick-fix for newlib-nano 6 years ago
Martin Elshuber b582e64b09 gnrc_sixlowpan_iphc.c: Updated comments some logic 6 years ago
Martin Elshuber faa47a0e03 gnrc_sixlowpan_iphc: Fixed encoding when COMP=0
Summary:

Even ehen COMP is cleared, the algorithm always elides part of the address when a matching
context is found.

This behviour occurs because in the line

  if ((src_ctx != NULL) || ipv6_addr_is_link_local(&(ipv6_hdr->src)))

the COMP bit is not tested.

This patch fixes the problem by setting [src|dst]_ctx to NULL if the
context must not be used.
6 years ago
Cenk Gündoğan 3365bd8a23 cpp11-compat: no exceptions in noexcept function 6 years ago
Cenk Gündoğan fb3c2b2bc9 newlib: don't use -isystem for default includes 6 years ago
zhuoshuguo 70369d6591 gnrc_mac: fix includes. 6 years ago
Martine Lenders 1605b506c9 gnrc_sixlowpan_nhc: fix forwarding case 6 years ago
zhuoshuguo 1a44c0f71b gnrc_mac: add l2 address into netdev2. 6 years ago
Martine Lenders e6ad438a0b Merge pull request #5941 from zhuoshuguo/gnrc_mac_type
gnrc: create the basic "gnrc_mac" type for providing common MAC functionalities
6 years ago
zhuoshuguo 6f39d8c809 gnrc_mac: add gnrc_mac module into netdev2. 6 years ago
Martine Lenders 9e45cc7067 Merge pull request #6047 from miri64/gcoap/fix/netreg-generic
gcoap: use generic netreg initializers
6 years ago
Martine Lenders dc907b76fa gcoap: use generic netreg initializers
PR #5526 introduced mbox support for netreg so using these functions
is now required.
6 years ago
José Ignacio Alamos Aste fe686d9b29 PPP: Added header definitions 6 years ago
Peter Kietzmann 11a8969ab0 Merge pull request #6003 from miri64/core/doc/msg-init-queue-power-of-two
doc: make the 2^x requirement for msg_queue more visible
6 years ago
Martine Lenders f93ab1a1f6 doc: make the 2^x requirement for msg_queue more visible 6 years ago
Martine Lenders 6dac4bd530 Merge pull request #5950 from zhuoshuguo/add_packet_queue_module_to_gnrc_mac
gnrc: Add priority packet queue module to gnrc
6 years ago
Ken Bannister f3431fb49e gcoap: initial commit 6 years ago
zhuoshuguo 0ebe2a0309 gnrc: add priority packet queue module. 6 years ago
Martine Lenders e7b17dccfc Merge pull request #5945 from miri64/sock/api/ipv4-init-helper
sock: change IPv4 address type to array
6 years ago
Martine Lenders 6d5fdbfa1c sock: document byte order for port 6 years ago
Martine Lenders 9e6b7e8dbf sock: change IPv4 address type to array 6 years ago
Oleg Hahm 1c58f108b0 Merge pull request #6020 from lluminita/sntp_implementation
sntp: initial import
7 years ago
Luminita cf3f02c2e1 sntp: initial import 7 years ago
Martine Lenders 04f8cc20a0 Merge pull request #6021 from miri64/gnrc_sock/fix/actually-bind-implicitly
gnrc_sock: actually bind implicitly
7 years ago
Martine Lenders 7310c87f30 Merge pull request #5472 from jia200x/ipv4_defs
ipv4: header definitions
7 years ago
Martine Lenders 60d7b7efa2 gnrc_sock_udp: fixed minor bug 7 years ago
Martine Lenders eb50b33fb5 gnrc_sock: actually **bind** implicitly 7 years ago
José Ignacio Alamos Aste afbf9b21fb added ipv4 and ICMPv4 definitions and helpers 7 years ago
Hauke Petersen 0d4a0a156f sys/slip: use named UART return values 7 years ago
Hauke Petersen ac94d38657 Merge pull request #6005 from miri64/conn/deprecate
conn: add deprecation note
7 years ago
BytesGalore eda796da00 Merge pull request #5998 from mali/fix_sys_headers_guards
sys: fix include headers guards
7 years ago
Martine Lenders 38217347c5 conn: add deprecation note 7 years ago
Hauke Petersen f6413ee5f5 Merge pull request #5772 from miri64/gnrc/feat/sock
gnrc_sock: provide port for sock_ip and sock_udp
7 years ago
Laurent Navet 5fe337bc6c sys: fix include headers guards 7 years ago
Martine Lenders 20e1fce5b7 ieee802154: centralize default values 7 years ago
Martine Lenders 9508c8f5a5 tests: provide gnrc_sock_ip tests 7 years ago
Martine Lenders 1a6ebf2aae gnrc_sock_ip: provide port for sock_ip 7 years ago
Martine Lenders b971c575ad gnrc_sock_udp: provide port for sock_udp 7 years ago
Hauke Petersen fb24f6d26e sys: added auto-init code for W5100 devices 7 years ago
Martine Lenders 0016463687 all: fix for new netreg_entry_t structure 7 years ago
Martine Lenders 97adff5eac gnrc_netreg: add arbitrary callback support 7 years ago
Martine Lenders b84d955921 gnrc_netreg: add mbox support 7 years ago
Hauke Petersen bc232a5642 Merge pull request #5524 from miri64/gnrc_netreg/api/helper-macro
gnrc_netreg: introduce helper macro/function for entry init
7 years ago
Lucas Jenß 4e20feb453 Merge pull request #5975 from miri64/cbor/bug/i5420
cbor: fix off-by-one error
7 years ago
Martine Lenders dc45cd2610 gnrc: use new netreg helper functions everywhere 7 years ago
Peter Kietzmann a94138bca3 Merge pull request #5984 from smlng/pr/shell_fix_usage
shell: exclude hl and stats from usage if module not present
7 years ago
smlng 4c44a931b7 shell, netstats: fix unused function error 7 years ago
Martine Lenders f341947612 cbor: fix off-by-one error 7 years ago
Martine Lenders 3225f020e5 Merge pull request #5964 from kaspar030/make_fix_appdir_bindir
make: remove trailing slash from BINDIR and APPDIR variables
7 years ago
smlng 3b02e08dea shell: exclude hl and stats from usage if module not present 7 years ago
Lotte Steenbrink 3d23724802 Merge pull request #5973 from Lotterleben/conn_fix_ascii_art
conn.h: fix ascii art
7 years ago
Lotte Steenbrink 1157137f8f conn.h: fix ascii art 7 years ago
Martine Lenders 633292af30 Merge pull request #5958 from miri64/gnrc_pktqueue/doc/fix
gnrc_pktqueue: fix doc
7 years ago
Martine Lenders 523e6975dd Merge pull request #5955 from Cherden/master
gnrc_netif_hdr: Packet dump format of if_pid, rssi and lqi
7 years ago
Kaspar Schleiser 560a509036 make: remove trailing slash from BINDIR variable 7 years ago
Alexandre Abadie 3b30d510bf Merge pull request #5923 from miri64/sock/api/add-missing-func+doc
sock_tcp: Add missing function and doc
7 years ago
Martine Lenders 6e2f1c566b sock_tcp: Add missing function and doc 7 years ago
Martine Lenders a4cc50d5b7 gnrc_pktqueue: fix doc 7 years ago
Dennis Kirsch 8c25ffeba8 gnrc_netif_hdr: Fix debug output format of if_pid, rssi and lqi 7 years ago
Martine Lenders b9330d462b sock: Some formatting fixes
Follow-up on #5929
7 years ago
Martine Lenders 8c56c9031b Merge pull request #5929 from kaspar030/sock_change_no_timeout_value
sock: change "no timeout" value from 0 to UINT32_MAX
7 years ago
Kaspar Schleiser aace13624b sock: change "no timeout" value from 0 to UINT32_MAX 7 years ago
Martine Lenders 4e8659c72a shell: ncache: Fix #5930 7 years ago
Martine Lenders d4ba3bd184 sock: doc fixes 7 years ago
Lotte Steenbrink 826282d9e1 gnrc.h: extend documentation 7 years ago
Martine Lenders f93ab584d8 sock: make queue_array parameter a pointer
Since sock_tcp_t isn't defined at this moment (only declared) the
compiler is complaining about the use of an array in the parameter list
here.

    sys/include/net/sock/tcp.h:119:32: error: array type has incomplete element type ‘sock_tcp_t {aka struct
sock_tcp}’
                         sock_tcp_t queue_array[], unsigned queue_len,
                                    ^
7 years ago
Martine Lenders c7870eac5f Merge pull request #5913 from miri64/sock/api/invalid-addresses
sock: define behavior on invalid addresses
7 years ago
Martine Lenders 6c1e805f9e sock: define behavior on invalid addresses 7 years ago
Thomas Eichinger 7337dadad4 Merge pull request #5851 from hamilton-mote/hamilton-rtt-stdio
sys/rtt_stdio: Support SEGGER RTT for stdin/stdout
7 years ago
Michael Andersen 1d6b9c6f8d sys/rtt_stdio: Support SEGGER RTT for stdin/stdout 7 years ago
BytesGalore 1eae646de7 Merge pull request #5908 from mtausig/ciphers_doc
ciphers: Documented return values of init functions
7 years ago
Alexandre Abadie b016fb43fa Merge pull request #5884 from miri64/sock/doc/fix
sock: doc fixes
7 years ago
Martine Lenders f4d39274fb sock: doc fixes 7 years ago
Peter Kietzmann 359f3b5fc7 Merge pull request #5897 from miri64/ieee802154/enh/cleanup
ieee802154: clean-up (Intra-PAN behavior + broadcast)
7 years ago
Mathias Tausig 3a3b26e70a ciphers: Added defines for return values of cipher_init() and [specific cipher]_init() functions
New definitions: CIPHER_INIT_SUCCESS and CIPHER_ERR_BAD_CONTEXT_SIZE
7 years ago
Mathias Tausig bc3f49a7d0 ciphers: Documented return values of init functions 7 years ago
DipSwitch 6a484d19cb ndp: fix debug in message in gnrc_ndp_internal_send_nbr_sol 7 years ago
Martine Lenders a0454b3787 ieee802154: remove need for IEEE802154_BCAST flag 7 years ago
Martine Lenders 9f29e56020 netdev2_ieee802154: remove NETDEV2_IEEE802154_PAN_COMP flag 7 years ago
Martine Lenders ff2f9983f0 Merge pull request #5880 from OlegHahm/fix_debug_newlines
debug: add missing line breaks
7 years ago
Martine Lenders 6f0018f66a Merge pull request #5694 from miri64/gnrc/enh/0-length-payload
gnrc_pktbuf: allow for 0-sized payload snips
7 years ago
Oleg Hahm b428979a1d debug: add missing line breaks 7 years ago
Kaspar Schleiser 526917b8cc Merge pull request #5758 from miri64/sock/api/initial
sock: Introduction of new application layer API
7 years ago
Martine Lenders fdc8c39ba2 od: don't dump 0-length chunks 7 years ago
Martine Lenders 5dad8f1edd gnrc_pktbuf: allow for 0-sized payload snips 7 years ago
Martine Lenders f99bbbfda9 Merge pull request #5381 from cgundogan/pr/netstats_rpl
gnrc_rpl: introduce control plane traffic statistics
7 years ago
Cenk Gündoğan cfb487ffc4 gnrc_rpl: shell: add 'rpl stats' cmd to shell 7 years ago
Cenk Gündoğan ad6677b33f gnrc_rpl: netstats_rpl: introduce statistics 7 years ago
Martine Lenders 3c005b64b6 Merge pull request #5692 from BytesGalore/md5_change_parameter_type
hashes/md5: changed data-parameter types to `void*`
7 years ago
BytesGalore 4fa3a83910 hashes/md5: changed data-parameter types to `void*` 7 years ago
Martine Lenders 3a204d69b4 Merge pull request #5691 from BytesGalore/sha1_change_parameter_type
hashes/sha1: changed data-parameter pointers to `void*`
7 years ago
BytesGalore 9818d053f4 hashes/sha256: changed data pointer parameters to `void*` 7 years ago
Martine Lenders 262d0d7573 gnrc_netreg: introduce helper macro/function for entry init 7 years ago
Oleg Hahm 9088883047 Merge pull request #5864 from miri64/ndp/fix/incl-header
ndp: add missing header include
7 years ago
Martine Lenders 9dc4023112 ndp: add missing header include
sys/include/net/ndp.h uses IPv6 addresses in NDP message type definitions but up
until now the according header wasn't included.
7 years ago
Oleg Hahm 3c61787b81 Merge pull request #5816 from makomi/shell
sys/shell: fix cppcheck warnings
7 years ago
Oleg Hahm 6a8a829a42 Merge pull request #5803 from miri64/auto_init_gnrc_netif/fix/mac-prios
auto_init_gnrc_netif: set priorities one lower than 6LoWPAN
7 years ago
Cenk Gündoğan 2366e013de Merge pull request #5854 from smlng/pr/gnrc_rpl/expose_config_params
gnrc_rpl: adapt default parameters and expose to Makefile
7 years ago
Alexandre Abadie b2b42c7b71 Merge pull request #5451 from mali/uno
boards: add arduino uno and duemilanove support
7 years ago
Laurent Navet 3ff576e46a tests: adapt for arduino uno and duemilanove support
- blacklist arduino-uno and arduino-duemilanove for
  coap, libfixmath_unittests, lwip, nhdp,
  pthread, pthread_barrier, pthread_cleanup, pthread_condition_variable
  pthread_cooperation, pthread_rwlock and pthread_tls tests.

- fix sys/pipe build

- unittests: boards added to BOARD_INSUFICIENT_MEMORY list.
7 years ago
smlng 0784b9a812 gnrc_rpl: add explanatory links to RFC sections 7 years ago
smlng 4ae107626a gnrc_rpl: correct (some) default params 7 years ago
smlng fbafcc39ac gnrc_rpl: modify RPL default parameters in Makefile 7 years ago
Martine Lenders 4fa36e6128 auto_init_gnrc_netif: set priorities one lower than 6LoWPAN 7 years ago
Alexandre Abadie add6e1d36d Merge pull request #5674 from aabadie/driver_io1_xplained
drivers/io1_xplained: initial implementation of Atmel IO1 Xplained extension board
7 years ago
Matthias Kolja Miehl 1d1e6c44e4 sys/shell: fix cppcheck warnings 7 years ago
Oleg Hahm b35b270fe4 Merge pull request #5813 from makomi/hamming256
sys/ecc/hamming256: fix variableScope (cppcheck)
7 years ago
Martine Lenders 9874a6d69a Merge pull request #5811 from makomi/gnrc
sys/net/gnrc: fix cppcheck errors/ warnings
7 years ago
BytesGalore 5893c9ba0f Merge pull request #5806 from makomi/base64
sys/base64: fix variableScope (cppcheck)
7 years ago
Matthias Kolja Miehl 95baea86d6 sys/net/gnrc: gnrc_zep: fix nullPointer error 7 years ago
Matthias Kolja Miehl 0e1d749340 sys/net/gnrc: gnrc_rpl_control_messages: fix variableScope 7 years ago
Matthias Kolja Miehl b108a57637 sys/net/gnrc: gnrc_ipv6_ext: fix variableScope 7 years ago
Matthias Kolja Miehl 08fd7f857b sys/ecc/hamming256: fix variableScope 7 years ago
Matthias Kolja Miehl 1e8d768701 sys/base64: fix variableScope 7 years ago
Martine Lenders 09703e1fdf fixup! sock: Introduction of new application layer API
Add more error classes
7 years ago
Martine Lenders d17ef910f0 fixup! sock: Introduction of new application layer API
Include missing header
7 years ago
Alexandre Abadie 3aa1ffb5fb drivers/io1_xplained: initial implementation including temperature/LED/GPIO and auto init 7 years ago
Martine Lenders b43ffab953 Merge pull request #5515 from miri64/csma_sender/fix/adaptations
csma_sender: fixes and adaptions
7 years ago
Martine Lenders dd7fb1c63b Merge pull request #5228 from OlegHahm/gnrc_ipv6_hdr_get
gnrc ipv6: convenient function to get the header
7 years ago
Martine Lenders cd505b5a71 Merge pull request #5767 from zhuoshuguo/fix_sys_crypto_header_include_guards
fix sys/crypto header include guards.
7 years ago
Shuguo Zhuo 4a0720fd21 sys/crypto: Rename header include guards. 7 years ago
Martine Lenders 3f82b530ad Merge pull request #5765 from zhuoshuguo/revise_sys_embunit_header_include_guards
Fix sys/embunit header include guards.
7 years ago
Shuguo Zhuo 76f593af11 sys/embunit: revised header include guards. 7 years ago
Peter Kietzmann cd548cad46 Merge pull request #5751 from miri64/gnrc_udp/fix/consider-netif-hdr
gnrc_udp: consider netif header in send dispatch
7 years ago
Martine Lenders 9ba68cc88d Merge pull request #5749 from miri64/gnrc_udp/fix/missing-duplication
gnrc_udp: add missing duplitation step
7 years ago
Oleg Hahm 00dd2fdcd8 sys: newlib: conditionally ignore wchar warning
For certain versions of newlib this warning is ignored.
7 years ago
Joakim Nohlgård 455fb6cd4d Merge pull request #5742 from kaspar030/fix_lto
LTO fixes
7 years ago
Oleg Hahm 0703d80563 Merge pull request #5661 from OlegHahm/ccnl_update
pkg: ccn_lite update
7 years ago
Ludwig Knüpfer fcb08fac04 Merge pull request #5756 from kaspar030/remove_config
sys: remove config module
7 years ago
Kaspar Schleiser b3a061e0ab sys: remove config module 7 years ago
Martine Lenders 73861e2c15 fixup! sock: Introduction of new application layer API
Fix some typos
7 years ago
smlng c1fe8d5d9d gnrc_rpl: fix prefix length 7 years ago
Martine Lenders ce205afc57 fixup! sock: Introduction of new application layer API
sock_ip: Provide proto parameter to send in case sock == NULL.
7 years ago