mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 18:55:21 +00:00
When compiling with optimization level 0 (-O0), the linker complains about missing references to uart functions. This is due to compiler treating this functions as extern, since -O0 disables function inlining, as described in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49653 So change the declaration to static inline. Change-Id: I2b75e686961878f299bb951b5a420f9738594795 Signed-off-by: Daniel Leung <daniel.leung@intel.com> |
||
---|---|---|
arch | ||
doc | ||
drivers | ||
include | ||
kernel | ||
lib | ||
misc | ||
net | ||
samples | ||
scripts | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
Kconfig | ||
Kconfig.zephyr | ||
Makefile | ||
Makefile.inc | ||
zephyr-env.sh |