kYc0o
9496c5d17e
boards/nucleo-l152/Makefile.include: fix CPU_MODEL
2017-11-30 14:11:08 +01:00
kYc0o
ab60f9dc47
cpu/stm32*/ldscripts: remove all stm32 family linker scripts
2017-11-30 14:11:07 +01:00
kYc0o
945d7f6887
cpu/stm32_common: add stm32_mem_lengths.mk to calculate ROM and RAM lengths
2017-11-30 14:11:07 +01:00
kYc0o
f571814ded
boards: add rom boot offset for boards w/bootloader
2017-11-17 17:08:41 +01:00
kYc0o
d0067b451f
cpu/stm32_common/ldscripts: add stm32_common.ld to manage specific ST ccmram
2017-11-17 00:29:06 +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
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
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
c1056e2e6a
tests/fmt_print: migrate to testrunner
2017-11-12 20:20:45 +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