1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 09:33:50 +01:00

1739 Commits

Author SHA1 Message Date
MrKevinWeiss
f770f72202
treewide: Fix spelling mistakes 2025-03-13 13:59:07 +01:00
benpicco
cdcabf2591
Merge pull request #21246 from mguetschow/examples-sniffer-readme
examples/sniffer: update README
2025-02-27 10:26:50 +00:00
Emmanuel Ferdman
5b12c471e5
examples: update dtls-echo source
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2025-02-25 12:43:19 -08:00
Mikolai Gütschow
766f9836ce
examples/sniffer: update README 2025-02-25 18:55:16 +01:00
lulu254b
daf814e9f9 pkg/driver_cryptocell_310: allow data to be in ROM on hash update 2025-02-24 13:31:41 +01:00
mguetschow
a50055a911
Merge pull request #21239 from chrysn-pull-requests/rust-simplifications
rust: Simplify Makefiles
2025-02-24 09:05:45 +00:00
chrysn
0e6f92eba1 rust: Remove explicit panic=abort in Cargo.toml 2025-02-22 00:10:02 +01:00
chrysn
c3ebae38f7 examples/rust: Simplify Makefiles
The APPLICATION_RUST_MODULE declaration is moved to a more prominent
position, given that it is now not part of a cesspool of boilerplate any
more.
2025-02-21 23:52:11 +01:00
Benjamin Valentin
6051f46161 examples/gnrc_networking_subnets: fix setup_taps.sh script 2025-02-21 14:40:17 +01:00
Mikolai Gütschow
9a45c30222
examples: shorten subfolders' names 2025-02-21 09:55:24 +01:00
krzysztof-cabaj
a2dfd78b27 treewide: fix double the in doc and comments 2025-02-18 13:25:02 +01:00
Mikolai Gütschow
ca5fe72bf8
treewide: fix example references in docs
adapt to folder structure from #21135
2025-02-14 19:14:22 +01:00
Mikolai Gütschow
c96f901154
examples: fix relative paths to RIOTBASE 2025-02-14 15:23:36 +01:00
AnnsAnn
55fa531e02 examples: restructure to use subfolders based on README structure
examples: Fix incorrect category heading

examples: shorten coap folder name

static-tests/examples: check subfolders for entries

ci/test_native: Adjust to new examples structure

examples: adjust makefiles to new structure

ci/tests: Fix symlinks to point towards proper examples
2025-02-13 11:54:09 +01:00
Martine Lenders
64756e4428
examples/default: fix dependency modeling 2025-02-05 11:51:02 +01:00
Martine Lenders
3445cdc0ff
Merge pull request #21118 from OlegHahm/pr/feature/ia_na_for_6lbr
Request temporary address (IA_NA) for the 6lbr example
2025-02-05 10:20:27 +00:00
mguetschow
287324cc42
Merge pull request #21171 from mguetschow/shell-commands-xfa
examples: migrate to XFA SHELL_COMMAND
2025-01-30 09:05:37 +00:00
Oleg Hahm
63a8f46d9e examples/gnrc_border_router: request temp address
Additionally to requesting a delegated prefix via DHCPv6 this also
enables to ask for a temporary (non-permanent) address on the 6lbr. If
the upstream DHCP server provides one, this can be used to establish
end-to-end connectivity from the 6lbr towards an Internet host directly.
2025-01-29 22:57:09 +01:00
Mikolai Gütschow
8f5f268d99
examples: migrate to XFA SHELL_COMMAND 2025-01-29 13:54:01 +01:00
mguetschow
f097c89638
Merge pull request #21138 from mguetschow/psa-cc310-dma-check
pkg/driver_cryptocell_310: check for input data to be in RAM
2025-01-29 10:31:22 +00:00
Martine Lenders
2e40d92164
Merge pull request #21117 from OlegHahm/pr/feature/enable_dns_in_6lbr_by_default
Configure default DNS resolver in 6lbr example
2025-01-28 20:26:36 +00:00
Mikolai Gütschow
17915037b8
examples/psa_crypto: place input data in RAM 2025-01-28 21:07:45 +01:00
Oleg Hahm
115b8d95ef examples/gnrc_border_router: add DNS option
Introduces two Makefile switches for enabling DNS resolution and
caching.
2025-01-28 19:39:05 +01:00
Kevin "Tristate Tom" Weiss
19cde44b64
Merge pull request #20966 from crasbe/pr/remove_nrf6310
boards/nrf6310: Remove nRF6310 board from RIOT
2025-01-27 10:22:16 +00:00
Marian Buschsieweke
feeb68470f
sys/net/nanocoap: implement observe
This adds the new `nanocoap_server_observe` module that implements the
server side of the CoAP Observe option. It does require cooperation
from the resource handler to work, though.

Co-Authored-By: mguetschow <mikolai.guetschow@tu-dresden.de>
Co-authored-by: benpicco <benpicco@googlemail.com>
2025-01-23 14:25:39 +01:00
Marian Buschsieweke
1c7ba9e055
sys/net/nanocoap: improve separate response handling
This allows sending a separate response with CoAP Options and adds a
helper to detect duplicate requests, so that resource handlers can
repeat their empty ACK on duplicates.
2025-01-23 14:25:02 +01:00
crasbe
68281c6f69 examples/*: remove nRF6310 board 2025-01-22 16:01:42 +01:00
MrKevinWeiss
b5dadde19b
boards/waspmote-pro: Remove after the deprecation period 2025-01-20 20:55:21 +01:00
chrysn
5d7bff869b treewide: Update riot-sys
This pulls in the changes of [144].

[144]: https://github.com/RIOT-OS/rust-riot-wrappers/pull/144
2025-01-13 18:49:18 +01:00
chrysn
ee5e794341 treewide: Update Rust dependencies 2025-01-13 13:33:33 +01:00
chrysn
f1c34a275b treewide: Update riot-wrappers and riot-sys 2025-01-13 13:19:13 +01:00
Fabian Hüßler
b583373e5e examples/subfolders: have two source files in subfolder 2025-01-04 22:25:19 +01:00
Oleg Hahm
e668ac4f65 examples/gnrc_border_router: set DNS resolver
For convenience, it would be nice to have DNS resolution enabled by
default in the examples. Hence, this patch configures a default DNS
resolver on the 6lbr example and propagates its via RDNSS option in RAs
to the nodes.
2025-01-02 13:31:37 +01:00
Marian Buschsieweke
7a738d0e0b
sys/net/nanocoap: fix buffer overflow in separate response handling
When RFC 8974 support (module `nanocoap_token_ext`) is in use, the
request token may be longer than the buffer in the separate response
context is large. This adds a check to not overflow the buffer.

Sadly, this is an API change: Preparing the separate response context
can actually fail, so we need to report this with a return value.

The example application has been adapted to only proceed if the separate
reply context could have been prepared, and rather directly emit a
reset message if the token exceeds the static buffer.

Co-authored-by: benpicco <benpicco@googlemail.com>
2024-12-12 14:28:28 +01:00
Marian Buschsieweke
c507ebff43
examples/pio_blink: add missing include 2024-11-27 11:57:20 +01:00
Benjamin Valentin
83569aa558 suit: move CoAP endpoints to the example
Those endpoints are very specific to the example and not
useful for general use.

Move them to the example's CoAP endpoints.
2024-11-26 19:49:20 +01:00
Mikolai Gütschow
6e61c1b34c
examples/arduino_hello-world: this example needs stdin 2024-11-25 16:17:20 +01:00
Mikolai Gütschow
18c6991d4a
examples/arduino_hello-world: fix buffer overflow 2024-11-25 16:16:48 +01:00
Marian Buschsieweke
2be92b5e55
rust: bump rust-riot-wrappers 2024-11-22 11:14:34 +01:00
Teufelchen
03b6122ada
Merge pull request #20957 from AnnsAnns/examples/readme
Examples: Add proper Table of Contents
2024-11-13 16:59:04 +00:00
AnnsAnn
6f19763ccb examples/readme: Add subfolders example to categories 2024-11-13 15:02:26 +01:00
Marian Buschsieweke
5f661f424a
Merge pull request #20930 from moritzholzer/feature/wakaama_update
Feature/wakaama update on new version
2024-11-12 22:33:06 +00:00
AnnsAnn
cd076d431b examples/readme: switch to tableformat
examples: Remove whitespace to fix CI
2024-11-12 16:38:21 +01:00
AnnsAnn
83e93a5b73 ci: Add tests for examples folder
examples/readme: add missing entries

examples: document examples with no readme
2024-11-12 16:35:26 +01:00
AnnsAnn
10b63585ea examples/readme: Improve clarity and adjust categories
examples/readme: fix SAUL spelling mistake

examples/readme: Link to README.md instead of folder

examples/readme: increase title size

examples/readme: make networking category name a bit clearer

examples/readme: move nimble to own category within BLE

examples/readme: move dtls to own category

examples/readme: move heart rate sensor to nimble category

examples/readme: move arduino sketch to languages

examples/timer_periodic: fix file name issue

examples/readme: change level wording about nanocoap
2024-11-12 16:18:49 +01:00
AnnsAnn
237b71528c examples: Create a proper Table of Content
examples: ToC about all examples

examples: Fix whiteline issues

examples: Improve wording of Rust example

Co-authored-by: Teufelchen <9516484+Teufelchen1@users.noreply.github.com>

examples: Reduce redundant wording

Co-authored-by: Teufelchen <9516484+Teufelchen1@users.noreply.github.com>

examples: remove mention of repository

Co-authored-by: Teufelchen <9516484+Teufelchen1@users.noreply.github.com>

examples: Improve wording of coap example text

Co-authored-by: Teufelchen <9516484+Teufelchen1@users.noreply.github.com>
2024-11-12 16:17:03 +01:00
Marian Buschsieweke
15086a2f55
Merge pull request #20024 from mguetschow/makefile-subfolders
Build system: support for application subfolders
2024-11-12 08:05:47 +00:00
Moritz Holzer
97acd2e562 examples/lwm2m: changes on example application 2024-11-12 08:47:13 +01:00
Benjamin Valentin
f2d5a4cad9 examples/sock_tcp_echo: add TCP echo client / server 2024-11-12 00:22:38 +01:00
Marian Buschsieweke
2b6f65a08a
build_system/xfa: change API to fix alignment
This changes the API of xfa from

    XFA(array_name, prio) type element_name = INITIALIZER;

to

    XFA(type, array_name, prio) element_name = INITIALIZER;

this allows forcing natural alignment of the type, fixing failing tests
on `native64`.
2024-11-07 16:30:01 +01:00