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

16933 Commits

Author SHA1 Message Date
Gaëtan Harter
c09ea29376
Merge pull request #8494 from aabadie/pr/st_boards_doxygen
boards/*:  minor doxygen fixes
2018-01-31 14:40:40 +01:00
Gaëtan Harter
7db99e3bd8
Merge pull request #8497 from OTAkeys/fix/native_term
board/native: use ELFFILE for 'make term'
2018-01-31 14:37:38 +01:00
Hauke Petersen
9b557d2e47 tests/periph_gpio: added 'bench' make target
This commit enables the GPIO benchmark to be run automatically
(through 'make bench') using pexpect.
2018-01-31 13:55:37 +01:00
Hauke Petersen
94796ef413 tests/periph_gpio: added benchmark command 2018-01-31 13:55:37 +01:00
Hauke Petersen
55629e0a1c sys: added simple benchmark module 2018-01-31 13:55:36 +01:00
Peter Kietzmann
197abe8bd1
Merge pull request #8493 from jia200x/ina220_fix
drivers/ina220: fix bus voltage range bitmask
2018-01-31 13:27:08 +01:00
Sebastian Meiling
fac763bffc
Merge pull request #8422 from MichelRottleuthner/pr_fatfs_bump_version
pkg/fatfs: bump version to R0.13a
2018-01-31 12:05:31 +01:00
Pieter Willemsen
f2f6801987 board/native: use ELFFILE for 'make term' 2018-01-31 11:59:07 +01:00
Martine Lenders
aa7a2da054
Merge pull request #8490 from miri64/gnrc/fix/xbee
gnrc: fix link-layer/IPv6 address conversion for XBee
2018-01-31 11:03:13 +01:00
Martine Lenders
c40a05b6a8 gnrc: fix link-layer/IPv6 address conversion for XBee 2018-01-31 10:54:28 +01:00
fb3889c343 boards/stm32f7disco: use capital letters for board name 2018-01-31 08:10:31 +01:00
fd0aa2acf0 boards/b-l475e-iot01a: update board name in doxygen 2018-01-31 08:10:31 +01:00
c1a9338346 boards/b-l072z-lrwan1: update board name in doxygen 2018-01-31 08:10:31 +01:00
Gaëtan Harter
3ccdbb52e8
Merge pull request #8485 from miri64/tests/fix/netdev_test-DEVELHELP
tests: deactivate DEVELHELP for netdev_test
2018-01-30 22:17:57 +01:00
Jose Alamos
31b4033761 drivers/ina220: fix table number in bus ADC settings 2018-01-30 21:43:07 +01:00
Jose Alamos
6f227cfc0a drivers/ina220: fix bus range bitmask 2018-01-30 21:41:09 +01:00
Gaëtan Harter
724680703f
Merge pull request #8478 from miri64/sntp/enh/higher-timeout
shell_commands: sntp: increase default timeout
2018-01-30 21:30:00 +01:00
Martine Lenders
ba6c6a4c0c
Merge pull request #8491 from cladmi/pr/sntp_h/add_timeout_unit
sntp.h: document sntp_sync timeout unit
2018-01-30 21:29:31 +01:00
Gaëtan Harter
4a21fd430e sntp.h: document sntp_sync timeout unit
It uses the same unit as sock_udp_recv.
2018-01-30 21:18:36 +01:00
Martine Lenders
f26cd88511 tests: deactivate assert() for netdev_test 2018-01-30 21:08:07 +01:00
Martine Lenders
e6fa76e9b0 shell_commands: sntp: increase default timeout 2018-01-30 21:07:26 +01:00
Martine Lenders
3c5d476f84 shell_commands: specify SNTP timeout time unit 2018-01-30 21:07:26 +01:00
Gaëtan Harter
14ac1fa577
Merge pull request #8109 from cladmi/pr/tests-crypto-modes-ccm/refactoring
tests-crypto-modes-ccm: Refactoring to support more evolved tests
2018-01-30 21:05:51 +01:00
Gaëtan Harter
2abc7fadd3
Merge pull request #8433 from emmanuelsearch/readme-tutorial
doc: added link to the tutorial in the main README
2018-01-30 21:01:48 +01:00
Gaëtan Harter
289e572a76
Merge pull request #8460 from cladmi/pr/vars/undef
makefiles/vars.inc.mk: UNDEF fix variable doc
2018-01-30 20:48:31 +01:00
smlng
2ed609a810 tests/gnrc_netif: fix unused parameter
Test does not compile when DEVELHELP=0 otherwise.
2018-01-30 19:57:30 +01:00
smlng
b0a0fdf400 tests/sizeof_tcb: fix test condition
Fix test condition to match size if compiled with
    and w/o DEVELHELP.
2018-01-30 19:57:30 +01:00
smlng
6caa9f9e51 tests/libfixmath: fix range of loop in test script
The range for the loop was orders of magnitude too low.
    While the tests succeeds on native, it fails on real
    boards with a timeout.
2018-01-30 19:57:30 +01:00
Emmanuel Baccelli
a852739f8f README: added link to the tutorial 2018-01-30 19:37:09 +01:00
Gaëtan Harter
934b075f76
Merge pull request #7883 from Hyungsin/hamilton-pushbutton
pulse counter driver: initial SAUL-compatible implementation
2018-01-30 19:35:44 +01:00
Hauke Petersen
503e60ef25 cpu/nrf52/i2c: use static mutex initializtion 2018-01-30 19:07:26 +01:00
bf7239ce93
Merge pull request #8449 from haukepetersen/opt_driver_ata8520e-doc
driver/ata8520e: minor doc fixes
2018-01-30 17:46:07 +01:00
Martine Lenders
c0dcff6dd0
Merge pull request #8421 from aabadie/pr/zep_doxygen_bis
sys/net/zep: add missing doxygen brief description
2018-01-30 17:34:09 +01:00
Hauke Petersen
c3ccdc59c5 drivers/ata8520e: add doc on required buffer sizes 2018-01-30 17:25:49 +01:00
Martine Lenders
f1f079fb0e
Merge pull request #8480 from miri64/gnrc_ipv6_nib/fix/fix-conv
gnrc_ipv6_nib: ignore corner case when adding to PL
2018-01-30 13:52:15 +01:00
Martine Lenders
1f8dc50602 tests: adapt NIB tests for lifetime unit conversion 2018-01-30 12:32:06 +01:00
Martine Lenders
8e80a372cb gnrc_ipv6_nib: ignore corner case when adding to PL
In #8135 the handling of corner cases for the conversion of
milliseconds to seconds, but the internal handling was not adapted.
2018-01-30 12:28:50 +01:00
Gaëtan Harter
f7046f83fb cpu/efm32: Fix 'cpu' module name conflict
Rename 'cpu/efm32/families/efr32mg1p' module to 'cpu_efr32mg1p' to don't
conflict with 'cpu'.

Also required to set the path to vectors.o as its not provided by cpu.
2018-01-30 11:55:05 +01:00
Gaëtan Harter
a3bc341878 cortexm.inc.mk: allow configuring vectors.o path
This allows providing 'vectors.o' by another module than 'cpu' by overwriting
VECTORS_O variable.
2018-01-30 11:55:05 +01:00
4c4a2af1ca
Merge pull request #8435 from kaspar030/rename_nucleo144-f207_to_nucleo-f207zg
boards: rename nucleo144-f207 to nucleo-f207zg
2018-01-30 11:54:52 +01:00
8d0815d386 boards: rename nucleo144-f207 to nucleo-f207zg 2018-01-29 22:14:25 +01:00
21450612ab
Merge pull request #8432 from aabadie/pr/nucleo_doxygen_fix
boards/nucleo*: fix doxygen grouping
2018-01-29 21:40:40 +01:00
Sebastian Meiling
0abbd9db8f
Merge pull request #8439 from smlng/net/gnrc/netreg/fix_assert
gnrc/netreg: fix assert
2018-01-29 16:46:19 +01:00
3f4e304b44 tests: use STM32 Nucleo-64 name in readmes 2018-01-27 18:48:24 +01:00
2bda17ba36 drivers/sx127X: update Nucleo board name in doxygen comment 2018-01-27 18:48:24 +01:00
8311c7ad6e boards/nucleo*: fix doxygen parent group 2018-01-27 18:48:24 +01:00
f8744e7b27 boards/common: move nucleo doxygen group to boards group 2018-01-27 18:48:24 +01:00
Martine Lenders
20780aacab
Merge pull request #8466 from smlng/native/add_hwrng_init
board/native: add periph_hwrng and init
2018-01-27 16:14:29 +01:00
smlng
d94edad1bd board/native: add periph_hwrng and init 2018-01-27 08:42:31 +01:00
Sebastian Meiling
74d3255fed
Merge pull request #8464 from miri64/tests/fix/gnrc_ndp_device_type
tests/gnrc_ndp: add device type handler to netdev mock-up
2018-01-27 08:35:41 +01:00