Go to file
Benjamin Walsh 8276c32e7c microkernel: rename K_CREF.task to 'task_id'
This will allow renaming K_CREF.proc to 'task'. It also is really
representing a task ID, i.e. the value a user passes to microkernel
APIs.

Change-Id: If2dd3f1ed5ce93178acd4713ad5497e5b3e0401d
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-05 20:15:27 -05:00
arch microkernel: rename k_proc to k_task 2016-02-05 20:15:27 -05:00
doc doc: clean rule removes 'xml' and 'latex' dirs 2016-02-05 20:15:27 -05:00
drivers serial: stellaris: cosmetic changes to comments 2016-02-05 20:15:26 -05:00
include microkernel: rename k_proc to k_task 2016-02-05 20:15:27 -05:00
kernel microkernel: rename K_CREF.task to 'task_id' 2016-02-05 20:15:27 -05:00
lib cleanup libc kconfig and use choice 2016-02-05 20:15:25 -05:00
misc cleanup libc kconfig and use choice 2016-02-05 20:15:25 -05:00
net Bluetooth: Refactor signed write command 2016-02-05 20:15:24 -05:00
samples serial: rename struct field int_pri to irq_pri 2016-02-05 20:15:25 -05:00
scripts microkernel: rename k_proc to k_task 2016-02-05 20:15:27 -05:00
.gitattributes
.gitignore initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00
.mailmap
Kconfig
Makefile build: avoids link error when CCACHE is not activated 2016-02-05 20:15:26 -05:00
Makefile.inc kbuild: environmental vars rebuild 2016-02-05 20:15:26 -05:00
zephyr-env.sh