zephyr/kernel/nanokernel/include
Andrew Boie 5b9378ab7e nanokernel: move dataCopy() and bssZero() to common code
Used by ARC, ARM, Nios II. x86 has alternate code done in assembly.

Linker scripts had some alarming comments about data/BSS overlap,
but the beginning of BSS is aligned so this can't happen even if
the end of data isn't.

The common code doesn't use fake pointer values for the number of
words in these sections, don't compute or export them.

Change-Id: I4291c2a6d0222d0a3e95c140deae7539ebab3cc3
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-07-08 18:23:11 +00:00
..
gen_offset.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
nano_internal.h nanokernel: move dataCopy() and bssZero() to common code 2016-07-08 18:23:11 +00:00
nano_offsets.h errno: implement _get_errno() in common code 2016-05-04 17:04:14 +00:00
timeout_q.h nanokernel: Add callback to _nano_timeout once again 2016-06-01 00:35:05 +00:00
wait_q.h kernel: add _IS_IDLE_TASK() 2016-05-11 20:22:24 +00:00