No description
Find a file
Andrei Emeltchenko 240a10b2df Add byteorder.h header for handling byte conversions
Add endian conversion functions needed for network protocols.
Currently Bluetooth needs sys_le16_to_cpu and sys_cpu_to_le16
to implement endian safe stack. Note that the OS is not guaranteed
to be endian safe generally.

Change-Id: If7faf9568e0f2b1817139a76d9b00888d5b7d76c
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2016-02-05 20:13:39 -05:00
arch Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
config First commit 2015-04-10 16:44:37 -07:00
drivers Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
host Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
include Add byteorder.h header for handling byte conversions 2016-02-05 20:13:39 -05:00
kernel Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
lib/libc/minimal Fix checkpatch issue - ERROR:POINTER_LOCATION 2016-02-05 20:13:39 -05:00
make Renamign intLatencyShow to int_latency_show 2016-02-05 19:45:35 -05:00
misc Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
samples Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
scripts Add patch for QEMU that solves the interrupt locking issue with ARM in QEMU. 2016-02-05 19:45:10 -05:00
shared/include/nanokernel/x86 Fix checkpatch issue - ERROR:POINTER_LOCATION 2016-02-05 20:13:39 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore add missing gen_file_path_hash 2015-04-10 20:59:48 -04:00
.mailmap First commit 2015-04-10 16:44:37 -07:00
vxmicro-env.bash vxmicro-env.bash: more robust setting of VXMICRO_BASE 2016-02-05 19:45:35 -05:00