zephyr/tests/kernel
Kumar Gala 789081673f Introduce new sized integer typedefs
This is a start to move away from the C99 {u}int{8,16,32,64}_t types to
Zephyr defined u{8,16,32,64}_t and s{8,16,32,64}_t.  This allows Zephyr
to define the sized types in a consistent manor across all the
architectures we support and not conflict with what various compilers
and libc might do with regards to the C99 types.

We introduce <zephyr/types.h> as part of this and have it include
<stdint.h> for now until we transition all the code away from the C99
types.

We go with u{8,16,32,64}_t and s{8,16,32,64}_t as there are some
existing variables defined u8 & u16 as well as to be consistent with
Zephyr naming conventions.

Jira: ZEP-2051

Change-Id: I451fed0623b029d65866622e478225dfab2c0ca8
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-04-20 16:07:08 +00:00
..
alert/test_alert_api tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
arm_irq_vector_table tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
arm_runtime_nmi tests: added TC_START to tests 2017-04-13 12:08:14 +00:00
bitfield
common tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
context
critical tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
errno tests: added TC_START to tests 2017-04-13 12:08:14 +00:00
fifo/test_fifo_api tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
fp_sharing
gen_isr_table
ipm
irq_offload
libs Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
lifo/test_lifo_api tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
mbox/mbox_api tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
mem_heap/mheap_api_concept tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
mem_pool tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
mem_safe
mem_slab kernel: remove legacy.h and MDEF support 2017-04-19 10:59:35 -05:00
msgq/msgq_api tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
multilib tests: added TC_START to tests 2017-04-13 12:08:14 +00:00
mutex tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
obj_tracing
pending
pipe/test_pipe_api tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
poll tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
profiling/profiling_api kernel: remove legacy kernel support 2017-04-19 15:48:37 +00:00
queue tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
semaphore/sema_api tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
sprintf tests: sprintf: cleanup to work with newlib 2017-04-18 00:27:33 +00:00
stack/stack_api tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
stackprot
static_idt kernel: remove legacy kernel support 2017-04-19 15:48:37 +00:00
systhreads tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
test_build
test_sleep kernel: remove legacy kernel support 2017-04-19 15:48:37 +00:00
test_tickless kernel: remove legacy kernel support 2017-04-19 15:48:37 +00:00
threads_customdata/cdata_api tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
threads_lifecycle tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
threads_scheduling/schedule_api tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
tickless/tickless_concept tests: kernel: add tickless test 2017-04-18 01:50:47 +00:00
timer Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
workq tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
xip tests: added TC_START to tests 2017-04-13 12:08:14 +00:00