Oleg Hahm
548a63db0d
Merge pull request #4287 from kaspar030/add_conn_coap_example
...
examples: add microcoap, gnrc, conn example
2015-12-04 12:49:12 +01:00
Thomas Eichinger
55f4013cfc
Merge pull request #4096 from ReneHerthel/stm32l1_i2c_opt
...
stm32l1/i2c.c: adapt for new i2c periph driver interface
2015-12-04 11:57:57 +01:00
41ed5c0dbd
pkg: microcoap: add compile warning fix
2015-12-04 11:52:35 +01:00
0f1302d72a
examples: initial commit of microcoap_example
2015-12-04 11:52:35 +01:00
81e207c967
Merge pull request #4402 from OlegHahm/patch_binary
...
git: handle patch files as binary
2015-12-04 11:50:42 +01:00
Oleg Hahm
6fdc9ca742
git: handle patch files as binary
2015-12-04 11:46:33 +01:00
Lucas Jenß
80b771af5e
Merge pull request #4266 from A-Paul/shell_ping6_addrerr
...
ping6: dedicated message at address parsing error
2015-12-04 09:27:01 +01:00
Peter Kietzmann
849f690533
Merge pull request #4383 from dkm/pr/servo
...
Allow project to override servo frequency/resolution settings
2015-12-04 08:23:56 +01:00
Oleg Hahm
09aa558f8e
Merge pull request #3911 from DipSwitch/tftp_client
...
Initial TFTP support
2015-12-04 01:36:30 +01:00
DipSwitch
ede923bc5c
tftp: implement TFTP server and client
...
Fix: packet size and typo in transfer mode main -> mail
2015-12-03 21:45:48 +01:00
René Herthel
e9215a6cc1
stm32l1/i2c.c: adapt for new periph driver interface
2015-12-03 19:50:06 +01:00
Cenk Gündoğan
6c8d63bcac
Merge pull request #4399 from OlegHahm/travis_cm4_groups
...
CI: split up Cortex-M4 in two groups
2015-12-03 19:45:42 +01:00
Oleg Hahm
d65d213def
CI: split up Cortex-M4 in two groups
2015-12-03 17:38:24 +01:00
Oleg Hahm
cd7c52d4d5
Merge pull request #4396 from sgso/fix_whitespace_examples_default
...
examples/default: remove trailing whitespaces
2015-12-03 17:29:38 +01:00
Sebastian Sontberg
2739a36555
examples/default: remove trailing whitespaces
2015-12-03 16:47:16 +01:00
Marc Poulhiès
738d05e6b1
drivers/servo: allow for overriding default parameters
...
This is mandatory on platforms where both settings are strongly tied (eg. lm4f120)
2015-12-03 15:13:46 +01:00
Cenk Gündoğan
24f7182ebe
Merge pull request #4392 from OlegHahm/gitignore_pkg
...
gitignore: ignore package directories
2015-12-03 14:14:10 +01:00
Martine Lenders
281b0ba46e
Merge pull request #4343 from kb2ma/misc/fix-checksum
...
Fix UDP/ICMPv6 checksum for a sliced/accumulated payload.
2015-12-03 13:16:12 +01:00
Thomas Eichinger
ef8dc7733a
Merge pull request #4391 from thomaseichinger/pr/rf2xx_include_fix
...
drivers/at86rf2xx: don't inlcude the header in itselfs
2015-12-03 12:12:43 +01:00
Hauke Petersen
0b15943cc1
Merge pull request #4373 from haukepetersen/opt_ipv6_addr
...
net/gnrc/ipv6: de-inlined ipv6_addr_equal
2015-12-03 12:11:14 +01:00
Peter Kietzmann
16202075dc
Merge pull request #4380 from haukepetersen/fix_driver_includeguards
...
drivers/pcd8544: fixed include guard
2015-12-03 12:10:05 +01:00
Oleg Hahm
e024248d98
gitignore: added package directories
2015-12-03 11:24:14 +01:00
Thomas Eichinger
1f2460d662
drivers/at86rf2xx: don't inlcude the header in itselfs
2015-12-03 11:15:30 +01:00
Cenk Gündoğan
5febed40bf
Merge pull request #4385 from OlegHahm/socket_src_addr_selection
...
POSIX socket: source addr selection
2015-12-02 23:07:04 +01:00
Thomas Eichinger
c8f00d0ac5
Merge pull request #4089 from dkm/pr/timer
...
Reworking timer in lm4f120, fix #4077
2015-12-02 19:17:20 +01:00
Oleg Hahm
c96c5dda24
IPv6 netif: documentation ammendment
2015-12-02 18:11:55 +01:00
Oleg Hahm
b366e59c87
conn: add function to find the best source address
...
...and use it in POSIX sendto() function.
2015-12-02 18:11:55 +01:00
Cenk Gündoğan
315ae0eeb4
Merge pull request #4326 from OlegHahm/posix_sockets_dgram_fixes
...
posix sockets: recvfrom on connectionless transports
2015-12-02 17:21:27 +01:00
Oleg Hahm
fdf6da07eb
examples: every socket thread needs a msg queue
2015-12-02 14:45:43 +01:00
Oleg Hahm
860321c3e9
posix sockets: use network byteorder for port
2015-12-02 14:45:43 +01:00
Oleg Hahm
5f663826c7
posix sockets: remove pointless inline function
2015-12-02 14:45:43 +01:00
Oleg Hahm
c366f2bbcd
sockets: perform implicit bind during sendto()
...
A client should not require to explicitly call bind() to receive packets, but is expected to receive replies sent to the ephemeral port that was selected as a source port by the UDP implementation.
2015-12-02 14:45:43 +01:00
Oleg Hahm
0153933241
posix sockets: store src_port in socket struct
2015-12-02 14:38:52 +01:00
Andreas "Paul" Pauli
46f3729798
ping6: dedicated message at address parsing error
2015-12-02 14:34:10 +01:00
Marc
96444d632e
cpu/lm4f120: reworking timer
2015-12-02 13:58:23 +01:00
Hauke Petersen
c7d056208f
Merge pull request #4377 from haukepetersen/fix_boards_includeguards
...
boards: fixed include guards
2015-12-02 13:27:20 +01:00
Peter Kietzmann
085c7498b9
Merge pull request #4368 from PeterKietzmann/limifrog_fix_uart
...
boards/limifrog-v1: fix uart configuration in periph_conf
2015-12-02 12:59:38 +01:00
Ken Bannister
1abffc84e1
Update layer 4 files to fix checksum with inet_csum_slice().
2015-12-02 05:53:58 -05:00
Ken Bannister
0cd5bf9b8f
Add unit tests for inet_csum_slice()
2015-12-02 05:53:58 -05:00
Ken Bannister
835a2d8a27
Add inet_csum_slice() to fix checksum for a sliced layer 4 payload
...
Padding for an odd number of bytes was not calculated properly.
2015-12-02 05:53:52 -05:00
René Kijewski
0906c729a4
Merge pull request #4379 from haukepetersen/fix_core_doc
...
core/atomic.h: fix doxygen to get rid of warning
2015-12-02 11:35:32 +01:00
Hauke Petersen
81ed820528
drivers/pcd8544: fixed include guard
2015-12-02 11:20:02 +01:00
Hauke Petersen
0f43fb9023
core/atomic.h: fix doxygen to get rid of warning
2015-12-02 11:14:07 +01:00
Oleg Hahm
349d333ede
Merge pull request #3997 from DipSwitch/core_msg_avail_support
...
core: add support to see if there are messages available for the curr…
2015-12-02 11:07:17 +01:00
Hauke Petersen
78bdec9356
boards/saml21-xpro: fixed include guards
2015-12-02 10:56:28 +01:00
Hauke Petersen
ca05613082
boards/nrf6310: fixed include guards
2015-12-02 10:56:09 +01:00
Hauke Petersen
d0423b26e1
boards/nrf51dongle: fixed include gurads
2015-12-02 10:55:50 +01:00
Hauke Petersen
54b3a51fe6
boards/frdm-k64f: fixed include guards
2015-12-02 10:55:26 +01:00
DipSwitch
15e8f4e3d1
core: add support to see if there are messages available for the current thread
2015-12-02 09:08:15 +01:00
PeterKietzmann
c85e417b5c
boards/limifrog-v1: fix uart configuration in periph_conf
2015-12-02 08:23:47 +01:00