Benjamin Valentin
48ca993188
examples: fix wrong GNRC paths in documentation
2025-10-29 15:13:22 +01:00
crasbe
5c469ec886
examples: update Makefile.ci with stm32c0116-dk & stm32c0316-dk
2025-10-20 14:57:03 +02:00
Jason Parker
e6e6b11caf
boards/nucleo-c071rb: add support
2025-10-10 12:43:17 +02:00
Gregory Guche
8dc500703b
pkg/xipfs: add XIPFS as vfs module
2025-07-23 12:44:38 +02:00
Mikolai Gütschow
65e52012e4
examples: fix typos in refs to gnrc_border_router
2025-07-17 13:58:19 +02:00
krzysztof-cabaj
b3033889ac
examples: manual addition of SPDX licenses in other file types
2025-07-10 22:06:44 +02:00
krzysztof-cabaj
595feaca69
examples: manual addition of SPDX licenses in Python code
2025-07-10 22:06:44 +02:00
krzysztof-cabaj
1f0490ccce
examples/lang_support: change license to SPDX
2025-07-10 22:06:44 +02:00
krzysztof-cabaj
3db74e1a00
examples/advanced: change licence to SPDX
2025-07-09 13:31:54 +02:00
Armin Wolf
501811e173
sys/psa_crypto: Split subsystem definitions into separate files
...
Currently PSA backends cannot use other backends because the necessary
definitions are defined in a single big header file. This prevents us
from creating a generic HMAC backend based on the available hash
backends, as the hash context struct is not available when defining the
HMAC context struct.
Fix this by spliting the headers into separate files. This makes it
possible us use the hash context definitions without pulling in the
remaining context definitions.
Signed-off-by: Armin Wolf <W_Armin@gmx.de>
2025-06-15 20:23:24 +02:00
KSKNico
a28a905d73
examples: replace header guards with #pragma once
2025-05-28 15:50:48 +02:00
crasbe
06e79a9188
examples/suit_update: fix compilation for native
2025-04-23 11:57:18 +02:00
Marian Buschsieweke
c05d546bca
examples,tests: Update Makefile.ci
...
This updates the `Makefile.ci` entries for all MSP430 boards plus a few
low end Cortex-M boards.
2025-04-16 15:25:38 +02:00
crasbe
ff6bab94f6
Merge pull request #21322 from mguetschow/psa-crypto-auto-init
...
sys/psa_crypto: usa auto_init module for initialization
2025-04-07 17:05:01 +00:00
Mikolai Gütschow
69c15e1754
boards: make BOARD=native an alias for BOARD=native32
2025-04-01 12:39:06 +02:00
Mikolai Gütschow
0006a89739
examples/advanced/psa_crypto: remove redundant psa_crypto_init()
2025-03-25 19:01:07 +01:00
MrKevinWeiss
f770f72202
treewide: Fix spelling mistakes
2025-03-13 13:59:07 +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
Mikolai Gütschow
9a45c30222
examples: shorten subfolders' names
2025-02-21 09:55:24 +01:00