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

10699 Commits

Author SHA1 Message Date
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
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
Marc Poulhiès
7c0c942e8e drivers/servo: fix API doc
Parameters for servo_init/servo_set are in ms only when using default values for SERVO_RESOLUTION and SERVO_FREQUENCY.
When using non default values, user must scale values to be in the range of [0, SERVO_RESOLUTION]

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
2016-03-09 13:28:27 +01:00
Marc Poulhiès
d0fb8adf45 cpu/lm4f120: ADC support
Only ADC_0 and no precision support.

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
2016-03-09 13:24:31 +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
Michael Andersen
60f6aeaf70 ndp: change rtr adv src to link local 2016-03-08 21:33:35 -08:00
IldarValiev
a8391e346e core: added documentation to cib.h
size can be equal 0 or 2^n only. Because else mask won't consist of consecutive '1' only (e.g., 0b00111111) and functions cib_get() and cib_put() will return wrong values.
2016-03-09 01:53:12 +01:00
Oleg Hahm
0047fc9496 Merge pull request #4999 from OlegHahm/cortex_m4_more_ci_groups
ci: split up cortex_m4 in even more groups
2016-03-09 01:52:58 +01:00
9e3081849e sys: xtimer: fix some race conditions 2016-03-09 01:51:59 +01:00
Oleg Hahm
2c33e69def Merge pull request #4995 from OlegHahm/conn_udp_doc_same_thread
doc: add notes that UDP receive functions must be called from same thread
2016-03-09 00:17:33 +01:00
Oleg Hahm
8986b98281 make: check if APPLICATION is set
Fixes #1282.
2016-03-08 21:08:04 +01:00