Lines Matching full:in
7 …PU, the state of this thread is changed to RUNNING stat instead of READY state in previous version;
11 * When formatting the file system, adds FM_SFD option to create a volume in SFD format for FatFs; (…
12 * Add file system handle pointer in `struct dfs_fd' structure;
14 * Fix the `fd_is_open()` issue: when the sub-path is the same in different mounted filesystem.
15 … critical lock/unlock to dfs_lock/unlock in `getcwd()` function of DFS (the critical lock/unlock i…
17 * Fix the `aio_result` issue, which is returned by `aio_read_work` in AIO; (fullhan)
19 * Modify the `_sys_istty` function in armlibc to correctly handle STDIN/STDOUT/STDERR; (gbcwbz)
20 * Modify the `_write_r` function in newlib to correctly handle stdout.
24 * Fix the select event issue in `at_recvfrom()` function in at_socket;
26 * Add socket TLS layer in SAL, that is, upper application can be supported by encrypted transmissio…
30 * Fix some compilation warnings and enumeration mismatches in drivers/audio;
31 * Fix the `can_rx/can_tx` issue, which is not cleared to NULL when CAN device is closed in drivers/…
35 * Add `RT_SERIAL_USING_DMA` option in drivers/serial;
36 * Add QSPI support in drivers/spi framework;
37 * Add QSPI support in SFUD (based on the QSPI peripheral of stm32); SFUD is upgraded to version 1.1…
38 * Optimize SPI take/release function call in spi_msd;
39 * Fix the `blk_size` issue in `rt_rbb_blk_alloc()`;
40 * Fix the FS USB issue in `_get_descriptor` function;
41 * Fix the empty password issue in AP mode of drivers/wlan;
42 * Fix the return type issue in drivers/wlan;
47 * Change the name parameter to `cosnt char *` in `rt_hw_interrupt_install` function; (liruncong)
49 * Fix `$` warning issue in Kconfig files of each BSP;
54 * Fix the CAN driver issue in STM32F4XX-HAL BSP; (xeonxu)
55 * Fix UART DMA settings issue in STM32F10x/STM32F40x BSP; (zhouchuanfu)
56 * Fix the HEAP_BEGIN definition issue in STM32H743-Nucleo BSP; (nongxiaoming)
57 * Fix GPIO configuration issue in stm32f10x-HAL; (Wu Han)
59 * Fix the serial interrupt handling issue in stm32f10x BSP;
61 * Fix the watchdog driver issue in stm32f4xx-HAL BSP; (XXXXzzzz000)
62 * Use lwIP version 2.x in stm32f40x/stm32f107 BSP.
63 * Fix the link issue when enable cmBacktrace package in stm32f4xx-HAL BSP; (xeonxu)
64 * Support Audio and microphones features in stm32f429-apollo BSP;
65 * Enable dlmodule support in x86 BSP; (SASANO Takayoshi)
66 * Addd uTest section in the link script of qemu-vexpress-a9/stm32f429-atk-apollo BSP for automatic …
67 * Change the license to Apache License v2.0 in Godson 1C BSP; (sundm75)
68 …serial chip, such as STM32 G0/F0/L0/F1/F4/F7/H7. In new BSP framework, the SoC drivers is reused. …
92 * Fix USB driver issue in X1000; (Zhou YanJie)
98 * Add a draft Segger Embedded Studio project file generation command. Note that the tool chain in S…
100 * Fix the BSP path issue in scons `str(Dir('#'))`;
104 * Fix the issue of version string comparison issue for GNU GCC version in utils.py;
114 …y in menuconfig. When a CPU ARCH needs stacks growing upward, the configuration of `ARCH_CPU_STACK…
115 …tly it's mainly used in Keil MDK IDE. Please notes that the "Warnings" needs to use `Moderate Warn…
116 * The `RT_USING_IDLE_HOOK` configuration in Kconfig becomes a separate configuration item, not limi…
121 * Fix the F_SETFL handling in ioctrl function; Fix the return value issue of fcntl function which i…
124 * Add multi-segment support for read and write operations in MC/SDIO driver framework (for stm32, y…
125 * Add ringblk_buf component for the block mode but in ringbuffer applications;
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…
131 …* Fix the `select()` issue for UDP communication in AT component. Add the receiving data handling …
132 * Add the errno value when receive data timeout in at_recvfrom function in the AT component.
133 * Add the receive data timeout handling in at_client_recv function in the AT component.
134 * Fix a possible issue in fputc function implementation when using microlib;
136 * Improve time function support in IAR and support 64bit time; (hichard)
141 …* HOST, optimize the USB HOST timeout mechanism; fix the un-alignment visit issue in F4xx-HAL USB …
142 …en class drivers are illegally registered; Fix the un-aligned access issue in some platforms; opti…
146 * Upgrade the wlan adaptor to the new version of Wi-Fi management framework in amebaz BSP.
164 …t added into C-compiler flags), but please note: PThreads component failed in 2.5 and new version …
174 * Remove the special memory operation in application module when using SLAB memory management algor…
177 * In Keil/IAR tool chain, the `RT_USED` is used to keep symbols and avoid to add more argument or s…
181 * Remove all of external codes, which will be moved to packages in the future.
183 * Enable the long file name feature of ELM FatFs in default.
188 * Remove the folder enter feature in msh when input a folder name;
190 * Add the VBUS configuration in Kconfig.
193 * Update the application module chapter in the programming guide, and change it into dynamic module…
198 …e strong dependence of lwIP component for DFS_NET and replace it with Kconfig configuration in SAL.
200 * Fix the wait queue none-initialization issue in socket allocation of lwIP.
203 * Fix the sdio_irq_wakeup release issue in the MMC/SD framework.
204 * Fix the problem of DMA handling in the serial driver framework.
213 * Fix the copying packets issue in the Godson 1C BSP when sending message.
215 * Fix the inconsistency issue between touch range and LCD resolution in qemu-vexpress-a9.
218 * Add CAN and PWM drivers in stm32f4xx-HAL BSP;
219 * Optimize the GPIO driver in stm32f4xx-HAL BSP;
220 * Add UART3 driver in stm32f4xx-HAL BSP;
221 * Fix the I2C1 driver clock in stm32f10x BSP and WDG control interface.
222 * Add rt_hw_us_delay interface in stm32f10x-HAL BSP;
223 * Optimize the GPIO driver in stm32f10x-HAL BSP;
224 * Add GPIO driver and RTC driver in stm32f107 BSP;
236 * Fix some errors in building script under the Linux environment.
244 * Change the location of hook invoking in rt_event_send, which can better reflect the event value t…
245 * Fix the rt_realloc() issue in memheap;
246 * Fix the vstart_addr issue in the dynamic library.
248 * Add rt_thread_mdelay() API for millisecond delay in thread.
252 * Fix the DFS mkfs issue of FatFs (which is a merge issue introduced in RT-Thread V3.0 upgrade).
254 * Fix the socket issue in dfs_net if lwip_socket failed(Bluebear233);
258 * Fix the one-shot timeout issue in the hardware timer driver framework.
259 * In ENC28J60 driver, the "link change interrupt" is enable in initialization.
260 * Fix the data issue in put data into ringbuffer.
261 * Add UDP information display in netstat command;
263 * Change the registration mechanism of USB Class Driver and Class Driver can be registered in packa…
266 * Add more configuration items for DHCPD in menuconfig.
271 * Add SD/MMC drive in Allwinner ARM9 BSP;
286 * Add README files and KConfig files in LPC408x BSP;
287 * Add README documents in LPC5460x-LPCXpresso BSP;
288 * Add the display controller driver (Sundm75) in Godson 1C BSP.
289 * Add CAN driver in Loongson 1C BSP(Sundm75);
290 * In GPIO driver of Loongson 1C BSP, add (external) interrupt feature (Zhuangwei);
291 * Use SPI automatic initialization in Loongson 1C BSP.
292 * Add I2C driver in Loongson1C BSP(Sundm75);
293 * Add resistive touch screen driver in Loongson 1C BSP(Sundm75);
294 * In Loongson 1C BSP, the components initiliazation and main function is enable(Zhuangwei).
295 * Add self bootup in Loongson1C BSP (Zhuangwei);
297 * Fix the rx descriptor issue in init_rx_desc function in NUC472 BSP (Bluebear233);
298 * Add AC97 Audio driver in QEMU-VExpress-A9 BSP;
299 * Add README description file in QEMU-VExpress-A9;
300 * Add I2C driver in stm32f4xx-HAL BSP, and README description file;
301 * Add cache-ops in stm32f7-disco BSP, and README description file;
302 * Add README description file in stm32f10x/stm32f10x-HAL;
303 * Add README specification files and KConfig configuration files in stm32f40x BSP;
304 * Add KConfig configuration file in stm32f20x BSP;
306 * Add GPIO driver and README description file in stm32f429-apollo BSP;
307 * Add KConfig configuration files in stm32f429-armfly BSP;
308 * Add README description file in stm32l476-nucleo BSP;
309 * Because V2M-MPS2 does not support in 32-bit machine simulation operation, temporarily remove this…
310 * Add README description file and some firmware file, such as u-boot.bin, wifi firmware etc, in X10…
325 * Improve the comments of rtdbg.h file. In RT-Thread, just use following code to add debug log feat…
340 DBG_COLOR - Whether use color log in console.
344 * Fix the flag issue of fopen in GNU GCC;
346 * Fix the _TIMESPEC_DEFINED issue in IAR 8;
355 * Improve VCOM class driver in USB stack; (ChunfengMu, Aubr.Cool)
360 * Add v2m-mps2 bsp, which is used in Keil MDK5 for Cortex-M4/M7/M23/M33 simulation;
363 * simulator bsp can be used in Windows/Visual C++ and update SDL to v2.0.7;
366 * Fix some issues in peripherals drive library of NXP LPC54608/i.MX RT; (Valeriy Van)
382 * Add pipe device functions in DeviceDrivers
383 * USB Host available in stm32f4 with mass storage class
384 * Add 'df' command in msh
387 * Enable IPv6 in lwIP 2.0.2 version
388 * Add memlog in logtrace
389 * Fix closesocket issue in dfs_net
390 * Fix IPv6 issue in NFS
393 * Fix the fs type search issue in mkfs
394 * Fix the select issue in dfs_net
399 * scons: force to use g++ for link when enable `RT_USING_CPLUSPLUS` in GNU GCC configuration
400 * Enable package feature in Linux/MacOS host
411 * Add USB host driver in stm32f4xx-HAL (uestczyh222)
412 * Update EMAC driver for IPv6 in stm32f40x/stm32f107
425 * Add SoftAP device in Wi-Fi framework;
427 * Add IPv6 options in Kconfig;
428 * Fix the module_id issue in _rt_thread_init;
439 * Add csd cmd in sdcard driver of mini2440;
443 * Fix the PHY reset in stm32f429-apollo bsp;
444 * Add Audio/MMC/SLCD/Touch/USB slave/RTC/SPI/SFC Flash driver in Ingenic X1000 bsp;
452 * Change the type of cmd from uint8_t to int in control interface.
490 …bsp, only the Cortex-A9 core porting in the NXP i.MX6 solox. BTW, another full Kinetis series port…
495 * stm32f7-disco bsp, the first ARM Cortex-M7 porting in RT-Thread.
497 * Add IAR compiler support in beaglebone bsp.
501 * Add more socket fd operators in DFS with a virtual lwIP file system ops.
504 * Add eMMC support in SD/MMC device drivers;
505 * Fix the NAT configured enter reset issue in lwIP NAT.