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

27803 Commits

Author SHA1 Message Date
Christian Friedrich Coors
08703766fc drivers/ws281x: Add ESP32 support 2020-03-25 17:25:35 +01:00
Christian Friedrich Coors
c0615ad726 sys/timex: Add NS_PER_SEC definition 2020-03-25 17:20:01 +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
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
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
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
Gunar Schorcht
1d79de0c92 drivers/ccs811: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
2d0ee5ca67 doc/porting-boards: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
a19157ad9b boards/z1: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
358376d660 boards/yunjia-nrf51822: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
b2ddca33fd boards/telosb: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
0bcff52b68 boards/stm32f3discovery: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
233e8b5e8f boards/stk3700: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
1f4677d5c0 boards/stk3600: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
e473bae275 boards/spark-core: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
6628eca216 boards/sodaq-autonomo: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
30e4d66504 boards/sltb001a: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
52385d07aa boards/slstk3402a: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
20b11bf664 boards/slstk3401a: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
4dd4ab3bbb boards/seeeduino_arch-pro: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
de5b4be5f2 boards/samd21-xpro: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
e41e9b565f boards/remote-revb: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
d71c38d825 boards/remote-reva: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
f0a961c623 boards/remote-pa: fix broken links 2020-03-24 10:38:40 +01:00