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
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
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
Leandro Lanzieri
1e18b31e9c
pkg/wakaama/objects: add Current Sensor
2024-06-05 16:03:58 +02:00
Leandro Lanzieri
88e1b83b3b
pkg/wakaama/objects: add Barometer
2024-06-05 16:03:57 +02:00
Leandro Lanzieri
572dddcef3
pkg/wakaama/objects: add IPSO sensor base
2024-06-05 16:03:47 +02:00
Marian Buschsieweke
784fb5da14
pkg/esp32_sdk: fix compilation with modern GCC
2024-06-02 18:51:08 +02:00
Lena Boeckmann
002882a089
pkg/cryptoauthlib: add example config
2024-05-31 16:49:20 +02:00
benpicco
251ea7f75a
Merge pull request #20687 from benpicco/nanocoap_fs
...
nanocoap_fs: add nanoCoAP as VFS backend (remote CoAP fs)
2024-05-29 15:00:24 +00:00
Benjamin Valentin
eacc4f9152
pkg/flashdb: use common MIN() macro
2024-05-29 16:35:32 +02:00
Marian Buschsieweke
2d1999a873
Merge pull request #20703 from FlapKap/update-tfmicro
...
pkg/tflite-micro: add proper options to flatc
2024-05-28 11:48:09 +00:00
Kasper Hjort Berthelsen
80a7cf86ca
pkg/tflite-micro: add proper options to flatc
2024-05-28 11:30:37 +02:00
Marian Buschsieweke
4cf1d5e40d
pkg/openwsn: Add missing include
...
`UART_NUMOF` is defined in `periph_conf.h`, not in `board.h`.
2024-05-27 22:57:21 +02:00
Marian Buschsieweke
aa084dd5d5
pkg/openwsn: correctly add dependencies
...
OpenWSN requires a compatible network interface (feature
`netif_openwsn`) and UART (at least `UART_NUMOF` needs to be provided).
2024-05-27 22:57:21 +02:00
2f3c262fdd
Merge pull request #20683 from FlapKap/update-tfmicro
...
pkg/tflite-micro: Update tflite-micro to latest version. requires update of pkg/flatbuffers as well.
2024-05-27 06:27:55 +00:00
Kasper Hjort Berthelsen
6d51de0c39
pkg/tflite-micro: remove trailing spaces
2024-05-24 13:44:14 +02:00
Kasper Hjort Berthelsen
df5d9d4813
pkg/tflite-micro: Remove commented out code
...
Co-authored-by: Alexandre Abadie <alexandre.abadie@inria.fr>
2024-05-24 13:43:35 +02:00
Kasper Hjort Berthelsen
1fe172906a
pkg/flatbuffers: update patch
2024-05-24 11:57:46 +02:00
Kasper Hjort Berthelsen
9c1e664e36
pkg/tflite-micro: Update tflite-micro to latest version
2024-05-24 11:57:46 +02:00
Kasper Hjort Berthelsen
410fd5afc8
pkg/flatbuffers: downgrade to v23.5.26
...
Because that's what tflite-micro depends on
2024-05-24 11:57:34 +02:00
mewen.berthelot
5ea66021c1
pkg/wamr: updated package to WAMR 1.3.3
2024-05-23 16:21:44 +02:00
Kasper Hjort Berthelsen
ae35ff2146
pkg/flatbuffers: update flatbuffers to version 2.34.1
2024-05-21 15:21:32 +02:00
LP-HAW
458b7c2496
pkg/micro-ecc/psa_uecc: convert SEC 1 and micro-ecc key formats
2024-05-18 08:18:55 +02:00
benpicco
e4e3aeb71d
Merge pull request #20670 from benpicco/pkg/monocypher-bump
...
pkg/monocypher: bump to 4.0.2
2024-05-14 15:53:21 +00:00
Benjamin Valentin
8dc317ea38
pkg/monocypher: bump to 4.0.2
2024-05-14 17:22:50 +02:00
Leandro Lanzieri
67f183d6a9
Merge pull request #16233 from leandrolanzieri/pr/pkg/wakaama_dtls
...
pkg/wakaama: add DTLS support
2024-05-07 09:19:53 +00:00
Leandro Lanzieri
17a3125091
pkg/tinydtls: allow PSK and ECC at the same time
2024-05-07 10:34:35 +02:00
Leandro Lanzieri
dca33c92bd
pkg/wakaama: improve documentation
2024-05-07 10:34:35 +02:00
Leandro Lanzieri
c0559f68fe
pkg/wakaama: patch cast of COAP macro to time_t
2024-05-06 14:45:07 +02:00
Leandro Lanzieri
6109e588a5
pkg/wakaama: add DTLS support
2024-05-06 14:45:07 +02:00
Leandro Lanzieri
3d012bfd2c
pkg/wakaama/contrib: cleanup device object implementation
2024-05-06 14:43:12 +02:00
Leandro Lanzieri
70c4c6b8c1
pkg/wakaama/client: allow to specify server instance ID
2024-05-06 14:43:12 +02:00
Leandro Lanzieri
4eb3ef4b4f
pkg/wakaama: add own security object implementation
2024-05-06 14:43:11 +02:00
benpicco
3791db3941
Merge pull request #18427 from maribu/lwip/confirm_send
...
pkg/lwip: make use of confirm send
2024-05-06 11:05:10 +00:00
Marian Buschsieweke
28f412f79b
pkg/lwip: add support for netdev_driver_t::confirm_send
2024-04-30 19:14:35 +02:00
benpicco
f6e63d2bb3
Merge pull request #20628 from bmewen/master
...
pkg/wamr: Added support for THUMB_VFP in wamr Makefile
2024-04-30 09:54:42 +00:00