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

35624 Commits

Author SHA1 Message Date
Francisco
6f369f4381
Merge pull request #16331 from fjmolinas/pr_stdio_uart_lpuart
makefiles/stdio.inc.mk: stdio_uart require uart or lpuart
2021-06-07 08:33:27 +02:00
benpicco
029cc50e72
Merge pull request #16528 from janosbrodbeck/pr/dtls/auto_init_before_gcoap
sys/auto_init: move sock_dtls after network stack initialization
2021-06-05 14:54:32 +02:00
Martine Lenders
9a6afec49b
Merge pull request #16526 from janosbrodbeck/pr/gcoap/return_req_send
net/gcoap: change return type from gcoap_req_send() to ssize_t
2021-06-05 11:29:48 +02:00
263cdfea5a
Merge pull request #16525 from fjmolinas/pr_fix_msg_queue_print
tests/msg_queue_print: fix test on hw
2021-06-04 21:30:01 +02:00
János Brodbeck
ae39ffd9f8
sys/auto_init: move sock_dtls after network stack initialization 2021-06-04 18:13:33 +02:00
János Brodbeck
2e523bf101
net/gcoap: change return type from gcoap_req_send() to ssize_t 2021-06-04 17:15:04 +02:00
Francisco Molina
0a3c9b694b
tests/msg_queue_print: fix test on hw 2021-06-04 13:37:21 +02:00
benpicco
8482434bdf
Merge pull request #16524 from benpicco/boards/samr21-xpro-board_init
boards/samr21-xpro: only configure antenna switch if radio is used
2021-06-04 12:40:56 +02:00
Benjamin Valentin
ec397cbc5e boards/samr21-xpro: only configure antenna switch if radio is used 2021-06-03 18:21:45 +02:00
Martine Lenders
5d7477fa5f
Merge pull request #16513 from miri64/make/enh/isolate-MORE_QUIET
make: introduce QUIETER
2021-06-03 16:48:33 +02:00
benpicco
41bbafdfe4
Merge pull request #16328 from benpicco/driver/lis2dh12-cleanup
drivers/lis2dh12: clean up API
2021-06-03 15:33:04 +02:00
Martine Lenders
04ba724763
make: introduce QUIETER
Makes the functionality of being more quiet on build (setting `QQ` to
`@`) independently configurable from `RIOT_CI_BUILD`.
2021-06-03 13:26:20 +02:00
benpicco
3ad85a380c
Merge pull request #16522 from benpicco/bit_check
sys/bit: add bit_checkXX() functions
2021-06-03 13:07:21 +02:00
Benjamin Valentin
a338b65d29 tests/driver_lis2dh12: add support for temperature sensor 2021-06-03 12:59:50 +02:00
Benjamin Valentin
0ab186ad50 tests/driver_lis2dh12: adapt to API changes 2021-06-03 12:59:50 +02:00
Benjamin Valentin
392bacd9c7 drivers/lis2dh12: add support for temperature sensor 2021-06-03 12:59:50 +02:00
Benjamin Valentin
28148b7dc3 drivers/lis2dh12: general cleanup
Don't expose raw register values for the user to figure out
2021-06-03 12:59:50 +02:00
Benjamin Valentin
e8264d3ea9 drivers/lis2dh12: fix event handling
Don't push event handling to the user.
2021-06-03 12:59:50 +02:00
0dd34f770b
Merge pull request #16510 from aabadie/pr/tools/iotlab_debug
tools/iotlab-testbed: add support for remote debugger
2021-06-03 10:56:38 +02:00
565d28a6bc
tools/iotlab-testbed: add support for remote debugging 2021-06-02 18:13:34 +02:00
Leandro Lanzieri
b2a0142c28
Merge pull request #16519 from aabadie/pr/labeler_syntax_fix
.github/labeler: quote rules
2021-06-02 17:53:11 +02:00
82b286989b
.github/labeler: quote rules 2021-06-02 17:42:31 +02:00
Francisco
e5d09fda25
Merge pull request #16514 from aabadie/pr/pkg/avoid_git_fetch
pkg/pkg.mk: avoid git fetch if commit is already there
2021-06-02 14:47:08 +02:00
Francisco
c8cbe25cd7
Merge pull request #16501 from aabadie/pr/tools/iotlab_comma_separated_form
tools/iotlab-tested: several improvements in single board support
2021-06-02 14:44:37 +02:00
Benjamin Valentin
3dd5f5c789 sys/bit: add bit_checkXX() functions 2021-06-02 14:07:17 +02:00
Martine Lenders
e142001221
Merge pull request #15168 from JulianHolzwarth/pr/software/test/IPC/change
core/msg.c: fixed msg_queue_print()
2021-06-02 12:18:04 +02:00
JulianHolzwarth
08382fed33 tests/msg_queue_print/: new test for msg_queue_print 2021-06-02 01:28:28 +02:00
JulianHolzwarth
8309889e39 core/msg.c: fixed msg_queue_print() 2021-06-02 01:28:22 +02:00
3c8cfd45f1
tools/iotlab-testbed: rename deprecated flash/reset-m3 subcommands 2021-06-01 17:37:50 +02:00
ebbe2c2aa1
tools/testbed-iotlab: better handle unsupported archis 2021-06-01 17:37:50 +02:00
a7f00548a2
tools/iotlab-testbed: check iotlab cli tools are installed 2021-06-01 17:37:50 +02:00
a9fceb1592
tools/iotlab-testbed: handle IOTLAB_NODE in comma separated form 2021-06-01 17:37:49 +02:00
137dd14911
Merge pull request #16518 from leandrolanzieri/pr/github_actions/fix_labeler_kconfig
.github/labeler: match Kconfig files in subfolders
2021-06-01 13:53:56 +02:00
Francisco Molina
2049ab35d3
boards: require lpuart only if stdio_uart is used 2021-06-01 12:39:58 +02:00
Francisco Molina
0d607e4eb0
makefiles/stdio.inc.mk: stdio_uart require uart or lpuart 2021-06-01 12:38:07 +02:00
fde0bb7819
Merge pull request #16505 from fjmolinas/pr_event_timeout_ztimer
sys/event/timeout: add option to use ztimer as backend
2021-06-01 12:19:39 +02:00
Leandro Lanzieri
05aaefee48
.github/labeler: match Kconfig files in subfolders 2021-06-01 11:03:16 +02:00
025e5db592
pkg/pkg.mk: avoid git fetch if version is already there 2021-05-31 09:46:10 +02:00
3d18f1ad67
Merge pull request #16511 from rgrunbla/master
cpu/stm32: Generate the irqs in a reproducible manner
2021-05-29 21:58:17 +02:00
Rémy Grünblatt
deb8d34c43 cpu/stm32: Generate the irqs in a reproducible manner 2021-05-29 14:28:36 +02:00
64c7332874
Merge pull request #16491 from aabadie/pr/tools/iotlab_deprecate_auto_ssh
tools/testbed: use IOTLAB_NODE=auto instead of auto-ssh
2021-05-28 19:23:54 +02:00
12a03c60e5
tests: examples: use IOTLAB_NODE=auto instead of auto-ssh 2021-05-28 17:23:11 +02:00
079abeb2f7
.github/test-on-iotlab: use IOTLAB_NODE=auto instead of auto-ssh 2021-05-28 17:23:11 +02:00
6c0556b422
tools/testbed: use IOTLAB_NODE=auto instead of auto-ssh
This deprecates the use of IOTLAB_NODE=auto-ssh
2021-05-28 17:23:11 +02:00
Francisco
69368c32f8
Merge pull request #16470 from jan-mo/feat/20210512__schedstatistics_runtime_in_usec
sys/ps: enable runtime_usec output for the ps command
2021-05-28 16:12:13 +02:00
Jan Mohr
435796ccaa sys/ps/ps.c: enabled runtime in usec for schedstatistics 2021-05-28 15:00:46 +02:00
d59db60820
Merge pull request #16504 from seeseemelk/feature/nanopb
nanopb: add dependency for C++ source files
2021-05-28 09:31:01 +02:00
Francisco Molina
4f34e50130
sys/event/timeout: add option to use ztimer as backend 2021-05-27 22:34:01 +02:00
Sebastiaan de Schaetzen
b6d649e344 nanopb: add dependency for C++ files 2021-05-27 16:13:38 +02:00
Leandro Lanzieri
21d454a226
Merge pull request #16485 from aabadie/pr/auto_init_screen_enh
drivers/{disp_dev,touch_dev}: add auto_init_screen as default module when used
2021-05-26 09:18:22 +02:00