Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Kumar Gala bf53ebf2c8 arch: convert to using newly introduced integer sized types
Convert code to use u{8,16,32,64}_t and s{8,16,32,64}_t instead of C99
integer types.  There are few places we dont convert over to the new
types because of compatiability with ext/HALs or for ease of transition
at this point.  Fixup a few of the PRI formatters so we build with newlib.

Jira: ZEP-2051

Change-Id: I7d2d3697cad04f20aaa8f6e77228f502cd9c8286
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-04-21 12:08:12 +00:00
.known-issues net: dns: Remove dns_client API and sample application 2017-04-13 15:21:45 +03:00
arch arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
boards xtensa port: Added documentation for xt-sim board. 2017-04-20 21:07:15 +00:00
doc kernel: remove legacy kernel support 2017-04-19 15:48:37 +00:00
drivers Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
dts arm: dts: Add DTS support for NRF52832 SoC 2017-04-14 05:56:54 -05:00
ext ext: tinycrypt: update README to reflect correct version and hash 2017-04-20 12:30:42 +00:00
include Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
kernel Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
lib lib: convert to using newly introduced integer sized types 2017-04-20 11:56:00 -05:00
misc misc: Support left-justification in printk() 2017-04-21 11:06:16 +00:00
samples Merge "Merge bluetooth branch into master" 2017-04-20 16:55:36 +00:00
scripts Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
subsys Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
tests Merge "Merge bluetooth branch into master" 2017-04-20 16:55:36 +00:00
.checkpatch.conf checkpatch: Remove reference to legacy IP stack 2017-02-08 13:05:27 +00:00
.gitattributes
.gitignore doc: tweak .gitignore to allow doc theme dev 2017-02-23 13:20:04 +00:00
.gitreview
.mailmap mailmap: added axy (for Anas Nashif) 2016-12-21 13:49:59 +00:00
Kbuild build: Add separate DTS target 2017-04-20 14:36:10 +00:00
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.zephyr license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
LICENSE
MAINTAINERS MAINTAINERS: remove references to legacy headers 2017-04-20 14:11:16 +00:00
Makefile build: Add separate DTS target 2017-04-20 14:36:10 +00:00
Makefile.inc build: Add separate DTS target 2017-04-20 14:36:10 +00:00
Makefile.test tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
defaults.tc testcases: catch more fatal kernel error messages 2016-11-11 13:21:16 +00:00
zephyr-env.sh zephyr-env.sh: only reset scripts_path on Windows 2017-03-31 15:42:31 -04:00