1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:52:44 +01:00
RIOT/examples
Benjamin Valentin 5e52d15409 makefiles/suit: place keys in $XDG_DATA_HOME
Placing the SUIT key in the RIOT repository folder is dangerous as
a repo checkout is by most people considered a volatile location.
Since all important files are stored in git, deleting the entire folder
or it's contents is not an uncommon cleanup operation.

If the user is at that point unaware that SUIT key material is stored
in that folder, that key will then be lost.

Another workflow may involve multiple checkouts of the RIOT repository
to multiple folders to work on several features at the same time, or for
easy cross-referencing or splitting of off features from an integration
into a feature branch.
In that case each checkout would use it's own incompatible SUIT key.

To avoid all these pitfalls, place the SUIT keys outside the RIOT
repository in the $XDG_DATA_HOME directory.
2022-06-02 13:07:17 +02:00
..
arduino_hello-world example/arduino_hello-wold: add building BOARD default 2022-02-28 22:00:21 +01:00
asymcute_mqttsn examples: replace sock_udp_str2ep() with sock_udp_name2ep() 2022-03-24 17:11:15 +01:00
benchmark_udp boards/stm32g031-disco,examples,tests: Added STM32G031-DISCO board 2021-10-13 12:14:45 -04:00
bindist examples/bindist: cleanup and fix formatting in README 2019-01-22 07:37:36 +01:00
blinky examples/blinky: use coreclk() instead of CLOCK_CORECLOCK 2021-12-15 13:14:19 +01:00
ccn-lite-relay treewide: remove mentions of 'fox' BOARD 2021-10-20 13:53:26 +02:00
cord_ep examples: tests: update Makefile.ci with stm32f7508-dk 2022-04-15 12:51:58 +02:00
cord_epsim examples: replace sock_udp_str2ep() with sock_udp_name2ep() 2022-03-24 17:11:15 +01:00
cord_lc examples: replace sock_udp_str2ep() with sock_udp_name2ep() 2022-03-24 17:11:15 +01:00
default treewide: replace gnrc_netdev_default with netdev_default 2021-09-06 15:43:40 +02:00
dtls-echo examples: tests: update Makefile.ci with stm32f7508-dk 2022-04-15 12:51:58 +02:00
dtls-sock examples: tests: update Makefile.ci with stm32f7508-dk 2022-04-15 12:51:58 +02:00
dtls-wolfssl examples: tests: update Makefile.ci with stm32f7508-dk 2022-04-15 12:51:58 +02:00
emcute_mqttsn Make example/emcute_mqtt honor radio settings 2022-03-08 11:21:02 +01:00
filesystem examples/filesystem: remove dedicated FatFS section from readme 2022-02-16 14:35:17 +01:00
gcoap gcoap: multi-transport support for listeners 2022-03-01 19:33:15 +01:00
gcoap_block_server examples/gcoap_block_server: add gcoap block server example 2022-04-02 23:51:51 +02:00
gcoap_dtls examples/gcoap_dtls: remove CFLAGS define of DTLS_PEER_MAX 2022-05-16 16:26:36 +02:00
gcoap_fileserver examples/gcoap_fileserver: add CoAP fileserver example 2022-05-22 16:56:25 +02:00
gnrc_border_router Merge pull request #17338 from benpicco/tools/zep_dispatch-mac_pin 2022-05-06 21:52:13 +02:00
gnrc_lorawan treewide: replace gnrc_netdev_default with netdev_default 2021-09-06 15:43:40 +02:00
gnrc_minimal treewide: replace gnrc_netdev_default with netdev_default 2021-09-06 15:43:40 +02:00
gnrc_networking Merge pull request #17338 from benpicco/tools/zep_dispatch-mac_pin 2022-05-06 21:52:13 +02:00
gnrc_networking_mac treewide: replace gnrc_netdev_default with netdev_default 2021-09-06 15:43:40 +02:00
gnrc_networking_subnets examples/gnrc_networking_subnets: remove broken symlink 2021-12-13 15:21:20 +01:00
hello-world examples: adapt DEVELHELP switch 2017-11-28 19:25:10 +01:00
ipc_pingpong examples: skip nucleo-l011k4 where it doesn't fit 2020-10-15 18:52:51 +02:00
javascript examples/javascript: add Kconfig configuration 2022-04-27 11:08:27 +02:00
lorawan Merge pull request #17695 from fjmolinas/pr_example_lorawan_usage 2022-04-26 10:12:15 +02:00
lua_basic examples: tests: lua: add Kconfig configuration 2022-04-27 11:12:27 +02:00
lua_REPL examples: tests: lua: add Kconfig configuration 2022-04-27 11:12:27 +02:00
micropython examples: tests: update Makefile.ci with stm32f7508-dk 2022-04-15 12:51:58 +02:00
nanocoap_server example/nanocoap_server: include kernel_defines.h 2022-02-12 18:30:58 +01:00
ndn-ping boards/stm32g031-disco,examples,tests: Added STM32G031-DISCO board 2021-10-13 12:14:45 -04:00
nimble_gatt pkg/nimble/autoadv: add support for ext_adv 2022-04-27 08:22:58 +02:00
nimble_heart_rate_sensor pkg/nimble/autoadv: add support for ext_adv 2022-04-27 08:22:58 +02:00
nimble_scanner examples/nimble_scanner: adapt to scanner changes 2021-12-02 23:31:33 +01:00
openthread examples/openthread: adapt to update in package support 2021-11-22 15:22:27 +01:00
paho-mqtt examples: tests: update Makefile.ci with stm32f7508-dk 2022-04-15 12:51:58 +02:00
posix_select boards/stm32g031-disco,examples,tests: Added STM32G031-DISCO board 2021-10-13 12:14:45 -04:00
posix_sockets examples: tests: update Makefile.ci with stm32f7508-dk 2022-04-15 12:51:58 +02:00
riot_and_cpp treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
rust-gcoap {examples,tests}/rust: Rust updates 2022-05-31 17:44:41 +02:00
rust-hello-world {examples,tests}/rust: Rust updates 2022-05-31 17:44:41 +02:00
saul boards: introduce atmega328p-xplained-mini 2021-03-27 14:10:19 -03:00
senml_saul sys/senml: add SenML modules 2022-02-11 12:38:21 +01:00
skald_eddystone treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
skald_ibeacon examples: added Skald iBeacon example 2018-04-06 11:18:53 +02:00
suit_update makefiles/suit: place keys in $XDG_DATA_HOME 2022-06-02 13:07:17 +02:00
telnet_server examples/telnet_server: add telnet server example 2022-03-01 23:07:22 +01:00
thread_duel examples/thread-duel: improve duelling threads example 2021-12-08 13:13:48 +01:00
timer_periodic_wakeup examples/timer_periodic_wakeup: no feature required 2019-10-11 13:46:03 +02:00
twr_aloha examples/twr_aloha: default print rng result only on initiator 2022-04-27 09:12:39 +02:00
usbus_minimal examples/usbus_minimal/Makefile: remove unneeded SHOULD_RUN_KCONFIG 2020-11-04 09:35:35 +01:00
wakaama examples: tests: update Makefile.ci with stm32f7508-dk 2022-04-15 12:51:58 +02:00
wasm Merge pull request #17954 from aabadie/pr/boards/stm32f750n8-dk 2022-04-15 15:05:55 +02:00