Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Johan Hedberg 65a8e3c1c9 libc: printf: Add support for 'z' length specifier
The 'z' length specifier is the appropriate one to be used with size_t
(%zu) and ssize_t (%zd) types. Having support for this in our libc
means that we can utilize the compiler format string checks
(__printf_like) without getting warnings of incorrect format
specifiers for size_t and ssize_t variables.

Change-Id: I73fec0145692e0a59934cab548caf24c1c16a3df
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-09-07 15:10:57 +00:00
.known-issues known issues: ignore testcases failures 2016-09-07 01:02:10 +00:00
arch i2c: ksdk: Add shim driver 2016-09-07 14:40:20 +00:00
boards x86: declare internal API for interrupt controllers 2016-09-06 18:35:47 +00:00
doc microkernel: remove deprecated task IRQs 2016-09-06 16:15:59 +00:00
drivers i2c: ksdk: Add shim driver 2016-09-07 14:40:20 +00:00
ext i2c: ksdk: Add shim driver 2016-09-07 14:40:20 +00:00
fs fs: Adds flash device support to diskio interface 2016-08-02 00:47:14 +00:00
include i2c: Fix restart flag in burst read 2016-09-07 14:40:20 +00:00
kernel microkernel: remove deprecated task IRQs 2016-09-06 16:15:59 +00:00
lib libc: printf: Add support for 'z' length specifier 2016-09-07 15:10:57 +00:00
misc printk: make _char_out globally accessible 2016-08-28 07:47:28 -04:00
net net: revert tcpip_poll_tcp() to not require a data_buf 2016-09-06 15:11:03 +00:00
samples x86: remove dynamic interrupts and exceptions 2016-09-06 18:35:24 +00:00
scripts build: Use __CYGWIN__ to detect Cygwin 2016-09-07 12:58:55 +00:00
tests tests: fixed resulting binary name in README 2016-09-07 12:56:03 +00:00
usb usb: Fix compile error with debug enabled 2016-08-10 15:27:36 +00:00
.checkpatch.conf checkpatch: add ignore for net/ip/contiki directory 2016-08-10 14:43:01 +00:00
.gitattributes
.gitignore testcases: instruct git to ignore *log and outdir-* 2016-06-14 22:01:34 +00:00
.gitreview
.mailmap mailmap: Fix broken author information for Evan Couzens 2016-08-08 21:24:49 +00:00
Kbuild microkernel: remove deprecated task IRQs 2016-09-06 16:15:59 +00:00
Kconfig kconfig: Do not put architecture in the title 2016-03-14 16:50:51 -04:00
Kconfig.zephyr fs: Adds diskio interface 2016-08-01 16:46:38 -07:00
LICENSE
MAINTAINERS ext/hal: add maintainers for both cmsis and ksdk 2016-08-27 10:19:00 +00:00
Makefile Zephyr 1.5.0 2016-08-26 17:35:49 -04:00
Makefile.inc build: default ARCH to be initialized by the board support code 2016-08-30 21:08:30 +00:00
defaults.tc TCF: especify ARCH when building 2016-08-31 20:54:28 +00:00
zephyr-env.sh zephyr-env.sh: prepend to PATH 2016-08-05 20:38:08 +00:00