Skip to content

Commit f055c2a

Browse files
committed
Add comment with RTX_NO_MULTITHREAD_CLIB movement
1 parent afc0a28 commit f055c2a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rtos/TARGET_CORTEX/mbed_boot.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,11 @@ void __rt_entry (void) {
423423
mbed_start_main();
424424
}
425425

426+
/* Move all code here from RTX code base (rtx_lib.c) and do some modifications:
427+
*
428+
* 1. _mutex_initialize/_mutex_free are re-implemented to meet Mbed.
429+
* 2. All _mutex_* functions are declared with '__USED' to avoid excluded by linker.
430+
*/
426431
#if defined(RTX_NO_MULTITHREAD_CLIB)
427432

428433
#define LIBSPACE_SIZE 96

0 commit comments

Comments
 (0)