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

15932 Commits

Author SHA1 Message Date
Vincent Dupont
cf7275be52
Merge pull request #8034 from OTAkeys/pr/unittest_board_update
unittests: update boards lists
2017-11-15 18:14:18 +01:00
04e537cf9f tests/netstats_l2: migrate to testrunner 2017-11-15 16:30:00 +01:00
Cenk Gündoğan
17cad6a1e0
Merge pull request #8043 from miri64/testrunner/fix/downwards-compatible
testrunner: make traceback extraction downwards-compatible
2017-11-15 15:36:29 +01:00
Martine Lenders
410778303e
testrunner: make traceback extraction downwards-compatible
The object-like access to frame information in the traceback was only
introduced in Python 3.5. Before that version it was a 4-tuple [[1]].

The indexed way to access the frame seems to be upwards-compatible for
newer versions (tested with python 3.5, maybe some of the Arch crew can
test with even newer versions), so I used that one.

[1]: https://docs.python.org/3.4/library/traceback.html#traceback.extract_tb
2017-11-15 14:51:39 +01:00
6355b9cda2
Merge pull request #8039 from aabadie/pr/test_pexpect_pkgu8g2
tests/pkg_8g2: migrate to testrunner
2017-11-15 13:34:44 +01:00
Peter Kietzmann
fbe00cfece
Merge pull request #7985 from haukepetersen/add_nrf52_adc
cpu/nrf52: added ADC driver implementation
2017-11-15 11:32:02 +01:00
Hauke Petersen
b3654c2ead cpu/nrf52: some optimizations for ADC driver 2017-11-15 11:16:05 +01:00
dnahm
6f9a5004c6 drivers: add adc driver for nrf52 2017-11-15 11:15:10 +01:00
bb1afb86d6 tests/pkg_8g2: migrate to testrunner 2017-11-15 11:12:01 +01:00
c5eb24239a tests/ps_schedstatistics: migrate to testrunner 2017-11-14 16:40:02 +01:00
811dc7657a tests/sizeof_tcb: migrate to testrunner 2017-11-14 16:40:02 +01:00
3533f0c947 tests/nhdp: migrate to testrunner 2017-11-14 16:40:02 +01:00
f56a00ec8e tests/netdev_test: migrate to testrunner 2017-11-14 16:40:02 +01:00
c3c0039f24 tests/pkg_libcoap: migrate to testrunner 2017-11-14 16:40:02 +01:00
6f1b8fea25 tests/pkg_micro-ecc-with-hwrng: migrate to testrunner 2017-11-14 16:40:02 +01:00
12f6b629b8 tests/pkg_micro-ecc: migrate to testrunner 2017-11-14 16:40:01 +01:00
742da3517f tests/pkg_jsmn: migrate to testrunner 2017-11-14 16:40:01 +01:00
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
smlng
ece74000d2 pkg/tinydtls: bump version to fix compiler issues 2017-11-14 16:26:35 +01:00
Gaëtan Harter
4ee7d1359c
Merge pull request #7988 from aabadie/pr/test_pexpect_fmt_print
tests/fmt_print: migrate to testrunner
2017-11-14 15:49:18 +01:00
Vincent Dupont
27fbdc4ebe unittests: update boards lists 2017-11-14 14:16:12 +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
a145e8174d travis: enable static test in travis CI 2017-11-13 19:51: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
smlng
1540ec0509 nrf51: fix returns and error codes in periph/i2c 2017-11-13 13:38:47 +01:00