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

28132 Commits

Author SHA1 Message Date
Francisco Molina
0ee04bd6d6
cpu/stm32wb: add stm32wb55xx.h vendor file 2020-03-25 09:28:26 +01:00
Francisco
ddf763c9da
Merge pull request #13696 from fjmolinas/pr_tests_fixes
tests: fixes for evtimer_msg and bench_runtime_coreapis
2020-03-25 08:52:34 +01:00
Francisco Molina
493a56ee87
boards: use common condiguration headers for cc2538 boards 2020-03-25 08:20:53 +01:00
Francisco Molina
194af687a0
boards/common: add cc2538 2020-03-25 08:20:52 +01:00
Benjamin Valentin
9c4eb8918f tests/unittests: rtt_rtc: blacklist esp32
On esp32, pm_layered pulls in periph_rtc.
This results the real rtc functions being called, which of course
can't be fast-forwarded - all the tests fail.
2020-03-24 23:15:55 +01:00
benpicco
b441765908
Merge pull request #13699 from koos96/doxygen-fixes
cpu/stm: Fix broken character encoding
2020-03-24 22:19:28 +01:00
7cc1529755
Merge pull request #13549 from kaspar030/add_tests_xtimer_overhead
tests/xtimer_overhead: initial commit
2020-03-24 21:55:33 +01:00
Martine Lenders
e47c8fa91c
Merge pull request #10627 from miri64/gnrc_ipv6_nib/fix/forward-to-pl
gnrc_ipv6_nib: don't ignore PL for route
2020-03-24 21:49:56 +01:00
Francisco Molina
30b5a23e78
bootloaders/riotboot: use stdio_null 2020-03-24 19:14:03 +01:00
Martine Lenders
06aa65e1ba
gnrc_ipv6_nib: don't ignore PL for route
When pinging to a prefix for which there is a prefix list entry on the
node (so no next hop) but a default route, a packet to a non-existent
address under that prefix results in the packet being forwarded to the
default route instead. This fixes it, so the node tries address
resolution on the interface the prefix list entry is associated to.
2020-03-24 18:19:18 +01:00
Martine S. Lenders
42f9e1953c
tests/gnrc_sock_{ip,udp}: extend tests for new function 2020-03-24 17:15:17 +01:00
Martine S. Lenders
39cd293a0e
gnrc_sock: provide implementation for sock_*_recv_buf() 2020-03-24 17:15:17 +01:00
Martine Lenders
ba711c50bf
Merge pull request #13616 from miri64/sock/enh/recv_buf
sock: amend with zero-copy receive functions
2020-03-24 17:10:12 +01:00
Koos
575a9e9579 cpu/stm: Fix broken character encoding 2020-03-24 16:07:19 +01:00
be55eb9aa4
Merge pull request #13683 from aabadie/pr/tools/iotlab_flash_bin
dist/testbed-support: use BINFILE for flashing on iotlab
2020-03-24 15:23:16 +01:00
Francisco Molina
15ab36409f
Makefile.dep: add auto_init_usbus as usbus DEFAULT_MODULE 2020-03-24 14:33:09 +01:00
Gunar Schorcht
b16ff57cf1 boards/esp32: Heltec WiFi LoRa 32 V2 board added
fixup! boards/esp32: Heltec WiFi LoRa 32 V2 board added

fixup! boards/esp32: Heltec WiFi LoRa 32 V2 board added
2020-03-24 14:20:00 +01:00
Francisco Molina
62ff10fc54
bench_runtime_coreapis/tests: multiple fixes 2020-03-24 14:15:50 +01:00
Francisco Molina
865b975c3d
tests/evtimer_msg: fix assert range 2020-03-24 14:15:25 +01:00
Martine S. Lenders
2ed7a7345f
sock_udp: fix doc of sock objects 2020-03-24 14:02:36 +01:00
Martine S. Lenders
a7d468988d
sock: amend with zero-copy receive functions
This change amends the `sock` API by a set of functions to `sock` that
allow provisioning of stack-internal buffers to the caller on receive.

This allows to cover two use-cases

1. Zero-copy systems: if the stacks supported the buffer space provided
   by these functions can be the same that was filled in the link-layer
2. asynchronous receive within a wrapping sock layer (e.g. `sock_dtls`
   wrapping `sock_udp`): to receive packets of the lower level protocol
   asynchronously, the wrapping implementation layer would currently
   need to allocate its own buffer space, introducing a third buffer
   space in addition to the one of the application and the network
   stack. For a wrapping layer this is undesirable.

While there are security considerations exposing stack internal memory
space to the caller, I believe they are minor, as in the end the
application developer is the person in control of the node.
2020-03-24 14:02:36 +01:00
6faae9a9c9
Merge pull request #13657 from aabadie/pr/boards/backlight_common_defines
boards/pinetime: add defines for controlling the backlight pin
2020-03-24 13:52:57 +01:00
39ea73d48d
dist/testbed-support: use BINFILE for flashing on iotlab
This is a new feature in cli-tools v3 and is supported by all boards except wsn430 and firefly
2020-03-24 13:25:25 +01:00
Leandro Lanzieri
877db8c00e
Merge pull request #13557 from gschorcht/doc/fix_url
doc: fix broken links
2020-03-24 13:08:18 +01:00
Juergen Fitschen
877e0a9b32 net/gnrc/ipv6/nib: fix typos 2020-03-24 13:07:20 +01:00
Juergen Fitschen
47f5cd8618 net/gnrc/ipv6/nib: make use of the evtimer system time getter
This commit removes the implication that evtimer uses xtimer as timer backend.
2020-03-24 13:07:20 +01:00
Juergen Fitschen
47b8439cd8 sys/evtimer: add helper for retrieving the current system time 2020-03-24 13:07:19 +01:00
6202e2da71
tests: use backlight defines instead of board module 2020-03-24 12:02:50 +01:00
1498a7ada2
drivers/disp_dev: add help functions for backlight 2020-03-24 12:02:50 +01:00
bad9d6c93f
boards/pinetime: add defines for controlling the backlight 2020-03-24 12:02:42 +01:00
fc6b586919
Merge pull request #13586 from bergzand/pr/nrf/dcdc
nrf5x: Add and enable configuration for the built-in DC/DC converter
2020-03-24 11:56:40 +01:00
Francisco
3a4048d05e
Merge pull request #13688 from bergzand/pr/suit/cleanup_subtree
suit/transport/coap: Make use of exposed tree handler function
2020-03-24 11:44:52 +01:00
benpicco
d650a0d84b
Merge pull request #13695 from fjmolinas/pr_test_interactive_test_util_blacklist
tests: remove uneeded blacklist
2020-03-24 11:37:38 +01:00
Gunar Schorcht
c8a2ff2406
Merge pull request #13685 from leandrolanzieri/pr/esp/cleanup_makefile_dep_include
cpu/esp[32, 8266, _common]: Move dependency resolutions to Makefile.dep
2020-03-24 11:22:08 +01:00
Gunar Schorcht
2afc32099a tests/pkg_tensorflow-lite: fix broken links 2020-03-24 10:39:49 +01:00
Gunar Schorcht
cf033205f0 boards/stm32f4discovery: fix broken links 2020-03-24 10:39:49 +01:00
Gunar Schorcht
d4aae06f2f boards/mulle: fix broken links 2020-03-24 10:39:49 +01:00
Gunar Schorcht
206d6651fd tests/pkg_wolfcrypt-ed25519-verify: fix broken links 2020-03-24 10:39:49 +01:00
Gunar Schorcht
0d8fb5a463 tests/pkg_semtech-loramac: fix broken links 2020-03-24 10:39:49 +01:00
Gunar Schorcht
6ab0d8bf99 tests/driver_si114x: fix broken links 2020-03-24 10:39:49 +01:00
Gunar Schorcht
64dd27a679 tests/driver_bmx280: fix broken links 2020-03-24 10:39:49 +01:00
Gunar Schorcht
62e55bb8c0 sys/net/lorawan: fix broken links 2020-03-24 10:39:49 +01:00
Gunar Schorcht
b1ad00eb11 sys/net/eui64: fix broken links 2020-03-24 10:39:49 +01:00
Gunar Schorcht
a4b21a46cb sys/embUnit: fix broken links 2020-03-24 10:39:49 +01:00
Gunar Schorcht
10cdaa1bd6 sys/can: fix broken links 2020-03-24 10:39:49 +01:00
Gunar Schorcht
5c65409dfc pkg/wakaama: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
8d6dfa65ef pkg/lua: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
561a88b54c examples/emcute_mqttsn: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
4d306a4636 drivers/sht3x: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
3542c7af0e drivers/sdcard_spi: fix broken links 2020-03-24 10:38:40 +01:00