aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-26 15:00:35 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-26 15:00:35 +0000
commit305cf084d4c7b4bdbc4160b3ecaed1bdeb72471b (patch)
treeb23f5485d292150d73b40bd01730a22b1677a574 /nuttx/ChangeLog
parent414af0aef26871f7e38df5c69bcc0e619ef25c95 (diff)
downloadpx4-firmware-305cf084d4c7b4bdbc4160b3ecaed1bdeb72471b.tar.gz
px4-firmware-305cf084d4c7b4bdbc4160b3ecaed1bdeb72471b.tar.bz2
px4-firmware-305cf084d4c7b4bdbc4160b3ecaed1bdeb72471b.zip
Add interfaces to support getting/setting of thread/task names
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4658 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 919ad1778..31b84665a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2686,4 +2686,6 @@
* arch/arm/src/stm32/stm32_otgfs.c: The driver needs to reset the software (in
order to flush the requests) and to disable the software connection when the
device is unregistered.
+ * include/sys/prctl.h, sched/prctl.c, include/pthread.h: Add interfaces to
+ support getting and setting of the thread or task name.