Go to file
Daniel Leung ed9cdac197 i2c: change inline functions to static inline
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: I5963153dc1efd22083b6b91ae2b70c11d602c6c6
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:15:26 -05:00
arch build: INIT_STACKS memset fix. 2016-02-05 20:15:26 -05:00
doc doc: Add nanokernel fiber code sample 2016-02-05 20:15:26 -05:00
drivers serial: stellaris: cosmetic changes to comments 2016-02-05 20:15:26 -05:00
include i2c: change inline functions to static inline 2016-02-05 20:15:26 -05:00
kernel Fix kernel server argument alignment 2016-02-05 20:15:25 -05:00
lib cleanup libc kconfig and use choice 2016-02-05 20:15:25 -05:00
misc cleanup libc kconfig and use choice 2016-02-05 20:15:25 -05:00
net
samples
scripts
.gitattributes
.gitignore
.mailmap
Kconfig
Makefile build: avoids link error when CCACHE is not activated 2016-02-05 20:15:26 -05:00
Makefile.inc kbuild: environmental vars rebuild 2016-02-05 20:15:26 -05:00
zephyr-env.sh