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

7369 Commits

Author SHA1 Message Date
Thomas Eichinger
b7f6f3c8fb ng_netdev_eth: functions are not used 2015-07-21 18:31:13 +02:00
Thomas Eichinger
0c15084db5 native: fix wrong pointer type warning 2015-07-21 18:31:13 +02:00
Hauke Petersen
51b7227c9f Merge pull request #3382 from daniel-k/openocd_dont_reset
openocd: don't reset cpu for target 'debug'
2015-07-21 15:24:38 +02:00
Joakim Gebart
d410bf02e1 Merge pull request #3384 from authmillenon/astyle/enh/config
astyle: fix config
2015-07-21 15:07:00 +02:00
Oleg Hahm
75f38c026b Merge pull request #3412 from OlegHahm/doxygen_fixes_ng
doxygen: documentation hierarchy fixes
2015-07-21 11:04:42 +02:00
Oleg Hahm
8b23e90883 doc: fix doxygen group for dev_eth_autoinit 2015-07-21 10:00:11 +02:00
Oleg Hahm
6dd92dcab8 doc: fix doxygen group for RPL SRH 2015-07-21 10:00:11 +02:00
Oleg Hahm
6a035fe910 doc: exclude sam3* completely from doxygen
Also remove doc.txt for sam3 (moved to cpu_conf.h)
2015-07-21 10:00:11 +02:00
Oleg Hahm
470304089c Merge pull request #3467 from gebart/pr/kinetis-clang-enum-tautological-compare-fix
cpu/kinetis_common: Cast device index enums to unsigned int before comparing for out of range values
2015-07-21 09:55:13 +02:00
Oleg Hahm
7c24c4a73b Merge pull request #3464 from gebart/pr/iphc-payload-length
sys/net/network_layer/ng_sixlowpan/iphc: Set IPv6 header length after decoding
2015-07-21 09:46:25 +02:00
Joakim Gebart
601c3002c3 cpu/kinetis_common: Cast device index enums to unsigned int before comparing for out of range values
Suppresses false warning in Clang:

    warning: comparison of constant 42 with expression of type 'xxx_t'
    is always false [-Wtautological-constant-out-of-range-compare]

See:
 - https://llvm.org/bugs/show_bug.cgi?id=16154
 - https://llvm.org/bugs/show_bug.cgi?id=22062
2015-07-21 07:21:51 +02:00
Joakim Gebart
c4a1411202 Merge pull request #3465 from gebart/pr/ng-static-fixes
ng_ndp, fib: Two small code style fixes
2015-07-21 06:52:17 +02:00
Joakim Gebart
0693aeb19d sys/net/network_layer/fib: Remove unnecessary check for pointer validity to static array 2015-07-21 05:31:12 +02:00
Joakim Gebart
cde4393557 sys/net/network_layer/ng_ndp: Remove redundant parentheses 2015-07-21 05:31:12 +02:00
Joakim Gebart
f52b9ae972 sys/net/network_layer/ng_sixlowpan/iphc: Set IPv6 header length after decoding. 2015-07-21 05:15:28 +02:00
Lucas Jenß
b65a6d5b77 Merge pull request #3444 from RIOT-OS/ngnetworking_readme
Explain how to connect RIOT to Linux
2015-07-21 00:19:07 +02:00
Oleg Hahm
d96d38ebd9 Merge pull request #3456 from OlegHahm/doxygen_man_pdf
doxygen: add make targets to build man and latex
2015-07-21 00:05:08 +02:00
Thomas Eichinger
035eb1750f Merge pull request #3463 from OlegHahm/libcoap_github
libcoap: switched to new "official" Github repo
2015-07-20 20:01:02 +02:00
Oleg Hahm
72bc12e146 doxygen: add make targets to build man and latex
HTML will be build per default.
2015-07-20 19:30:30 +02:00
Joakim Gebart
7211208bdb Merge pull request #3300 from gebart/pr/hih6130-initial
drivers/hih6310: Initial commit of HIH6310 driver
2015-07-20 19:23:58 +02:00
Oleg Hahm
5ae84cdcb9 libcoap: switched to new "official" Github repo 2015-07-20 19:03:43 +02:00
Joakim Gebart
d34af3cb0e tests/driver_hih6130: test application for drivers/hih6130 2015-07-20 18:41:14 +02:00
Joakim Gebart
9781ea99cc drivers/hih6310: Initial commit of HIH6310 driver
Honeywell HumidIcon Digital Humidity/Temperature Sensors: HIH-6130/6131 Series

Only basic humidity and temperature measurement support is implemented.

Missing:
 - Alarm interrupts
 - Command mode (reconfigure i2c address, alarm levels, alarm polarity, custom ID)
2015-07-20 18:41:14 +02:00
Joakim Gebart
68053870e3 Merge pull request #3460 from OlegHahm/libcoap_mirror_workaround
libcoap: switch to the RIOT-OS mirror
2015-07-20 18:40:25 +02:00
Oleg Hahm
f10cd90b31 Merge pull request #3447 from OlegHahm/fix_unsigned_char_in_od
od: signedness and constantness of input parameter
2015-07-20 18:15:30 +02:00
Oleg Hahm
2f306226de libcoap: switch to the RIOT-OS mirror 2015-07-20 18:02:41 +02:00
Thomas Eichinger
85ab42dd30 Merge pull request #3262 from gebart/pr/map-cross-reference
Makefile.include: Add --cref to linker options
2015-07-20 17:01:41 +02:00
Lotte Steenbrink
257882bc06 Merge pull request #3404 from Lotterleben/aodvv2_debug_cleanup
aodvv2: tidy debug output, remove VDEBUG(), add LOG()
2015-07-20 15:55:08 +02:00
Lotte Steenbrink
79a0f85f52 Merge pull request #3439 from Lotterleben/fib_check_pointers
fib: check dst and next_hop for invalid pointers
2015-07-20 15:54:40 +02:00
Oleg Hahm
94596cdd10 od: input parameter should be constant 2015-07-20 14:00:04 +02:00
Oleg Hahm
13b776194d od: fixed signedness of input data 2015-07-20 14:00:04 +02:00
Oleg Hahm
58e2224740 Merge pull request #3428 from gebart/pr/doxygen-groups
doxygen: Clean up groups for msp430 and arm7
2015-07-20 13:58:37 +02:00
Joakim Gebart
1bfe63568e Merge pull request #3435 from gebart/pr/iphc-mcast-8bit
ng_sixlopan_iphc: Multicast decoding 8-bit fix and build fix
2015-07-20 13:02:57 +02:00
Joakim Gebart
50b8b8f6a7 Merge pull request #3410 from gebart/pr/libfixmath-basename
pkg/libfixmath checkout fixes
2015-07-20 12:43:58 +02:00
Joakim Gebart
70d59331b8 arm7_common: Build fixes after discovering an include guard overlap 2015-07-20 12:40:32 +02:00
Joakim Gebart
897f40fabe cpu/msp430-common: Clean up Doxygen groups 2015-07-20 12:40:31 +02:00
Joakim Gebart
7ff26d12ea cpu/arm7_common: Rename Doxygen group to cpu_arm7_common 2015-07-20 12:40:31 +02:00
Joakim Gebart
7fbbc4ce6a Merge pull request #3429 from gebart/pr/doxygen-no-man
doc/doxygen/riot.doxyfile: Do not generate man/LaTeX by default
2015-07-20 12:38:07 +02:00
Joakim Gebart
f15a5391b6 sys/net/network_layer/ng_sixlowpan/iphc: compile error fix for EUI64 initializer. 2015-07-20 12:35:03 +02:00
Joakim Gebart
b04db5409a sys/net/network_layer/ng_sixlowpan/iphc: Correct 8 bit multicast decoding 2015-07-20 12:35:02 +02:00
Joakim Gebart
48366fd074 Merge pull request #3454 from OlegHahm/travis_embdebian_mirror_switch
travis: switch the mirror for embdebian in Travis
2015-07-20 12:33:31 +02:00
Oleg Hahm
e8a2fb5302 travis: remove embdebian repo 2015-07-20 12:15:41 +02:00
Lucas Jenss
36e1da6689 Explain how to connect RIOT to Linux 2015-07-20 05:05:26 +02:00
Lotte Steenbrink
cc9af00789 aodvv2: tidy debug output, remove VDEBUG(), add LOG() 2015-07-19 10:11:16 -07:00
Lotte Steenbrink
b63625679b fib: check dst and next_hop for invalid pointers 2015-07-19 10:05:20 -07:00
René Kijewski
06da693933 Merge pull request #3443 from authmillenon/random/doc/fix-range
random: fix doc of genrand_uint32_range()
2015-07-18 19:13:04 +02:00
Thomas Eichinger
c72f37a30b Merge pull request #3174 from daniel-k/periph_rtt_conv
periph/rtt: add macros for time to tick conversion
2015-07-18 17:55:07 +02:00
Lucas Jenß
38a5f410a3 Merge pull request #3442 from cgundogan/trickle_remove_rpl_dep
sys/trickle: remove unneccessary rpl.h include
2015-07-18 17:47:36 +02:00
Cenk Gündoğan
ec2c52b62f sys/trickle: remove unneccessary rpl.h include 2015-07-18 17:44:15 +02:00
Martine Lenders
b9f4cfbcd9 random: fix doc of genrand_uint32_range() 2015-07-18 17:40:09 +02:00