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

15801 Commits

Author SHA1 Message Date
f5d2f0f503 tests/pkg_minmea: migrate to testrunner 2017-11-14 16:40:01 +01:00
783e04e7e6 tests/sched_testing: migrate to testrunner 2017-11-14 16:40:00 +01:00
e464116425 tests/pipe: migrate to testrunner 2017-11-14 16:40:00 +01:00
Martine Lenders
a524d9f9fa
Merge pull request #8027 from aabadie/pr/test_pexpect_periph_timer
tests/periph_timer: migrate to testrunner
2017-11-14 13:59:06 +01:00
Bas Stottelaar
9d99add1d0
Merge pull request #7923 from basilfx/feature/timer_arg
test: periph_timer: check if argument is passed.
2017-11-14 12:49:13 +01:00
300db9f69c
Merge pull request #7841 from aabadie/thread_msg_testrunner
tests/thread_msg: migrate to testrunner
2017-11-14 12:45:41 +01:00
df35860c55 tests/periph_timer: migrate to testrunner 2017-11-14 12:43:05 +01:00
Bas Stottelaar
df3389bd0f
Merge pull request #7929 from basilfx/feature/thunderboard_v2
cpu + boards: add support for thunderboard sense
2017-11-14 10:53:37 +01:00
379737bc21 tests/thread_msg: migrate to testrunner 2017-11-14 10:17:47 +01:00
Cenk Gündoğan
0792a5d7cb
Merge pull request #7516 from PeterKietzmann/pr_extend_pktdump
od: add ASCII representation
2017-11-14 09:37:25 +01:00
Peter Kietzmann
a2721c03c9 sys/od: add ASCII representation to memory dump 2017-11-14 09:22:02 +01:00
Dylan Laduranty
67048eafa2
Merge pull request #6900 from OTAkeys/pr/init_rtc
periph/rtc: move init from auto_init to periph_init
2017-11-13 21:22:22 +01:00
Bas Stottelaar
a45d626354 boards: sltb001a: add support for thunderboard sense 2017-11-13 20:27:16 +01:00
Bas Stottelaar
102d85b2a1 cpu: efr32mg1p: add support 2017-11-13 20:27:16 +01:00
Bas Stottelaar
0537e50614 cpu: efm32_common: add peripheral drivers 2017-11-13 20:27:16 +01:00
Bas Stottelaar
5eaf1985c5 pkg: emlib: add emlib package 2017-11-13 20:27:16 +01:00
Vincent Dupont
012264cb0e shell/sc_rtc: remove rtc init command 2017-11-13 18:44:15 +01:00
Vincent Dupont
e2c358ee48 tests/{periph_rtc,pkg_fatfs}: remove call to rtc_init 2017-11-13 18:43:50 +01:00
f89ecfb531
Merge pull request #7951 from cladmi/pr/conflicting_module_names
examples/pkgs: rename modules with duplicate names
2017-11-13 17:40:21 +01:00
Martine Lenders
8a2939e27d
Merge pull request #8023 from aabadie/pr/fix_static_test_squashing
dist/tools/pr_check: fix regex pattern to recognize any SHA
2017-11-13 17:34:53 +01:00
Bas Stottelaar
fd396045de test: periph_timer: check if argument is passed. 2017-11-13 17:28:53 +01:00
dcc1ae393c dist/tools/pr_check: fix regex pattern to recognize any SHA 2017-11-13 16:43:12 +01:00
Gaëtan Harter
21dfcc9448 pkg: change conflicting module name for pkg root directory
Root directory of libfixmath and u8g2 where the same as another directory.
2017-11-13 15:29:06 +01:00
Gaëtan Harter
1d6ef0b6e4 examples: rename APPLICATIONs whose name collide with another module. 2017-11-13 15:29:06 +01:00
Martine Lenders
6eaffbb230
Merge pull request #8021 from haukepetersen/fix_example_defaultremoveconfig
examples/default: remove usage of config module
2017-11-13 15:13:50 +01:00
Hauke Petersen
89db77710f
Merge pull request #7963 from dylad/opt_sam0_gpio
cpu/sam0: share GPIO configuration
2017-11-13 14:58:56 +01:00
Hauke Petersen
f0b3804e9f examples/default: remove usage of config module 2017-11-13 14:51:56 +01:00
Joakim Nohlgård
5e943969a2
Merge pull request #8014 from kaspar030/make_docker_noninteractive
makefiles: docker: make docker call non-interactive
2017-11-13 13:50:40 +01:00
Hauke Petersen
ba6f2a4c4f
Merge pull request #8013 from smlng/cpu/sam3/fix_periph_dac
cpu, sam3: fix periph/dac poweron
2017-11-13 12:46:35 +01:00
fd1b0bdea5 makefiles: docker: make docker call non-interactive
prevents "the input device is not a TTY"
2017-11-13 12:34:51 +01:00
smlng
eb8c55d7f7 cpu, sam3: fix periph/dac poweron 2017-11-13 12:03:05 +01:00
Peter Kietzmann
89994604af
Merge pull request #7954 from smlng/cpu/atmega/adc
cpu, atmega_common: add periph/adc
2017-11-13 11:44:56 +01:00
f6d7e54228
Merge pull request #7739 from kYc0o/factorise_sam0_ldscripts
ld: refactor sam0 ldscripts
2017-11-13 11:36:25 +01:00
Peter Kietzmann
10af2c2951
Merge pull request #7156 from plushvoxel/softspi
drivers: added soft SPI driver
2017-11-13 10:31:51 +01:00
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