Go to file
Kumar Gala 869a9fc050 fat: match type info expected by fat library for f_write
The fat library uses its own typedef for integer parms and expects a
UINT to be either 16 or 32-bits in length.  We potentially get into
trouble when we build with newlib if we use an uint32_t.  Lets just use
unsigned int which should cover all cases for us.

Change-Id: I3dbbf4871ab65dd12488d41cb06a06387c128339
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-01-30 12:01:50 +00:00
.known-issues kernel: doc: Add deprecation notice to legacy.h 2017-01-16 18:13:03 -05:00
arch ext: Integrate Nordic SDK HAL files into Zephyr 2017-01-27 14:44:19 +01:00
boards boards: frdm_k64f: add pinmux settings for MCR20A 2017-01-27 12:35:51 +02:00
doc doc: update menuconfig images in application doc 2017-01-29 13:26:50 +00:00
drivers Merge "Merge net branch into master" 2017-01-29 04:31:39 +00:00
ext Merge "Merge net branch into master" 2017-01-29 04:31:39 +00:00
include usb: Change transfer_len type to int32_t in usb_request_handler typedef 2017-01-30 12:01:49 +00:00
kernel kernel/arch: streamline thread user options 2017-01-24 13:34:50 +00:00
lib license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
misc misc/printk: Add a function to get the current hook function. 2017-01-27 12:35:52 +02:00
samples samples: webusb: fix type of bytes_read 2017-01-30 12:01:49 +00:00
scripts Revert "sanitycheck: add support for risc v boards" 2017-01-24 16:50:58 -08:00
subsys fat: match type info expected by fat library for f_write 2017-01-30 12:01:50 +00:00
tests Merge "Merge net branch into master" 2017-01-29 04:31:39 +00:00
.checkpatch.conf checkpatch: ignore CONST_STRUCT warnings 2016-11-11 22:12:22 +00:00
.gitattributes
.gitignore doc: move context back to doc/, fix broken links 2017-01-16 18:05:06 -05:00
.gitreview Add a .gitreview file 2016-02-20 14:25:01 +00:00
.mailmap mailmap: added axy (for Anas Nashif) 2016-12-21 13:49:59 +00:00
defaults.tc testcases: catch more fatal kernel error messages 2016-11-11 13:21:16 +00:00
Kbuild build: Use ZEPHYRINCLUDE when building offsets.o 2017-01-25 12:20:21 +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: add Andrew to x86 2017-01-25 14:00:18 -08:00
Makefile build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
Makefile.inc build: abstract emulation and replace qemu goal with run 2017-01-10 20:20:47 +00:00
Makefile.test tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
zephyr-env.sh license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00