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

15756 Commits

Author SHA1 Message Date
marble
fbba6c3851 driver/soft_spi: initial implementation 2017-11-13 10:11:06 +01:00
Martine Lenders
00d5484fcd
Merge pull request #8001 from george-hopkins/stm32-timer-multiplier
cpu/stm32_common: consider timer multiplier for PWM
2017-11-13 09:34:08 +01:00
Martine Lenders
1a0f4940fd
Merge pull request #7940 from miri64/posix/enh/move-time-to-module
posix: move time functions to their own module
2017-11-12 20:05:50 +01:00
Martine Lenders
00434f81f0 pkg: umorse: add posix_time dependency 2017-11-12 19:55:58 +01:00
Martine Lenders
f3f5489b4e tests: update posix_time tests for running with pexpect script 2017-11-12 19:55:57 +01:00
Martine Lenders
0a0bb86f4a posix: move time functions to their own module 2017-11-12 19:55:57 +01:00
Martine Lenders
47ab744f77
Merge pull request #8011 from aabadie/pr/tests/pexpect_libfixmath
tests/libfixmath_*: migrate to testrunner
2017-11-12 16:31:23 +01:00
e90710a6e4
Merge pull request #7999 from george-hopkins/rgbled-resolution
drivers/rgbled: fix PWM resolution
2017-11-12 14:20:08 +01:00
Martine Lenders
03f8403e1e
Merge pull request #8006 from cgundogan/pr/testrunner_OSError
dist: testrunner: terminate gracefully on ProcessLookupError
2017-11-12 13:33:24 +01:00
Cenk Gündoğan
e1422bb5e4 testrunner: handle EOF and ProcessLookupError 2017-11-12 13:13:50 +01:00
Cenk Gündoğan
d537dd609f testrunner: refactor exception printing 2017-11-12 13:13:50 +01:00
Cenk Gündoğan
bd52d33274
Merge pull request #7845 from miri64/testrunner/enh/show-line-info
testrunner: show information about failed line (even without traceback)
2017-11-12 13:09:42 +01:00
bc03a0d150 tests/libfixmath_unittests: migrate to testrunner 2017-11-12 12:38:38 +01:00
Martine Lenders
18fb51cf66 testrunner: show information about failed line (even without traceback) 2017-11-12 12:27:21 +01:00
f73fcf4f07 tests/libfixmath: migrate to testrunner 2017-11-11 23:18:34 +01:00
Martine Lenders
3f9291a4aa
Merge pull request #8009 from RIOT-OS/revert-7238-pr_sc_ccnl_chunkdump
Revert "shell/ccnl: remove use of ccnl_wait_for chunk()"
2017-11-11 21:46:59 +01:00
Martine Lenders
c6428698b4
Revert "shell/ccnl: remove use of ccnl_wait_for chunk()" 2017-11-11 19:34:52 +01:00
Cenk Gündoğan
ca67a0a0a2
Merge pull request #8008 from aabadie/pr/test_pexpect_tm
tests/struct_tm_utility: migrate to testrunner
2017-11-11 18:24:47 +01:00
Cenk Gündoğan
10ea320b68
Merge pull request #8004 from aabadie/pr/test_pexpect_ssp
tests/ssp: migrate to testrunner
2017-11-11 18:11:30 +01:00
e4db84956c tests/ssp: migrate to testrunner 2017-11-11 18:05:52 +01:00
5bbfe92b97 tests/struct_tm_utility: migrate to testrunner 2017-11-11 17:19:52 +01:00
Francisco Acosta
0e3006a365
Merge pull request #7908 from gebart/pr/cortexm-rm-estack
cpu/cortex-m variants: Remove _estack declarations
2017-11-11 09:29:55 +01:00
Cenk Gündoğan
05c9267a49
Merge pull request #7996 from aabadie/pr/testrunner_pep8
dist/tools/testrunner: fix some pep8
2017-11-10 23:44:43 +01:00
Cenk Gündoğan
ff43148887
Merge pull request #8005 from aabadie/pr/test_pexpect_shell
tests/shell: migrate to testunner
2017-11-10 23:33:55 +01:00
5e159cf42e tests/shell: migrate to testunner 2017-11-10 21:39:55 +01:00
4d8284ed04
Merge pull request #7989 from aabadie/pr/test_pexpect_irq
tests/irq: migrate to testrunner
2017-11-10 18:45:33 +01:00
George Hopkins
ebd525306a cpu/stm32_common: consider timer multiplier for PWM 2017-11-10 17:25:13 +01:00
George Hopkins
ae45157331 drivers/rgbled: fix PWM resolution 2017-11-10 15:53:50 +01:00
Cenk Gündoğan
09a8a83c80
Merge pull request #7238 from PeterKietzmann/pr_sc_ccnl_chunkdump
shell/ccnl: remove use of ccnl_wait_for chunk()
2017-11-10 15:44:32 +01:00
Joakim Nohlgård
e3d5a70e0c cpu/cortexm: Remove leftover _estack declarations
These are leftovers from before the Cortex-M common ISR vectors were
split into vectors_cortexm.c
2017-11-10 15:38:14 +01:00
Peter Kietzmann
40e2a5a5f1
Merge pull request #7997 from cgundogan/pr/vagrant_info
vagrant: add info to README.md for Windows quirks
2017-11-10 15:35:06 +01:00
Peter Kietzmann
69fe566a18 shell/ccnl: remove use of ccnl_wait_for chunk() 2017-11-10 15:27:47 +01:00
Cenk Gündoğan
50443708aa vagrant: add info to README.md for Windows quirks 2017-11-10 15:21:03 +01:00
Sebastian Meiling
d91afad290
Merge pull request #6720 from Lotterleben/doc_thread_msg_block_tests
tests/thread_msg_block* : add README, pexpect script, improve comments
2017-11-10 15:18:06 +01:00
Sebastian Meiling
04d344029c
Merge pull request #7836 from smlng/enh/tests/thread_cooperation
tests: enhance thread cooperation
2017-11-10 15:14:49 +01:00
Sebastian Meiling
8f4b21bdaa
Merge pull request #7882 from gebart/pr/kinetis-one-cpu-dir
kinetis: Support all models in one directory
2017-11-10 14:42:24 +01:00
Cenk Gündoğan
be6fcd662f
Merge pull request #7991 from aabadie/pr/test_pexpect_msg_try_receive
tests/msg_try_receive: migrate to testrunner
2017-11-10 14:23:26 +01:00
Cenk Gündoğan
0ae6ec0d9b
Merge pull request #7956 from PeterKietzmann/pr_srf08_gain
drivers/srf08: correct value for max gain
2017-11-10 14:20:40 +01:00
a8275ea637 dist/tools/testrunner: fix some pep8 2017-11-10 13:26:15 +01:00
Martine Lenders
d2ccbc85b0
Merge pull request #7957 from PeterKietzmann/pr_ipv6_hdr_fix
net/ipv6/hdr: fix issue #5944
2017-11-10 11:07:29 +01:00
Joakim Nohlgård
33e751e8a8 kinetis: Remove periph driver xxx_NUMOF guards 2017-11-10 10:43:00 +01:00
Joakim Nohlgård
925a908d95 kinetis: Update RNGA driver configuration to automatically detect the module 2017-11-10 10:43:00 +01:00
Joakim Nohlgård
19d407a3e9 kinetis: Add script for generating vendor header include lines 2017-11-10 10:42:59 +01:00
Joakim Nohlgård
22c52bd3a8 kinetis: Unify all Kinetis CPUs in one directory 2017-11-10 10:42:59 +01:00
Joakim Nohlgård
cb8e3f19a2 kinetis: Use one ldscript for all CPUs 2017-11-10 10:42:54 +01:00
Joakim Nohlgård
0dabad20b4 kinetis: Extract detailed information from CPU_MODEL 2017-11-10 10:39:53 +01:00
Peter Kietzmann
d689a0c8a6
Merge pull request #7982 from haukepetersen/opt_nrf5x_periphfileguards
cpu/nrf51: remove guards from periph drivers
2017-11-10 09:52:46 +01:00
smlng
ccad1acb28 tests: thread_cooperation add testrunner script 2017-11-10 09:27:18 +01:00
smlng
1d432a0e7d tests: enhance thread_cooperation, update BOARD_INSUFFICIENT_MEMORY 2017-11-10 09:27:18 +01:00
Joakim Nohlgård
073302263e
Merge pull request #7980 from haukepetersen/rm_board_pca1000x_lostandfound
lostandfound: added pca10000 and pca10005
2017-11-10 06:52:00 +01:00