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
Martine Lenders
0bb4ed01ea
lwip: bump to v2.2.1
2025-02-06 20:03:09 +01:00
Mikolai Gütschow
36aafd4d03
pkg/driver_cryptocell_310: require all data to be in RAM
...
as documented on https://docs.nordicsemi.com/bundle/ps_nrf52840/page/cryptocell.html\#ariaid-title14
2025-01-29 11:21:34 +01:00
Kevin "Tristate Tom" Weiss
1a23b1a606
Merge pull request #21143 from benpicco/pkg/littlefs2-bump
...
pkg/littlefs2: bump version to v2.10.1
2025-01-20 17:49:43 +00:00
Benjamin Valentin
c6aaeb1f49
pkg/littlefs2: bump version to v2.10.1
2025-01-20 16:29:04 +01:00
Kevin "Tristate Tom" Weiss
45648d90f9
Merge pull request #21132 from mguetschow/relic-default-prng
...
pkg/relic: let user or build system select random implementation
2025-01-20 10:07:09 +00:00
Mikolai Gütschow
88b88b78d3
pkg/relic: bump version to 0.7.0
2025-01-14 09:44:58 +01:00
Mikolai Gütschow
cc66310ff4
pkg/relic: let user or build system select random implementation
2025-01-13 10:51:15 +01:00
Benjamin Valentin
bb49638b70
pkg/wolfssl: add SAME51 to name collision hack
2025-01-08 19:13:54 +01:00
Marian Buschsieweke
e08fb4946f
pkg/tinydtls: fix compilation with sock_async
...
When module `sock_async` is used but `sock_async_event` is not,
compilation previously failed. This fixes the issue.
2024-12-23 13:05:23 +01:00
Marian Buschsieweke
424eae0095
pkg/lwip: fix adaption to API change of netdev_new_api
...
Since https://github.com/RIOT-OS/RIOT/pull/21012 a netdev in the new API
can return > 0 directly in netdev_driver_t::send() to indicate the
driver is naturally synchronous and has already completed the
transmission.
The adaption of lwIP to that API change contained a bug: It handled the
case after the thread is already blocked waiting for the signal that
is never going to arrive. This is now fixed.
2024-12-16 15:11:25 +01:00
krzysztof-cabaj
72cb8355e0
pkg/lwip: fix unused parameter error - when DEVELHELP = 0
2024-12-13 14:35:34 +01:00
Marian Buschsieweke
f0880b386e
pkg/openwsn: add missing include
2024-11-27 09:18:30 +01:00
Teufelchen
71e6c86752
Merge pull request #21035 from leandrolanzieri/pr/wakaama/destroy_unused_dtls_sessions
...
pkg/wakaama/client_connection: destroy unused DTLS sessions
2024-11-25 10:17:17 +00:00
Leandro Lanzieri
22f77994af
pkg/wakaama/client_connection: destroy unused DTLS sessions
2024-11-24 16:00:10 +01:00
Leandro Lanzieri
52f1caa698
pkg/wakaama/ipso_sensor: fix _exec_cb
2024-11-24 08:32:50 +01:00
Leandro Lanzieri
60eac20776
pkg/wakaama: remove URI docs
2024-11-24 08:32:50 +01:00
Leandro Lanzieri
1a86962110
pkg/wakaama: update lwm2m_uri_t usage
2024-11-24 08:32:50 +01:00
Benjamin Valentin
a86411b81e
drivers/netdev: allow .send() to return > 0 to signal synchronos send
2024-11-20 16:40:36 +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
Moritz Holzer
97acd2e562
examples/lwm2m: changes on example application
2024-11-12 08:47:13 +01:00
Joshua DeWeese
01fd2195db
pkg/u8g2: add to the displays doc group
2024-11-05 20:09:41 -05:00
Moritz
20d4658f64
pkg/wakaama: adaption of contrib to new interface
2024-10-31 10:01:51 +01:00
Moritz
68db9992e0
pkg/wakaama: changes on config and OS services
2024-10-31 10:01:51 +01:00
Moritz
4d2d10bc95
pkg/wakaama: version bump
2024-10-31 09:33:49 +01:00
mguetschow
00e25adfe3
Merge pull request #20720 from netd-tud/chacha20-glue-code-implementation
...
sys/psa_crypto: one-shot Chacha20 support
2024-10-29 16:52:30 +00:00
Wunderbaeumchen
b9396c4739
sys/psa_crypto: chacha20 oneshot gluecode
2024-10-17 10:25:59 +02:00
mguetschow
4f5c0ed3f7
Merge pull request #20894 from Enoch247/littlefs-logging
...
pkg/littlefs: make use of RIOT's log module instead of pkg provided macros
2024-10-17 08:18:37 +00:00
Joshua DeWeese
96e5f141ac
pkg/littlefs: make use of RIOT's logging
...
This patch replaces the package supplied logging macros with RIOT's. It
also removes the requirement that DEVELHELP be defined to enable
logging. Instead, logging can be enabled/dissabled via the log level.
2024-10-15 13:05:50 -04:00
Joshua DeWeese
5c6be0cdd7
pkg/littlefs2: make use of RIOT's logging
...
This patch replaces the package supplied logging macros with RIOT's. It
also removes the requirement that DEVELHELP be defined to enable
logging. Instead, logging can be enabled/dissabled via the log level.
The patch also replaceses the package's trace macro with RIOT's DEBUG
macro.
2024-10-15 13:05:50 -04:00
benpicco
3abfc81ba5
Merge pull request #20902 from maribu/work-around-newlib-nano-stdio-missing-64-bit-support
...
tree-wide: fix compilation with newlib and GCC 13.2.1
2024-10-10 09:05:01 +00:00
Marian Buschsieweke
18036a8326
pkg/tinycbor: fix compilation with newlib and GCC 13.2.1
...
newlib (nano) is missing 64 bit support in stdio and inttypes.h. This
works around the issue.
2024-10-09 22:23:47 +02:00
Marian Buschsieweke
a266d90425
pkg/driver_bme680: use mirror of git repo
...
The upstream repo has gone, so let's use a mirror for now to avoid build
failures.
2024-10-09 21:37:56 +02:00
Mikolai Gütschow
f0e6776d40
treewide: apply codespell corrections
2024-10-09 13:03:52 +02:00
Frederik Haxel
6ef197688f
pkg/lvgl: Increase default LV_MEM_SIZE for 64 bit and enable tests for native64
2024-08-29 15:03:18 +02:00
Mikolai Gütschow
771c546e65
pkg/emlearn: add patch to remove redundant check
2024-08-29 11:03:45 +02:00
Alexandre Abadie
1b0f8aab09
pkg/emlearn: bump to 0.17.1
2024-08-29 10:01:39 +02:00
SamuelLegouix
febf6f22c1
pkg/nanocbor - upgrade to last version
2024-08-16 12:08:32 +02:00
benpicco
41204c8b81
Merge pull request #20450 from benpicco/THREAD_CREATE_STACKTEST-delete
...
core/thread: always use THREAD_CREATE_STACKTEST when DEVELHELP is enabled
2024-07-29 11:52:06 +00:00
Benjamin Valentin
312a550f1a
treewide: remove THREAD_CREATE_STACKTEST from thread creation
2024-07-29 11:45:58 +02:00
mewen.berthelot
36bcdd41bd
pkg/wamr : updated wamr version to v2.1.1
2024-07-24 09:45:32 +02:00
mguetschow
3e712a54ca
Merge pull request #20673 from Einhornhool/pr/update-cryptoauth-shell-command
...
sys/shell: Update cryptoauthlib shell commands
2024-07-11 06:54:52 +00:00
Lena Boeckmann
272d48db63
pkg/cryptoauthlib: Address static test fails
2024-07-10 14:07:47 +02:00
Joshua DeWeese
aee2ea64f4
Merge pull request #20689 from bmewen/cachedir-tag
...
Makefile.include: creation of CACHEDIR.TAG as a dependency of pkg-prepare
2024-06-18 19:54:39 +00:00
mewen.berthelot
b275e61ec7
Makefile.include: creation of CACHEDIR.TAG as a dependency of pkg-prepare
2024-06-10 10:09:30 +02:00
Leandro Lanzieri
3d9649183c
pkg/wakaama/objects: add Voltmeter
2024-06-05 16:03:59 +02:00
Leandro Lanzieri
703adb948f
pkg/wakaama/objects: add Temperature Sensor
2024-06-05 16:03:59 +02:00
Leandro Lanzieri
8cc4b481a0
pkg/wakaama/objects: add Illuminance Sensor
2024-06-05 16:03:58 +02:00
Leandro Lanzieri
206b5264c0
pkg/wakaama/objects: add Humidity Sensor
2024-06-05 16:03:58 +02:00