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

10448 Commits

Author SHA1 Message Date
Cenk Gündoğan
bf1af5953f examples: use global gnrc_pktdump_pid 2016-03-11 14:22:42 +01:00
Cenk Gündoğan
f5df674a4f gnrc_pktdump: make pid global 2016-03-11 14:22:20 +01:00
f6ee89992a Merge pull request #5023 from gebart/pr/uart-stdio-defines
sys/uart_stdio: Move macro definitions to header file, rename STDIO -> UART_STDIO_DEV
2016-03-11 13:09:30 +01:00
Joakim Nohlgård
dc303a4f0b sys/uart_stdio: rename STDIO -> UART_STDIO_DEV, move to header 2016-03-11 12:04:00 +01:00
Oleg Hahm
fb03389eac Merge pull request #5035 from cgundogan/pr/rpl/shell_info_text
shell_commands.c: more generic rpl info text
2016-03-11 10:25:33 +01:00
Cenk Gündoğan
a9bacc724f shell_commands.c: more generic rpl info text 2016-03-11 08:46:03 +01:00
Martine Lenders
4ab436fc2f Merge pull request #4988 from gebart/pr/drivers-module-name
boards: Use separate module name for drivers directory
2016-03-11 08:30:52 +01:00
Cenk Gündoğan
6f4806a3e4 Merge pull request #3888 from kaspar030/make_core_printf_optional
core: make core dependency on *printf optional
2016-03-11 08:28:48 +01:00
Martine Lenders
335ff8da4f Merge pull request #5032 from cgundogan/pr/rpl/ipv6_addr_unspec
gnrc_rpl: use global ipv6_addr_unspecified
2016-03-11 08:15:49 +01:00
Cenk Gündoğan
57210f6e17 gnrc_rpl: use global ipv6_addr_unspecified 2016-03-11 01:01:52 +01:00
cc1771787e core: panic: use LOG_ERROR instead of printf 2016-03-11 00:42:11 +01:00
Oleg Hahm
5433c42187 Merge pull request #5018 from kaspar030/ci_test_mkdir_order
make: buildtest: fix parallel builds
2016-03-10 23:27:07 +01:00
Oleg Hahm
0ece90bd5f Merge pull request #5030 from cgundogan/pr/desvirt/proper_integration
dist/tools/desvirt: proper desvirt integration
2016-03-10 21:51:42 +01:00
069bbceccd pkg: micro-ecc: build in BINDIR 2016-03-10 21:40:14 +01:00
91cec4c72c make: buildtest: don't rm BINDIRBASE, make clean all 2016-03-10 21:40:03 +01:00
Oleg Hahm
402e20c00c Merge pull request #4992 from OlegHahm/tapsetup_readmes
doc: updated and clarified tapsetup usage
2016-03-10 18:52:38 +01:00
Cenk Gündoğan
98958e74c0 dist/tools/desvirt: added README 2016-03-10 18:29:09 +01:00
Cenk Gündoğan
dc509f030d dist/tools/desvirt: proper integration 2016-03-10 18:29:09 +01:00
Hauke Petersen
8c68121bb2 Merge pull request #4463 from nqd/lpc1768-cpuid
adding cpuid for lpc1768 cpu, enable periph_cpuid in board mbed_lpc1768
2016-03-10 17:41:00 +01:00
Oleg Hahm
8e6dc1a03f doc: updated and clarified tapsetup usage 2016-03-10 17:40:22 +01:00
René Kijewski
818d703810 Merge pull request #5004 from OlegHahm/core_kernel_macros_attributs_merge
core: merge kernel_macros.h and attributes.h into kernel_defines.h
2016-03-10 16:47:10 +01:00
Martine Lenders
28e2c14dab Merge pull request #4990 from OlegHahm/cib-fix
core: added documentation and assert to cib
2016-03-10 15:29:26 +01:00
kYc0o
23a3b0e433 Merge pull request #5021 from haukepetersen/fix_arduinomega_periphconf
boards/arduino-mega2560: cleanup in periph_conf.h
2016-03-10 14:57:13 +01:00
Hauke Petersen
e55ea0885c boards/arduino-mega2560: cleanup in periph_conf.h
- remove unused periph configuration
- fixed doxygen
2016-03-10 14:04:14 +01:00
IldarValiev
475b1af26d core: added assert to cib_init() 2016-03-10 13:32:00 +01:00
Hauke Petersen
f0da25dbc0 Merge pull request #4981 from kYc0o/add_darwin_cc2538dk
boards/cc2538dk: adding PORT_DARWIN for mac support
2016-03-10 13:10:37 +01:00
Hauke Petersen
5e3f6f52db Merge pull request #5014 from kYc0o/avr_on_macosx
boards/arduino-mega2560: add support to flash it on mac osx
2016-03-10 13:09:59 +01:00
Hauke Petersen
e97f843e66 Merge pull request #5020 from haukepetersen/add_atmega_spi
cpu/atmega2560: added SPI driver
2016-03-10 13:03:12 +01:00
cc96de027e make: buildtest: don't use ccache on third retry 2016-03-10 11:34:36 +01:00
nqdinh
c7c64164e8 boards/mbed_lpc1768: enable periph_cpuid feature 2016-03-10 11:02:03 +07:00
nqdinh
5ad659a54a cpu/lpc1768: added cpuid periph driver implementation 2016-03-10 11:01:34 +07:00
Oleg Hahm
a2f8a3fdd4 Merge pull request #4946 from haukepetersen/add_boards_buttondefines
boards: added pin defines for user buttons
2016-03-09 23:14:53 +01:00
Oleg Hahm
edee25ced5 x86: minor cosmetics for include syntax and order 2016-03-09 22:29:06 +01:00
Oleg Hahm
bdcf8879fd core: merged kernel_macros.h and attributes.h
Merged into new kernel_defines.h and updated all includes.
2016-03-09 22:29:06 +01:00
Martine Lenders
71b6221b57 Merge pull request #4991 from OlegHahm/gnrc_netdev_cleanup
gnrc_netdev: cleanup
2016-03-09 19:30:41 +01:00
Hauke Petersen
1665fb7c01 tests/driver_adt7310: blacklisted arduino-mega2560 2016-03-09 18:34:42 +01:00
Hauke Petersen
85c1d6c086 boards/arduino-mega2560: added SPI configuration 2016-03-09 18:34:42 +01:00
Hauke Petersen
d05bf879a6 cpu/atmega2560: added SPI driver 2016-03-09 18:34:42 +01:00
Hauke Petersen
49ac533eba drivers/spi: made conf and speed types overridable 2016-03-09 17:59:25 +01:00
Joakim Nohlgård
28aba6f2ab Merge pull request #5013 from gebart/pr/gnrc-valid-uint32-max
gnrc: Set address valid lifetime to UINT32_MAX for border router scenario
2016-03-09 16:27:49 +01:00
Cenk Gündoğan
cfe47585f1 Merge pull request #5000 from OlegHahm/shell_txtsend_help
shell: improved online documentation for txtsnd
2016-03-09 15:25:07 +01:00
kYc0o
c0d28f3f87 boards/arduino-mega2560: add support to flash it on mac osx 2016-03-09 15:15:18 +01:00
Joakim Nohlgård
ea8b0325eb gnrc: Set address valid lifetime to UINT32_MAX for border router scenario 2016-03-09 14:26:17 +01:00
Oleg Hahm
1c260c2228 Merge pull request #4655 from bapclenet/SAML21/RTC
Driver RTC for the board SAML21 by FWX
2016-03-09 13:44:50 +01:00
Oleg Hahm
596c25daca Merge pull request #4943 from gebart/pr/while-loops
Use {} notation for empty while loops
2016-03-09 13:42:32 +01:00
Oleg Hahm
6df4111e49 shell: improved online documentation for txtsnd 2016-03-09 13:41:21 +01:00
Oleg Hahm
114f2643fc Merge pull request #5002 from OlegHahm/make_complains_about_empty_application_name
make: check if APPLICATION is set
2016-03-09 13:38:23 +01:00
Oleg Hahm
6bb6d1a1d6 Merge pull request #5008 from immesys/fix-stub
ndp: fix stub parameters
2016-03-09 13:36:49 +01:00
Baptiste
455555304c SAML21/RTC: Add RTC driver 2016-03-09 09:28:42 +01:00
Michael Andersen
2f001776db ndp: fix stub parameters 2016-03-08 23:21:16 -08:00