1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/examples
Marian Buschsieweke 4b6ad3b99f
examples/lorawan: drop crazy STM32 hack
We cannot just decrement the reference counter of power modes without
any coordination. First, this will trigger an `assert()`ion on non
STM32 MCUs that have power modes that are not used (the ref count would
be decremented below zero). Second, there hopefully is a reason a
certain power mode is blocked, e.g. because a periph driver needs a
certain clock to function.

Likely the `periph_uart` driver on STM32 boards keeps power modes
blocked after TX is completed even when no RX callback is present, which
is the waste of power this hack tries to address. But that should be
addressed there.
2024-10-01 15:44:39 +02:00
..
arduino_hello-world example/arduino_hello-wold: add building BOARD default 2022-02-28 22:00:21 +01:00
asymcute_mqttsn examples,tests: update Makefile.ci 2024-02-12 20:40:31 +01:00
benchmark_udp pkg/lwip: automatically pull in lwip_netdev 2024-04-30 08:41:07 +02:00
bindist examples/bindist: cleanup and fix formatting in README 2019-01-22 07:37:36 +01:00
blinky examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
ccn-lite-relay examples, tests: Changes for the native64 board 2024-02-05 22:02:14 +01:00
cord_ep examples,tests: update Makefile.ci 2024-02-12 20:40:31 +01:00
cord_epsim examples,tests: update Makefile.ci 2024-02-12 20:40:31 +01:00
cord_lc examples/cord_lc: adapt Makefile.ci 2024-08-26 15:34:00 +02:00
default tree-wide: Introduce netif feature and use it 2024-05-22 10:39:56 +02:00
dtls-echo treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
dtls-sock treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
dtls-wolfssl examples/dtls-wolfssl: Sort Makefile.ci 2024-06-05 22:04:43 +02:00
emcute_mqttsn examples,tests: update Makefile.ci 2024-02-12 20:40:31 +01:00
filesystem examples/filesystem: Increase main stack size 2024-02-29 23:44:17 +01:00
gcoap examples/gcoap: adapt Makefile.ci 2024-08-25 19:45:10 +02:00
gcoap_block_server makefiles, treewide: Remove MCU variable 2024-02-18 20:46:09 +01:00
gcoap_dtls Merge pull request #20554 from fabian18/pr/examples/gcoap_input_URI_and_proxy_fixes 2024-05-14 09:52:49 +00:00
gcoap_fileserver boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
gnrc_border_router *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
gnrc_lorawan examples,tests: Bump Makefile.ci for MSP430 boards 2024-05-07 07:57:41 +02:00
gnrc_minimal examples,tests: Update Makefile.cis 2023-12-10 13:51:04 +01:00
gnrc_networking boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
gnrc_networking_mac gnrc/ipv6/nib: add Kconfig for static link-local address 2024-01-04 17:45:23 +01:00
gnrc_networking_subnets boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
hello-world makefiles, treewide: Remove MCU variable 2024-02-18 20:46:09 +01:00
ipc_pingpong treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
javascript */Makefile.ci: Add gba_cartridge 2024-04-10 17:06:18 +02:00
leds_shell examples/leds_shell: fix segfault 2024-07-26 17:40:21 +02:00
lorawan examples/lorawan: drop crazy STM32 hack 2024-10-01 15:44:39 +02:00
lua_basic *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
lua_REPL *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
lwm2m examples/lwm2m: update to new API and use DTLS 2024-05-07 10:34:35 +02:00
micropython *Kconfig*: Remove dep-only Kconfig files 2024-03-26 14:54:22 +01:00
nanocoap_server examples/nanocoap_server: 5.03 only for different requests to /separate 2024-05-27 17:58:44 +02:00
nimble_gatt makefiles, treewide: Remove MCU variable 2024-02-18 20:46:09 +01: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
opendsme examples, tests: update Makefile.ci for AVR8 2023-12-01 19:37:05 +01:00
openthread *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
paho-mqtt pkg/lwip: automatically pull in lwip_netdev 2024-04-30 08:41:07 +02:00
pio_blink examples/pio_blink: Add PIO blink example 2023-05-23 08:49:37 +02:00
posix_select boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
posix_sockets treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
psa_crypto Merge pull request #20598 from mguetschow/psa-hashes-sha512-truncated 2024-05-17 09:20:03 +00:00
riot_and_cpp examples: Use size_t print format specifier 2023-12-21 12:02:34 +01:00
rust-async examples/rust-async: Add Makefile.ci 2024-08-23 17:47:07 +02:00
rust-gcoap rust: Remove ek-lm4f120x board from blacklist 2024-08-23 13:48:44 +02:00
rust-hello-world rust: Remove ek-lm4f120x board from blacklist 2024-08-23 13:48:44 +02:00
saul examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
senml_saul examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02: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
sniffer treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
spectrum-scanner boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
suit_update examples,tests: Bump Makefile.ci for MSP430 boards 2024-05-07 07:57:41 +02:00
telnet_server pkg/lwip: automatically pull in lwip_netdev 2024-04-30 08:41:07 +02:00
thread_duel treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
timer_periodic_wakeup examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
twr_aloha *app.config.test*: Remove kconfig dep files 2024-03-26 14:53:35 +01:00
usbus_minimal examples/usbus_minimal/Makefile: remove unneeded SHOULD_RUN_KCONFIG 2020-11-04 09:35:35 +01:00
wasm Merge pull request #20335 from fzi-haxel/pr/native64-board 2024-02-05 22:58:02 +00:00
.gitignore examples,tests: ignore core dumps via .gitignore 2022-08-31 15:05:14 +02:00