1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 22:29:45 +01:00
RIOT/sys/shell_lock
Marian Buschsieweke 72184a3afd
sys/shell_lock: fix compilation with llvm
Make writes to `the_same` "observable behavior" by declaring it
`volatile` to prevent compiler optimization rather than GCC specific
attributes.

Likely, either doesn't a super good job at resulting in constant
time code. But with the plain text password stored in flash, this
likely also isn't what should keep one up at night when actually using
this module.
2023-07-18 12:24:08 +02:00
..
Kconfig sys/shell_lock: model in Kconfig 2023-05-24 09:53:35 +02:00
Makefile sys/shell: add module shell_lock 2022-06-08 12:53:48 +02:00
Makefile.include sys/shell: add module shell_lock 2022-06-08 12:53:48 +02:00
shell_lock.c sys/shell_lock: fix compilation with llvm 2023-07-18 12:24:08 +02:00