nuttx/mm/iob
yinshengkai 95d9abcf58 tools: replace DEFINE script to Makefile variable
In the past, predefined macros were generated by define.sh scripts
Now they are generated by concatenating environment variables

In this way, when executing makefile, no shell command will be executed,
it will improve the speed of executing makfile

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2022-11-03 19:59:55 +08:00
..
iob_add_queue.c Remove the private NULL, TRUE and FALSE macros 2022-07-31 22:12:57 +03:00
iob_alloc_qentry.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
iob_alloc.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
iob_clone.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
iob_concat.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
iob_contig.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
iob_copyin.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
iob_copyout.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
iob_dump.c mm: nxstyle fixes 2021-02-09 01:21:53 -08:00
iob_free_chain.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
iob_free_qentry.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
iob_free_queue_qentry.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
iob_free_queue.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
iob_free.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
iob_get_queue_size.c mm/iob: add iob_get_queue_size() helper 2021-07-05 06:20:52 -05:00
iob_initialize.c use SEM_INITIALIZER inside of NXSEM_INITIALIZER 2022-10-22 14:50:48 +08:00
iob_navail.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
iob_notifier.c sched/wqueue: Change the return type of work_notifier_teardown to void 2022-05-14 00:35:29 +03:00
iob_pack.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
iob_peek_queue.c Remove the private NULL, TRUE and FALSE macros 2022-07-31 22:12:57 +03:00
iob_remove_queue.c Remove the private NULL, TRUE and FALSE macros 2022-07-31 22:12:57 +03:00
iob_statistics.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
iob_tailroom.c Add iob_tailroom 2021-06-30 06:40:13 -05:00
iob_test.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
iob_trimhead_queue.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
iob_trimhead.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
iob_trimtail.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
iob.h iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
Kconfig Refine how to specify iob and ramlog data section 2022-08-25 14:05:17 +02:00
Make.defs tools: replace DEFINE script to Makefile variable 2022-11-03 19:59:55 +08:00