Nico von Geyso
4a4235c622
Unified Cipher API and Block cipher operation modes
2015-07-22 19:18:34 +02:00
Thomas Eichinger
d10631adec
Merge pull request #3434 from gebart/pr/ng_at86rf2xx-fixes-1
...
ng_at86rf2xx: Clean up state transitions and netdev implementation
2015-07-22 17:55:58 +02:00
Oleg Hahm
e821653942
Merge pull request #3473 from OlegHahm/clang_analyzer_findings
...
Fix some clang analyzer findings
2015-07-22 17:51:56 +02:00
Oleg Hahm
ebcd07f6aa
sixlowpan: suppress clang-analyzer report
2015-07-22 15:56:56 +02:00
Oleg Hahm
d4a0b3f5bd
gnrc: add some assertions
2015-07-22 15:56:52 +02:00
Oleg Hahm
e3165b49ac
gnrc: avoid potential null pointer dereferencing
2015-07-22 15:56:30 +02:00
Oleg Hahm
9922d2600c
native: removed dead code
...
num was never read, because native will exit before.
2015-07-22 14:36:21 +02:00
Philipp Rosenkranz
d0f23b8a3e
compile_test.py: fix error/warning output duplication
2015-07-22 13:57:34 +02:00
Oleg Hahm
5813db3249
Merge pull request #3470 from gebart/pr/pkg-flock-checkout
...
pkg/libfixmath: Protect svn checkout with a lock
2015-07-22 13:50:58 +02:00
Oleg Hahm
fe2225e290
Merge pull request #3468 from gebart/pr/scan-build-initial
...
scan-build: Add make goal for running Clang static code analyzer (ccc-analyzer)
2015-07-22 13:47:39 +02:00
Joakim Gebart
75509c838f
tests/libfixmath_unittests: Add linking with -lm for native
2015-07-22 09:49:28 +02:00
Joakim Gebart
71fff3ac1c
tests/libfixmath_unittests: Add message when tests are finished.
2015-07-22 09:49:25 +02:00
Joakim Gebart
ecf3069e94
pkg/libfixmath: Protect svn checkout with a lock
2015-07-22 08:14:23 +02:00
Joakim Gebart
13f4c81b03
Makefile.docker: Sort environment variable names
2015-07-21 18:42:40 +02:00
Joakim Gebart
13753cca14
Makefile.scan-build: Add make goal for running Clang static code analysis
2015-07-21 18:42:38 +02:00
Thomas Eichinger
cbc9ddc639
native: add missing include for FreeBSD
2015-07-21 18:31:13 +02:00
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
Joakim Gebart
9264a08779
Makefile.docker: Pass host time zone to container
2015-07-21 11:35:02 +02:00
Joakim Gebart
28e89e4933
Makefile.docker: Pass TOOLCHAIN variable to Docker container
2015-07-21 11:35:02 +02:00
Joakim Gebart
da74abc8c9
Makefile.docker: Detect if running inside a Docker container
2015-07-21 11:35:02 +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
93da3ce47a
drivers/ng_at86rf2xx: Go to idle state before calling TX_COMPLETE event handler
2015-07-20 19:01:53 +02:00
Joakim Gebart
0fcb514644
drivers/ng_at86rf2xx: Prevent stuck in TX_ARET_ON when doing multiple back-to-back transmissions
2015-07-20 19:01:53 +02:00
Joakim Gebart
c978c51da2
drivers/ng_at86rf2xx: Refactor set_freq implementation for 212B
...
Uses BPSK-40 for all frequencies.
2015-07-20 19:01:53 +02:00
Joakim Gebart
95a9bd9060
drivers/ng_at86rf2xx: Initialize idle_state variable on driver init
2015-07-20 19:01:53 +02:00
Joakim Gebart
234f54be65
drivers/ng_at86rf2xx: Print DEBUG message after switching to idle state
...
Reduce time spend idling in TX mode when debugging.
2015-07-20 19:01:53 +02:00
Joakim Gebart
26adc42ee6
drivers/ng_at86rf2xx: Replace some magic numbers in netdev
...
Set frame version to v1 (2006, 2011)
2015-07-20 19:01:53 +02:00
Joakim Gebart
0e1f8f1efe
drivers/ng_at86rf2xx: Clean up state transition code.
...
- Force TRX_OFF before SLEEP
- Add function to reset the state machine
- Reset state machine after hardware reset during initialization
- Get rid of redundant at86rf2xx_get_state
2015-07-20 19:01:53 +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