Lines Matching full:when
7 * When the thread is running on CPU, the state of this thread is changed to RUNNING stat instead of…
11 * When formatting the file system, adds FM_SFD option to create a volume in SFD format for FatFs; (…
13 * Fix stdio fd issue when POSIX api is used; (gbcwbz)
14 * Fix the `fd_is_open()` issue: when the sub-path is the same in different mounted filesystem.
18 * Fix the mmap issue when the addr parameter is NULL; (fullhan)
23 * Fix the at_socket issue when socket is a null pointer; (thomas onegd)
31 * Fix the `can_rx/can_tx` issue, which is not cleared to NULL when CAN device is closed in drivers/…
34 * Fix the tick compensation issue when enable interrupt too early; (geniusgogo)
43 * Remove the duplicate opening file check when open a file;
63 * Fix the link issue when enable cmBacktrace package in stm32f4xx-HAL BSP; (xeonxu)
97 * Provide more inforamtion when the tool chain does not exist;
99 * Fix the IAR library link command issue when use scons command line under;
103 * Modify the mkromfs.py script. Fix the corresponding C code generation When the romfs contains emp…
114 … upward, this configuration item does not display directly in menuconfig. When a CPU ARCH needs st…
122 * Fix the memheap object type issue when creating a ramfs object.
127 * Add the conditional macro in the finsh when the MSH component is not enabled, even if the code fi…
130 …* Fix the none cleared issue when closing socket in SAL, which lead to the socket is always holdin…
132 * Add the errno value when receive data timeout in at_recvfrom function in the AT component.
134 * Fix a possible issue in fputc function implementation when using microlib;
139 … ulog component and automatically replace the debug macro of the original rtdbg.h when it's enable.
142 …* Device: Add the check when class drivers are illegally registered; Fix the un-aligned access iss…
174 * Remove the special memory operation in application module when using SLAB memory management algor…
186 * Add more DFS error messages, and provide easy to understand log when abnormal.
187 * Fix the disk format issue of FatFs file system when multiple FatFs file systems are mounted.
188 * Remove the folder enter feature in msh when input a folder name;
201 * When a thread is about to block on a wait queue, fix the wake up issue for `rt_wqueue_wakeup' is …
209 * Fix the SP issue when hard fault occurs for ARM Cortex-M arch;
213 * Fix the copying packets issue in the Godson 1C BSP when sending message.
262 * Fix the USB HS issue when sending 1 bytes of data will cause two times of transmission.
321 * Add scheduler protection when do cleanup for a detached thread;
322 * Fix the object_find issue when enable module feature;
324 * When enable finsh shell, rtthread.h header file includes the API file of finsh. Therefore, the ap…
336 When close the DBG_ENABLE definition, the debug log will be closed. Otherwise, the `dbg_log(level, …
345 * Fix the pthread_detach issue when used for a detached pthread;
352 * Fix ramfs issue when update with RTT 3.0.x;
354 * ignore the O_CREAT flag when open a device file;
359 * Fix the potential issue when enable Cortex-M hardware FPU;
370 * scons building script will automatically add `_REENT_SMALL` macro when enable newlib nanao;
399 * scons: force to use g++ for link when enable `RT_USING_CPLUSPLUS` in GNU GCC configuration
423 * Fix memory leak issue when close a pipe.
484 * Does not lock scheduler when invoking soft-timer timeout function.