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

16352 Commits

Author SHA1 Message Date
Martine Lenders
7ecafb7909
Merge pull request #7961 from miri64/shell_commands/fix/sc_netif2
shell_commands: fix sc_gnrc_netif2 for MSP430
2017-11-17 06:21:11 +01:00
kYc0o
d0067b451f cpu/stm32_common/ldscripts: add stm32_common.ld to manage specific ST ccmram 2017-11-17 00:29:06 +01:00
f54d88243e
Merge pull request #8063 from miri64/examples/fix/bluepill-mem
examples: gnrc_tftp: add bluepill board to insufficient memory list
2017-11-16 22:09:03 +01:00
smlng
5e7f0af450 boards, pba-d-01-kw2x: fix saul gpio init 2017-11-16 22:08:28 +01:00
Cenk Gündoğan
7d6a3dac1f
Merge pull request #8007 from fetmos/master
make: Do not attempt to use color if the terminal cannot support it
2017-11-16 20:22:24 +01:00
Xavier Clive
c6af3f733d make: Do not attempt to use color if the terminal cannot support it 2017-11-16 20:04:18 +01:00
Martine Lenders
4952ffbae7
Merge pull request #6698 from Lotterleben/doc_thread_h
thread.h: extend doc for msg_waiters and msg_array
2017-11-16 19:25:52 +01:00
Lotte Steenbrink
9cc3641b75 thread.h: extend doc for msg_waiters and msg_array 2017-11-16 10:15:46 -08:00
Martine Lenders
645bede150
examples: gnrc_tftp: add bluepill board to insufficient memory list 2017-11-16 17:05:12 +01:00
Martine Lenders
bf8465c650
Merge pull request #7479 from miri64/gnrc_ipv6_nib/feat/ndp-rd
gnrc_ipv6_nib: implement behavior for router discovery
2017-11-16 16:35:21 +01:00
Martine Lenders
81731791f8
tests: unittests: remove outdated, defective unittests 2017-11-16 16:17:21 +01:00
Martine Lenders
938e605a90
examples: tests: update insufficient memory lists
(for now)
2017-11-16 16:17:21 +01:00
4fe37541f1
Merge pull request #8060 from miri64/gnrc_lwmac/fix/cppcheck
gnrc_lwmac: fix issues reported by cppcheck
2017-11-16 15:52:50 +01:00
Martine Lenders
db553b6149
tests: adapt gnrc_ipv6_nib unittests to add new required modules 2017-11-16 15:49:21 +01:00
Martine Lenders
ccb8462d94
gnrc_sixlowpan_nd: adapt for NIB 2017-11-16 15:49:21 +01:00
Martine Lenders
5b5a99e175
tests: adapt gnrc_ipv6_nib_6ln test for router discovery 2017-11-16 15:49:21 +01:00
Martine Lenders
982eee17dd
tests: adapt gnrc_ipv6_nib test for router discovery 2017-11-16 15:49:21 +01:00
Martine Lenders
6b320fe40e
tests: adapt gnrc_ndp2 tests for router behavior 2017-11-16 15:49:21 +01:00
Martine Lenders
319c0f9d21
gnrc_ipv6_nib: implement behavior for router discovery 2017-11-16 15:49:20 +01:00
Martine Lenders
f21a828502
ndp: sixlowpan_nd: provide more constants for default values 2017-11-16 15:49:20 +01:00
b74475118f
Merge pull request #7781 from kaspar030/remove_coreif_ng
remove COREIF_NG
2017-11-16 15:11:44 +01:00
Martine Lenders
fbb70315cb
lwmac: fix issues reported by cppcheck 2017-11-16 15:07:08 +01:00
911f19718a
Merge pull request #8049 from miri64/gnrc_netif2/opt/uninline
gnrc_netif2: make more complexer functions not inline
2017-11-16 14:56:25 +01:00
Martine Lenders
62a1f0848f
gnrc_netif2: make more complexer functions not inline 2017-11-16 14:44:23 +01:00
24e7869484 core/include/panic.h: fix typos 2017-11-16 14:40:16 +01:00
32c10ae2c9 core, cpu: rename thread_start_threading() -> cpu_switch_context_exit() 2017-11-16 14:40:16 +01:00
2a177ea6c8 sys/ps: adapt to COREIF_NG removal 2017-11-16 14:40:16 +01:00
86665b71bf cpu: adapt to COREIF_NG removal 2017-11-16 14:40:16 +01:00
bb4a5c5cdf core: remove COREIF_NG 2017-11-16 14:39:54 +01:00
Martine Lenders
27a41496aa
Merge pull request #8050 from haukepetersen/rm_board_x86-lostandfound
lostandfound: add x86 and qemu-i386
2017-11-16 14:13:14 +01:00
Martine Lenders
72a345734a
Merge pull request #8056 from haukepetersen/rm_shell_x86lspci
sys/shell: remove x86_lspci shell command
2017-11-16 14:01:49 +01:00
Hauke Petersen
8121a5d7f2 lostandfound: add qemu-i386 and x86 to list 2017-11-16 13:53:03 +01:00
Hauke Petersen
9a6116e17c loastandfound: put entries in alphabetical order 2017-11-16 13:52:08 +01:00
Martine Lenders
03ce0b1a27
Merge pull request #8055 from haukepetersen/fix_doc_x86
doxygen: remove x86-multiboot from excludes
2017-11-16 13:49:31 +01:00
Hauke Petersen
86501e5e86 sys/shell: remove x86_lspci shell command 2017-11-16 13:45:32 +01:00
Hauke Petersen
dcd297d837 doxygen: remove x86-multiboot from excludes 2017-11-16 13:42:03 +01:00
Peter Kietzmann
ea5d61f9dd
Merge pull request #8018 from smlng/nrf51/fix_i2c
nrf51: fix returns and error codes in periph/i2c
2017-11-16 13:24:31 +01:00
Peter Kietzmann
e60a7504f9
Merge pull request #8017 from smlng/atmega_common/fix_i2c
cpu, atmega_common: fix returns and error codes in periph/i2c
2017-11-16 13:03:19 +01:00
Martine Lenders
5d2ee48080
Merge pull request #8020 from aabadie/pr/travis_static_tests
travis: enable static test in travis CI
2017-11-16 12:22:05 +01:00
Peter Kietzmann
3ced935057
Merge pull request #7488 from miri64/at86rf2xx/fix/assert-chan
at86rf2xx: fix channel asserts
2017-11-16 12:01:30 +01:00
Gaëtan Harter
e0946af768
Merge pull request #7992 from aabadie/pr/test_pexpect
tests: migrate simple tests to testrunner
2017-11-16 11:49:01 +01:00
bcd823cc70
Merge pull request #8042 from haukepetersen/rm_board_x86
boards/cpu: remove support for x86
2017-11-16 11:31:14 +01:00
9f03912add
Merge pull request #8051 from aabadie/pr/fix_iotlab_makefile_indent
dist/testbed-support: fix iotlab makefile indentation
2017-11-16 11:25:33 +01:00
ba62eb5f51 dist/testbed-support: fix iotlab makefile indentation 2017-11-16 10:55:39 +01:00
Hauke Petersen
d7e11cd216 tools: remove toolchain build script for x86 2017-11-16 10:42:09 +01:00
Hauke Petersen
acaa092d6f dist/tools/ci: do not call make for qemu-i386 2017-11-16 10:42:09 +01:00
Hauke Petersen
4ceef0c67f examples/tests: remove entries for qemu-i386 2017-11-16 10:42:02 +01:00
Hauke Petersen
fc45d7c5ac cpu: remove support for x86 2017-11-16 10:35:16 +01:00
Hauke Petersen
b3eb9b8cf2 boards: remove x86-multiboot-common 2017-11-16 10:35:05 +01:00
Hauke Petersen
99009af25e boards: remove support for qemu-i386 2017-11-16 10:35:05 +01:00