zephyr/scripts
Benjamin Walsh bed144b179 microkernel: rename k_proc to k_task
k_proc was a legacy leftover that does not make any sense, since there
is no concept of a "process" in the system. Rather, that data structure
refers to a 'task control block', i.e. the representation of a task
execution context from the microkernel's point-of-view (not to confuse
with the 'struct ccs', the representation of a thread execution context,
from the nanokernel's point-of-view).

Change-Id: Ic29db565af023be629ce740bbcb652ece7dc359f
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-05 20:15:27 -05:00
..
basic
cross_compiler
gen_idt
genksyms
kconfig
patches
sanity_chk
check_known_checkpatch_issues.sh
checkpatch.pl
checkstack.pl
config
diffconfig
do_checkpatch.sh
gcc-version.sh
headerdep.pl
Kbuild.include
link-zephyr.sh
maintainer-checkpatch.bash
make-ll
Makefile
Makefile.arc.preparch
Makefile.arm.preparch
Makefile.asm-generic
Makefile.build
Makefile.clean
Makefile.dtbinst
Makefile.extrawarn
Makefile.headersinst
Makefile.help
Makefile.host
Makefile.lib
Makefile.modbuiltin
Makefile.preparch
Makefile.toolchain.iamcu
Makefile.toolchain.xtools
Makefile.toolchain.yocto
Makefile.x86.preparch
mkmakefile
mksysmap
sanitycheck
spelling.txt
sysgen
timestamp