9
0
Fork 0
nuttx-bb/nuttx/mm
patacongo c74aee1fd1 Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabled
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4805 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-06-06 01:44:57 +00:00
..
Kconfig Fix CDC/ACM alternate interface number (from Antti) 2012-04-11 14:47:25 +00:00
Makefile Using tool-specific clean 2008-01-10 18:23:08 +00:00
Makefile.test Using tool-specific clean 2008-01-10 18:23:08 +00:00
mm_addfreechunk.c Switching to C99 stdint/stdbool.h types 2009-12-15 01:39:03 +00:00
mm_calloc.c Switching to C99 stdint/stdbool.h types 2009-12-15 01:39:03 +00:00
mm_environment.h atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead 2011-05-28 21:42:18 +00:00
mm_free.c Switching to C99 stdint/stdbool.h types 2009-12-15 01:39:03 +00:00
mm_initialize.c atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead 2011-05-28 21:42:18 +00:00
mm_internal.h Add strndup() 2011-05-29 16:07:13 +00:00
mm_mallinfo.c Switching to C99 stdint/stdbool.h types 2009-12-15 01:39:03 +00:00
mm_malloc.c atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead 2011-05-28 21:42:18 +00:00
mm_memalign.c atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead 2011-05-28 21:42:18 +00:00
mm_realloc.c Switching to C99 stdint/stdbool.h types 2009-12-15 01:39:03 +00:00
mm_sem.c Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabled 2012-06-06 01:44:57 +00:00
mm_shrinkchunk.c Switching to C99 stdint/stdbool.h types 2009-12-15 01:39:03 +00:00
mm_size2ndx.c Switching to C99 stdint/stdbool.h types 2009-12-15 01:39:03 +00:00
mm_test.c atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead 2011-05-28 21:42:18 +00:00
mm_zalloc.c Switching to C99 stdint/stdbool.h types 2009-12-15 01:39:03 +00:00