Abdelatif Guettouche
|
a1318926b4
|
arch/xtensa/esp32: Allow internal drivers and tasks' stack to be
allocated in an internal heap.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
|
2020-10-25 20:20:01 -03:00 |
|
Xiang Xiao
|
eca7059785
|
Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2020-05-01 10:43:47 -03:00 |
|
ligd
|
231ad202ee
|
global change: repace sched_xfree() to kxmm_free()
Changes:
sched_xfree() => kxmm_free()
remove garbage related APIs
remove ARCH_HAVE_GARBAGE
Cause garbage feature move to mm_heap, then don't need
garbage anymore.
Change-Id: If310790a3208155ca8ab319e8d038cb6ff92c518
Signed-off-by: ligd <liguiding@fishsemi.com>
|
2020-04-09 10:29:28 -06:00 |
|
xuanlin
|
2c93467436
|
pthreads: Add support static pthread stack. Add standard pthread_attr_setstack() and pthread_attr_getstack(). In all cases where the stack is released, add check to see which allocator must be used to free the stack: The user or the kernel allocator.
|
2018-08-23 09:49:20 -06:00 |
|
Gregory Nutt
|
7cf88d7dbd
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
Gregory Nutt
|
a8662c70db
|
Xtensa: Keep task state in TCB (unless you want to redesign signal handling). Lots of cosmetic clean-up.
|
2016-10-16 07:57:16 -06:00 |
|
Gregory Nutt
|
4621784617
|
Add xtensa.h (which is call up_internal.h in other architectures.
|
2016-10-15 11:45:15 -06:00 |
|
Gregory Nutt
|
55523f5771
|
arch/xtensa: Add a few basic XTENSA/LX6 files. Not yet enough to do anything with
|
2016-10-12 13:11:05 -06:00 |
|