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

15675 Commits

Author SHA1 Message Date
283c207c55
Merge pull request #7864 from Marc-Aurele/i2c_timeout_l0
cpu/stm32l0: implement i2C non blocking mode
2017-11-09 14:50:13 +01:00
39b6726186
Merge pull request #7979 from haukepetersen/rm_board_pca1000x
boards: removed support for pca1000[0|5]
2017-11-09 14:42:50 +01:00
Hauke Petersen
fef2a4e162 boards/nrf6310: fixed doc 2017-11-09 14:00:09 +01:00
Hauke Petersen
24056f3fd8 tests/examples: removed pca1000x from Makefiles 2017-11-09 13:59:18 +01:00
c26b46953f
Merge pull request #7973 from haukepetersen/rm_wsn430_driversdir
boards/wsn430: removed empty 'drivers' dir
2017-11-09 12:42:17 +01:00
Hauke Petersen
ea73cc49ea boards: removed support for pca10005 2017-11-09 12:13:32 +01:00
Hauke Petersen
9447cb3034 boards: removed support for pca10000 2017-11-09 12:13:00 +01:00
Koen Zandberg
cb49e20be0
Merge pull request #7977 from PeterKietzmann/pr_mrf24j40_deps
drivers/mrf24j40: add peripheral requirements to Makefile dependencies
2017-11-09 11:58:22 +01:00
PeterKietzmann
409ce8189c drivers/mrf24j40: add peripheral requirements to Makefile dependencies 2017-11-09 11:48:06 +01:00
Hauke Petersen
9c3ad1be94 boards/wsn430: removed empty 'drivers' dir 2017-11-09 09:56:27 +01:00
Peter Kietzmann
87b0477b70
Merge pull request #7855 from kYc0o/fix_nrf24l01p_var_sizes
drivers/nrf24l01p: misc fixed
2017-11-09 08:06:28 +01:00
kYc0o
aad3c253d2 tests/driver_nrf24l01p_lowlevel/main.c: fix var length and unused var 2017-11-08 20:10:44 +01:00
kYc0o
1927104298 drivers/nrf24l01p: fix vars lengths 2017-11-08 20:10:16 +01:00
847c4da441
Merge pull request #7964 from haukepetersen/fix_nucleo_features
boards/nucleo: removed duplicate features
2017-11-08 17:52:30 +01:00
Hauke Petersen
16681abea5
Merge pull request #7965 from haukepetersen/fix_msp430_flashpagefeature
boards/msp430-based: removed flashpage feature
2017-11-08 17:44:00 +01:00
Hauke Petersen
0536ac16ec boards/nucleo: removed duplicate flashpage feature 2017-11-08 17:43:18 +01:00
Hauke Petersen
8a9324d698 boards/nucleo: removed duplicate hwrng feature 2017-11-08 17:43:08 +01:00
Hauke Petersen
e116fd961f boards/msp430-based: removed flashpage feature
This feature is already defined by the (common) CPU implementation,
so no need to re-define it for each board.
2017-11-08 17:09:18 +01:00
Hauke Petersen
69fdbcfec6 boards/nucleo: removed duplicate cpuid feature 2017-11-08 16:59:41 +01:00
Peter Kietzmann
710771a8dc
Merge pull request #7916 from basilfx/feature/update_u8g2
pkg/u8g2: update version
2017-11-08 15:41:50 +01:00
Gaëtan Harter
9a71886b89
Merge pull request #7906 from aabadie/pr/tests_pexpect_pthread
tests/pthread*: adapt to testrunner scripts
2017-11-08 15:17:13 +01:00
509ad6e4df
Merge pull request #7815 from Marc-Aurele/adc_l0
cpu/stm32l0 : implementation of ADC driver
2017-11-08 15:11:21 +01:00
Aurelien Fillau
9825245938 boards/nucleo-l073: add ADC configuration
ADC configuration added for nucleo-l073 board

Signed-off-by: Aurelien Fillau <aurelien.fillau@gmail.com>
2017-11-08 14:29:58 +01:00
Aurelien Fillau
9907908b2a cpu/stm32l0: add ADC driver implementation
Now, ADC is available on stm32l0 family. A calibration is
done at each new adc_sample. Moreover, when conversion is done,
VREFINT and temperature sensor are dactivated to save power.

Signed-off-by: Aurelien Fillau <aurelien.fillau@gmail.com>
2017-11-08 14:29:42 +01:00
ca9c8a5f7f tests/pthread_*: udpate BOARD_INSUFFICIENT_MEMORY variable 2017-11-08 09:00:21 +01:00
ed4004bd0e tests/pthread_tls: migrate to testrunner script 2017-11-08 09:00:21 +01:00
8b71893714 tests/pthread_tls: some cleanup 2017-11-08 09:00:21 +01:00
c1a08451e3 tests/pthread_rwlock: migrate to testrunner script 2017-11-08 09:00:21 +01:00
31ffda0a68 tests/pthread_rwlock: improve test behaviour 2017-11-08 09:00:21 +01:00
67187e240f tests/pthread_cooperation: migrate to testrunner script 2017-11-08 09:00:21 +01:00
633be9a87b tests/pthread_cooperation: small improvements 2017-11-08 09:00:20 +01:00
e87314fa1e tests/pthread_condition_variable: migrate to testrunner script 2017-11-08 09:00:20 +01:00
936928f819 tests/pthread_condition_variable: small improvements 2017-11-08 09:00:05 +01:00
7ff3a2a535 tests/pthread_cleanup: migrate to testrunner script 2017-11-08 09:00:05 +01:00
7bab0339dc tests/pthread_cleanup: small improvements 2017-11-08 09:00:05 +01:00
1e8104f268 tests/pthread_barrier: migrate to testrunner script 2017-11-08 09:00:05 +01:00
42afbb5fae tests/pthread_barrier: small improvements 2017-11-08 09:00:05 +01:00
7c446176a4 tests/pthread: migrate to testrunner script 2017-11-08 09:00:05 +01:00
cc90f8a854 tests/pthread: small improvements 2017-11-08 09:00:05 +01:00
Martine Lenders
5ce13b3562
Merge pull request #7362 from gebart/pr/kinetis-lpuart
kinetis: Add support for LPUART module in parallel with UART module
2017-11-08 01:06:58 +01:00
Martine Lenders
43217b92f0
Merge pull request #7518 from Hyungsin/forupstream_openthread_rssi
[OpenThread] report RSSI for openthread
2017-11-07 22:52:15 +01:00
Martine Lenders
f6c9eb03c5
Merge pull request #7824 from Hyungsin/hamilton-tmp006
tmp006: optional raw values, low power mode, SAUL type
2017-11-07 22:51:56 +01:00
Martine Lenders
7ea0ba1a7e
Merge pull request #7710 from tfar/sandbox/2017/10/fix-edbg-macos-build
dist/tools/edbg: clear INCLUDES and LINK env vars before building
2017-11-07 22:32:33 +01:00
Aurelien Fillau
4eee79aade cpu/stm32l0: implement i2C non blocking mode
Timeouts have been added in I2C driver on the stm32l0
family so that any while loop do not stall the
task forever.

Signed-off-by: Aurelien Fillau <aurelien.fillau@gmail.com>
2017-11-07 22:24:58 +01:00
Martine Lenders
7c4a2f960b
Merge pull request #7276 from smlng/drivers/at86rf2xx/fix_regression
drivers, at86rf2xx: cleanup
2017-11-07 22:23:51 +01:00
smlng
13639c1bb3 drivers, at86rf2xx: cleanup
- update documentation
    - adapt constness
    - fix code alignment and stlye
2017-11-07 21:37:41 +01:00
Tobias Markmann
3d0a350ebc dist/tools/edbg: Clear environment before building edbg
This fixes compilation on macOS. Without this, autoconf
might pick up INCLUDES and LINKER variables causing compilation
and linking errors.
2017-11-07 21:26:42 +01:00
Martine Lenders
2ffd0427b6
Merge pull request #7838 from aabadie/test_thread_basic
tests/thread_basic: rename python testrunner script
2017-11-07 21:24:16 +01:00
Martine Lenders
76f1e9c829
Merge pull request #7860 from kYc0o/fix_miscelaneous_test_at86rf2xx
tests/driver_at86rf2xx: fix var lengths and unused vars
2017-11-07 21:16:08 +01:00
a23288fbdd test/thread_basic: fix pep8 in testrunner script 2017-11-07 21:15:43 +01:00