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

10465 Commits

Author SHA1 Message Date
b916a58ed4 dist: tools: pr_check: adapt to RIOT CI 2016-03-12 00:54:43 +01:00
Martine Lenders
b3b880be6a Merge pull request #4903 from kaspar030/xtimer_fixes
sys: xtimer: fix some race conditions
2016-03-12 00:18:56 +01:00
Martine Lenders
83c5424551 Merge pull request #5042 from DipSwitch/pr/fix_stm32_exti_clear_pending
cpu/stm32/gpio_exti: EXTI->PR is of type RW_w1 so don't RMW the pending status register
2016-03-11 22:52:33 +01:00
Martine Lenders
ae8e0ce787 Merge pull request #5039 from kYc0o/nhdp_without_vtimer
sys/net/routing/nhdp: get rid of vtimer
2016-03-11 22:50:36 +01:00
Ludwig Knüpfer
e58786385e Merge pull request #5022 from cgundogan/pr/rpl/do_not_use_PRIu8
gnrc_rpl: do not use PRIu8/PRIi8
2016-03-11 19:08:02 +01:00
Ludwig Knüpfer
d16eecdda3 Merge pull request #4913 from gebart/pr/makefile-ls-wildcard
make: Use makefile wildcard function instead of shell ls
2016-03-11 19:05:28 +01:00
kYc0o
6e8d574534 sys/net/routing/nhdp: get rid of vtimer
sys/net/routing/nhdp/nhdp.c: fix identation

sys/net/routing/nhdp/nhdp.h: fix typo
2016-03-11 17:47:03 +01:00
Cenk Gündoğan
ba7d6230c0 Merge pull request #4935 from authmillenon/gnrc_sixlowpan_iphc_nhc/fix/frag
gnrc_sixlowpan_iphc_nhc: fix NHC UDP decoding for fragmented packets
2016-03-11 16:41:27 +01:00
kYc0o
87bdf43b71 Merge pull request #4460 from aeneby/openmote-flash
Support flashing OpenMote via serial interface with 'make flash'
2016-03-11 16:16:57 +01:00
DipSwitch
d72cdcaad2 cpu/stm32/gpio_exti: EXTI->PR is of type RW_w1 so don't RMW the pending status flags 2016-03-11 15:46:41 +01:00
Martine Lenders
78136ff25f Merge pull request #5038 from cgundogan/pr/pktdump/global_pid
gnrc_pktdump: make pid global
2016-03-11 15:33:36 +01:00
Joakim Nohlgård
ae108581d3 boards/*/Makefile.include: replace $(shell ls) by native Makefile functions 2016-03-11 15:05:06 +01:00
Cenk Gündoğan
047fd79ae6 tests: use global gnrc_pktdump_pid 2016-03-11 14:23:07 +01:00
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
Cenk Gündoğan
1226941be6 gnrc_rpl: do not use PRIu8/PRIi8 2016-03-10 22:51:12 +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
Aaron Sowry
d7377cde27 Support flashing openmote-cc2538 board via serial interface
Enable directly from Makefile target 'flash' using cc2538-bsl script,
and make this the default flashing method for this platform.
2016-03-11 09:40:55 +13: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