nuttx/include/nuttx
Xiang Xiao b3bcc02a04 sched: Identify the stack need to free by TCB_FLAG_FREE_STACK
instead calling kmm_heapmember or umm_heapmember because:
1.The stack supplied by caller may allocate from heap too
2.It's hard to implement these two function in ASan case

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I196377822b7c4643ab4f29b7c1dc41dcd7c4dab1
2021-06-18 20:59:03 +08:00
..
1wire 1wire: Removes duplicate device information 2021-04-15 02:28:42 -05:00
analog NuttX: DS Automotion GmbH: update licenses to Apache 2021-04-01 12:13:12 -05:00
audio NuttX: Ken Pettit: update licenses to Apache 2021-04-10 06:42:19 -05:00
binfmt binfmt: Remove filename/exports/nexports from binary_s 2021-06-13 00:31:22 -07:00
can can: Add CAN FD flags to CAN message header 2021-03-19 23:00:07 -07:00
contactless drivers: contactless: mfrc522: update licenses to Apache 2021-04-01 12:13:12 -05:00
crypto include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
drivers sim_addrenv: support add addrenv dynamically multiple times. 2021-05-08 20:26:39 +08:00
eeprom include: Author Sebastien Lorquet: update licenses to Apache 2021-03-20 19:22:58 -07:00
efuse include: Fix typos reported by codespell 2021-02-25 11:30:38 -08:00
fs sched: Don't include nuttx/sched.h inside sched.h 2021-06-13 00:25:26 -07:00
himem xtensa/esp32: Add high memory support to work with PSRAM 2020-11-18 22:21:53 +01:00
i2c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
input drivers/input: Rename AJOYSTICK configs to INPUT_AJOYSTICK 2021-04-08 14:41:22 -03:00
ioexpander include: Author Sebastien Lorquet: update licenses to Apache 2021-03-20 19:22:58 -07:00
lcd drivers: added support for ili9225 controller 2021-04-09 22:41:56 -03:00
leds NuttX: DS Automotion GmbH: update licenses to Apache 2021-04-01 12:13:12 -05:00
lib modlib: Always use separate allocation for text and data 2021-04-19 22:20:20 -05:00
mbox Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
mm net: fix build break 2021-06-09 22:07:45 +08:00
modem include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
motor drivers: add generic upper-half driver for Field Oriented Control (FOC) 2021-03-30 21:54:39 -03:00
mtd Removing FLexSPI NOR driver 2021-04-12 17:22:14 -03:00
net Revert "net/socketpair: move socketpair implement into socket internal" 2021-06-17 20:23:59 +08:00
note Add task name recording for note RAM driver 2020-11-02 01:12:08 -08:00
nx sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
power sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
rc rc/dummy: add dummy driver to test driver skeleton 2020-11-05 11:38:28 -03:00
rf Remove copyright from headers 2020-11-25 05:13:46 -08:00
rptun rptun: fix compile break when disable openamp 2021-02-04 22:10:24 +08:00
sensors drivers/sensors: Adds new driver for ds18b20 sensore module 2021-04-14 02:49:28 -05:00
serial serial/uart/h4: add bt h4 uart serial driver 2021-06-03 18:33:20 +08:00
spi Removing FLexSPI NOR driver 2021-04-12 17:22:14 -03:00
syslog syslog/ramlog_channel: fix log confusion when multi task writing together 2021-06-17 22:02:39 +08:00
timers driver/rtc: add config CONFIG_RTC_RPMSG_SERVER to 2021-05-08 20:19:07 +08:00
usb drivers/input: Rename MOUSE configs to INPUT_MOUSE 2021-04-08 14:41:22 -03:00
video sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
wireless wireless/bluetooth: decoupling bt_driver_s and bt_buf_s 2021-06-03 18:33:14 +08:00
.gitignore
addrenv.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
arch.h sched: Don't include nuttx/sched.h inside sched.h 2021-06-13 00:25:26 -07:00
ascii.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
b2c.h Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
board.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
cache.h Fix nxstyle warning 2020-08-22 17:37:21 -06:00
can.h sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
cancelpt.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
clock.h include/nuttx/clock.h: Fix wrong comment 2020-11-22 18:33:50 -08:00
compiler.h Add experimental support for an eZ80 toolchain using llvm and GNU binutils. 2021-05-10 19:23:33 +08:00
elf.h Fix nxstyle warning 2020-08-22 17:37:21 -06:00
environ.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
envpath.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
init.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
irq.h sched: Don't include nuttx/sched.h inside sched.h 2021-06-13 00:25:26 -07:00
kmalloc.h mm/heap: Move semaphore related declaration to private header 2021-03-22 15:35:32 +01:00
kthread.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
lirc.h driver/rc: support IR remote control 2020-11-05 11:38:28 -03:00
list.h Fix nxstyle warning 2020-08-22 17:37:21 -06:00
mmcsd.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
module.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
mqueue.h mqueue: add poll support 2021-03-04 07:11:43 -08:00
mutex.h Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
nuttx.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
page.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
pgalloc.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
progmem.h NuttX: Uros Platise: update licenses to Apache 2021-04-01 12:13:12 -05:00
pthread.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
random.h crypto/arc4random: rename getrandom to arc4random_buf 2020-12-13 08:49:51 -06:00
sched.h sched: Identify the stack need to free by TCB_FLAG_FREE_STACK 2021-06-18 20:59:03 +08:00
sched_note.h Remove tabs and spaces at the end of lines 2020-10-24 09:38:21 +01:00
scsi.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
sdio.h Fixes race condition in event wait logic of SDMMC driver. 2021-04-05 23:08:45 -05:00
semaphore.h sched: Don't include nuttx/sched.h inside sched.h 2021-06-13 00:25:26 -07:00
signal.h signal: fix compile break in c++ 2020-12-25 21:07:04 +01:00
spawn.h sched/task: Simplify the syscall handling of task_spawn 2021-06-13 00:30:57 -07:00
spinlock.h sched: Don't include nuttx/sched.h inside sched.h 2021-06-13 00:25:26 -07:00
streams.h drivers/syslog: Remove emergstream implementation and caller 2021-06-04 13:46:41 +08:00
symtab.h symtabs: improve handling of symbol lookups 2021-03-16 10:18:17 -07:00
time.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
tls.h arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
tree.h
userspace.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
vt100.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
wdog.h sched/wdog: Remove MAX_WDOGPARMS and related stuff 2020-08-14 08:19:50 -06:00
wqueue.h sched/wqueue: replace the notification mech from signal to semaphore 2021-06-18 20:44:04 +08:00
zoneinfo.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00