1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

9387 Commits

Author SHA1 Message Date
Oleg Hahm
00def4f8e7 CI: split up Cortex-M0 in two groups 2015-12-07 11:38:34 +01:00
Oleg Hahm
46c4880405 Merge pull request #4420 from cgundogan/pr/travis/fix
travis: fix git complaining about 'ambiguous argument'
2015-12-07 11:36:25 +01:00
Oleg Hahm
6de92b0843 Merge pull request #4378 from haukepetersen/fix_core_includeguards
core: fixed include guards a minor style/doxygen
2015-12-07 11:33:31 +01:00
Cenk Gündoğan
5f201f1856 travis: fix git complaining about 'ambiguous argument' 2015-12-07 00:35:43 +01:00
BytesGalore
a3732a768c Merge pull request #4410 from cgundogan/pr/rpl/shell_fix
rpl: shell: only print the first 32 bits of the trickle intervals
2015-12-05 09:03:21 +01:00
Cenk Gündoğan
69a493a613 rpl: shell: only print the first 32 bits of the trickle intervals 2015-12-05 07:35:31 +01:00
Cenk Gündoğan
6abda39890 Merge pull request #4408 from cgundogan/pr/gnrc_conn/doc_fix
gnrc: remove dot from name
2015-12-04 18:13:01 +01:00
Oleg Hahm
66203fc813 Merge pull request #4407 from cgundogan/pr/gnrc_pkt/doc_fix
gnrc_pkt: Packets => Packet
2015-12-04 17:59:29 +01:00
Cenk Gündoğan
0f456e4f05 gnrc: remove dot from name 2015-12-04 17:56:16 +01:00
Cenk Gündoğan
59b0895280 gnrc_pkt: Packets => Packet 2015-12-04 17:46:10 +01:00
Thomas Eichinger
e7cbf3d6de Merge pull request #4406 from cgundogan/pr/arduino/doc_fix
arduino: minor doc fix
2015-12-04 17:31:15 +01:00
Cenk Gündoğan
7761045c48 arduino: minor doc fix 2015-12-04 17:27:44 +01:00
Oleg Hahm
ee9a9fc825 Merge pull request #4405 from cgundogan/pr/rpl/shell_fix
rpl: shell: do not use PRIu64
2015-12-04 16:41:06 +01:00
Cenk Gündoğan
c56f8530ad rpl: shell: do not use PRIu64 2015-12-04 15:42:18 +01:00
Cenk Gündoğan
f2e6ba0eaf Merge pull request #4364 from cgundogan/pr/vagrant
Add and configure Vagrant for RIOT-OS
2015-12-04 15:12:30 +01:00
Cenk Gündoğan
de8ea8b206 Merge pull request #4400 from OlegHahm/netif_exist
gnrc netif: add a check for interface existence
2015-12-04 14:26:35 +01:00
Cenk Gündoğan
a53ed20066 Add and configure Vagrant for RIOT-OS 2015-12-04 14:14:04 +01:00
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
Oleg Hahm
baa4869b70 tests: unittests for gnrc_netif_exist 2015-12-04 10:38:04 +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
9f7be0a2e5 gnrc netif: add a check for interface existence 2015-12-03 18:35:23 +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