Oleg Hahm
6fdc9ca742
git: handle patch files as binary
7 years ago
Lucas Jenß
80b771af5e
Merge pull request #4266 from A-Paul/shell_ping6_addrerr
...
ping6: dedicated message at address parsing error
7 years ago
Peter Kietzmann
849f690533
Merge pull request #4383 from dkm/pr/servo
...
Allow project to override servo frequency/resolution settings
7 years ago
Oleg Hahm
09aa558f8e
Merge pull request #3911 from DipSwitch/tftp_client
...
Initial TFTP support
7 years ago
DipSwitch
ede923bc5c
tftp: implement TFTP server and client
...
Fix: packet size and typo in transfer mode main -> mail
7 years ago
Cenk Gündoğan
6c8d63bcac
Merge pull request #4399 from OlegHahm/travis_cm4_groups
...
CI: split up Cortex-M4 in two groups
7 years ago
Oleg Hahm
d65d213def
CI: split up Cortex-M4 in two groups
7 years ago
Oleg Hahm
cd7c52d4d5
Merge pull request #4396 from sgso/fix_whitespace_examples_default
...
examples/default: remove trailing whitespaces
7 years ago
Sebastian Sontberg
2739a36555
examples/default: remove trailing whitespaces
7 years ago
Marc Poulhiès
738d05e6b1
drivers/servo: allow for overriding default parameters
...
This is mandatory on platforms where both settings are strongly tied (eg. lm4f120)
7 years ago
Cenk Gündoğan
24f7182ebe
Merge pull request #4392 from OlegHahm/gitignore_pkg
...
gitignore: ignore package directories
7 years ago
Martine Lenders
281b0ba46e
Merge pull request #4343 from kb2ma/misc/fix-checksum
...
Fix UDP/ICMPv6 checksum for a sliced/accumulated payload.
7 years ago
Thomas Eichinger
ef8dc7733a
Merge pull request #4391 from thomaseichinger/pr/rf2xx_include_fix
...
drivers/at86rf2xx: don't inlcude the header in itselfs
7 years ago
Hauke Petersen
0b15943cc1
Merge pull request #4373 from haukepetersen/opt_ipv6_addr
...
net/gnrc/ipv6: de-inlined ipv6_addr_equal
7 years ago
Peter Kietzmann
16202075dc
Merge pull request #4380 from haukepetersen/fix_driver_includeguards
...
drivers/pcd8544: fixed include guard
7 years ago
Oleg Hahm
e024248d98
gitignore: added package directories
7 years ago
Thomas Eichinger
1f2460d662
drivers/at86rf2xx: don't inlcude the header in itselfs
7 years ago
Cenk Gündoğan
5febed40bf
Merge pull request #4385 from OlegHahm/socket_src_addr_selection
...
POSIX socket: source addr selection
7 years ago
Thomas Eichinger
c8f00d0ac5
Merge pull request #4089 from dkm/pr/timer
...
Reworking timer in lm4f120, fix #4077
7 years ago
Oleg Hahm
c96c5dda24
IPv6 netif: documentation ammendment
7 years ago
Oleg Hahm
b366e59c87
conn: add function to find the best source address
...
...and use it in POSIX sendto() function.
7 years ago
Cenk Gündoğan
315ae0eeb4
Merge pull request #4326 from OlegHahm/posix_sockets_dgram_fixes
...
posix sockets: recvfrom on connectionless transports
7 years ago
Oleg Hahm
fdf6da07eb
examples: every socket thread needs a msg queue
7 years ago
Oleg Hahm
860321c3e9
posix sockets: use network byteorder for port
7 years ago
Oleg Hahm
5f663826c7
posix sockets: remove pointless inline function
7 years ago
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.
7 years ago
Oleg Hahm
0153933241
posix sockets: store src_port in socket struct
7 years ago
Andreas "Paul" Pauli
46f3729798
ping6: dedicated message at address parsing error
7 years ago
Marc
96444d632e
cpu/lm4f120: reworking timer
7 years ago
Hauke Petersen
c7d056208f
Merge pull request #4377 from haukepetersen/fix_boards_includeguards
...
boards: fixed include guards
7 years ago
Peter Kietzmann
085c7498b9
Merge pull request #4368 from PeterKietzmann/limifrog_fix_uart
...
boards/limifrog-v1: fix uart configuration in periph_conf
7 years ago
Ken Bannister
1abffc84e1
Update layer 4 files to fix checksum with inet_csum_slice().
7 years ago
Ken Bannister
0cd5bf9b8f
Add unit tests for inet_csum_slice()
7 years ago
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.
7 years ago
René Kijewski
0906c729a4
Merge pull request #4379 from haukepetersen/fix_core_doc
...
core/atomic.h: fix doxygen to get rid of warning
7 years ago
Hauke Petersen
81ed820528
drivers/pcd8544: fixed include guard
7 years ago
Hauke Petersen
0f43fb9023
core/atomic.h: fix doxygen to get rid of warning
7 years ago
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…
7 years ago
Hauke Petersen
78bdec9356
boards/saml21-xpro: fixed include guards
7 years ago
Hauke Petersen
ca05613082
boards/nrf6310: fixed include guards
7 years ago
Hauke Petersen
d0423b26e1
boards/nrf51dongle: fixed include gurads
7 years ago
Hauke Petersen
54b3a51fe6
boards/frdm-k64f: fixed include guards
7 years ago
DipSwitch
15e8f4e3d1
core: add support to see if there are messages available for the current thread
7 years ago
PeterKietzmann
c85e417b5c
boards/limifrog-v1: fix uart configuration in periph_conf
7 years ago
Oleg Hahm
f0e5413f3a
Merge pull request #4283 from OlegHahm/gnrc_networking_minimum
...
gnrc: networking minimal
7 years ago
Oleg Hahm
f3f485a0e9
examples: initial import of a minimal gnrc app
7 years ago
Hauke Petersen
da39b3e939
net/gnrc/ipv6: de-inlined ipv6_addr_equal
7 years ago
René Kijewski
562218d8c2
Merge pull request #4369 from haukepetersen/fix_saul_typos
...
sys/phydat: fixed typos in documentation
7 years ago
Hauke Petersen
6134dc80fd
sys/phydat: fixed typos in documentation
7 years ago
Kaspar Schleiser
e53dc6f5e2
Merge pull request #3538 from haukepetersen/add_sensif_actif
...
Introducing SAUL, the [S]ensor [A]ctuator [U]ber [L]ayer
7 years ago