1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/examples
benpicco eada4f0b75
Merge pull request #18157 from benpicco/suit-key-dir
makefiles/suit: place keys in $XDG_DATA_HOME
2022-06-28 16:01:11 +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 sys/shell_commands: convert to SHELL_COMMAND() 2022-06-07 09:25:04 +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 sys/shell_commands: convert to SHELL_COMMAND() 2022-06-07 09:25:04 +02:00
gnrc_minimal examples/gnrc_minimal: use netifs_print_ipv6() 2022-06-06 20:46:48 +02:00
gnrc_networking examples: add esp32-ci / esp8266-ci as external boards 2022-06-03 07:33:44 +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 examples/nanocoap_server: use netifs_print_ipv6() 2022-06-06 20:46:48 +02: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 sys/shell_commands: convert to SHELL_COMMAND() 2022-06-07 09:25:04 +02: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 rust: Explicitly select nightly 2022-06-22 12:07:45 +02:00
rust-hello-world rust: Explicitly select nightly 2022-06-22 12:07:45 +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 examples/skald_eddystone: explicitly config itvl 2022-05-24 13:02:10 +02:00
skald_ibeacon examples/skald_ibeacon: explicitly configure itvl 2022-05-24 13:02:10 +02:00
suit_update Merge pull request #18157 from benpicco/suit-key-dir 2022-06-28 16:01:11 +02:00
telnet_server examples/telnet_server: fix build with shell_lock 2022-06-08 13:01:23 +02: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 sys/shell_commands: convert to SHELL_COMMAND() 2022-06-07 09:25:04 +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