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

7678 Commits

Author SHA1 Message Date
Rakendra Thapa
dc2bbffcc7 Formatting: Delete blank line at EOF 2015-07-24 08:59:53 +05:30
Rakendra Thapa
1165d91b6f Remove trailing whitespace_2 2015-07-24 08:59:53 +05:30
Rakendra Thapa
be15d5c973 removing trailing whitespace 2015-07-24 08:59:53 +05:30
Rakendra Thapa
4757e30e10 Remove tabs to spaces 2015-07-24 08:59:53 +05:30
Rakendra Thapa
9c4a5f5d86 Applying Coding Conventions correction 2015-07-24 08:59:53 +05:30
Rakendra Thapa
028a5a5780 Remove unneccessary Files 2015-07-24 08:59:53 +05:30
Rakendra Thapa
8c1abd716d Adding Files for Stellaris Porting 2015-07-24 08:59:53 +05:30
Rakendra Thapa
0b673e66da Adding Support for Stellaris Launchpad LM4f120. This board is based on ARM Cortex M4 from TI. 2015-07-24 08:59:53 +05:30
Martine Lenders
58d6f124b0 shell: ifconfig add capability to (un)set IPHC 2015-07-23 17:03:34 +02:00
BytesGalore
63cf9a3d4b Merge pull request #3487 from OlegHahm/ndp_fib_fix_fix
ng_ndp: passing integer instead of pointer to fib
2015-07-23 10:39:39 +02:00
Thomas Eichinger
e416937398 Merge pull request #3390 from thomaseichinger/pr/fix_warning_errors_freebsd
native: fix warning errors freebsd
2015-07-23 10:11:29 +02:00
Peter Kietzmann
38dc882d29 Merge pull request #3483 from authmillenon/ng_pktbuf/enh/detailed-stat
ng_pktbuf: provide more detailed information in packet buffer stats
2015-07-23 09:58:51 +02:00
Oleg Hahm
2e05b1a5b3 ng_ndp: passing integer instead of pointer to fib
c1e20c5156 broke it.
2015-07-23 09:54:48 +02:00
Oleg Hahm
1f9e69af1b make: enable assert only if DEVELHELP is set 2015-07-23 09:21:36 +02:00
Oleg Hahm
976410defc Merge pull request #3472 from phiros/dist_fix_compile_test_error_warning_duplication
compile_test.py: fix error/warning output duplication
2015-07-23 09:17:05 +02:00
Joakim Gebart
a1633d8c29 Merge pull request #3484 from authmillenon/make/enh/default_sixlowpan_iphc
make: add 6LoWPAN IPHC as default module for 6LoWPAN
2015-07-23 08:33:26 +02:00
Martine Lenders
78ef5f08e1 make: add 6LoWPAN IPHC as default module for 6LoWPAN 2015-07-23 00:01:37 +02:00
Oleg Hahm
59c7b87b35 Merge pull request #3480 from authmillenon/ng_at86rf2xx/fix/packet-len
ng_at86rf2xx: substract maximum MAC header length for MTU getter
2015-07-22 23:55:19 +02:00
Martine Lenders
3a47459ca0 ng_pktbuf: provide more detailed information in packet buffer stats 2015-07-22 23:20:23 +02:00
Lucas Jenß
b7bf949484 Merge pull request #2759 from x3ro/pr-1342-cryptofoo
Unified Cipher API and Block cipher operation modes: ECB, CBC, CTR and CCM
2015-07-22 21:16:32 +02:00
Martine Lenders
139a056f9c Merge pull request #3479 from OlegHahm/sc_netif_default_prefix_len
shell: set default prefix length to 64 for ifconfig
2015-07-22 20:53:42 +02:00
Cenk Gündoğan
d4f5715a58 Merge pull request #3477 from OlegHahm/increase_ipv6_netif_numof
ipv6: increase number of addresses per interface
2015-07-22 20:51:33 +02:00
Oleg Hahm
6d174dbd13 Merge pull request #3478 from OlegHahm/fib_next_hop_size_pointer
fib: next hop size pointer
2015-07-22 20:36:03 +02:00
Oleg Hahm
802b3d9c00 make: remove scan-build folder in clean 2015-07-22 20:30:34 +02:00
Martine Lenders
89c776ce26 ng_at86rf2xx: substract maximum MAC header length for MTU getter 2015-07-22 20:27:08 +02:00
Oleg Hahm
3bae1a7066 shell: set default prefix length to 64 for ifconfig 2015-07-22 20:19:49 +02:00
Oleg Hahm
c1e20c5156 ndp: pass size to fib_get_next_hop as a pointer 2015-07-22 20:19:13 +02:00
Oleg Hahm
2ffd688e66 ipv6: increase number of addresses per interface 2015-07-22 19:54:12 +02:00
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