Lines Matching full:add

5 * Add SMP support;
6 * Add support for 64-bit processors;
12 * Add file system handle pointer in `struct dfs_fd' structure;
21 * Add lightweight processes (lwP) and corresponding system calls;
26 * Add socket TLS layer in SAL, that is, upper application can be supported by encrypted transmissio…
28 * Add the macro definition of hexadecimal log output to ulog; (HubretXie)
29 * Add uTest component. The uTest is a unit test framework on RT-Thread, and can also be used for au…
33 * Add drivers/adc driver framework;
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…
50 * Add the LPC54114-lite BSP, including GPIO, I2C, SDCard, SPI, SPI Flash, UART driver;
51 * Add Nuvoton-M487 BSP, including UART, EMAC driver; (Bluebear 233)
52 * Add Kendryte K210 BSP with RISC-V64 dual-core SMP BSP, including UART driver, also verified with …
53 * Add RV32M1 VEGA BSP, including GPIO, I2C, SDCard, UART and other drivers;
60 * Add PWM, RTC and watchdog drivers to stm32f10x-HAL BSP; (XXXXzzzz000)
68 * Add the new BSP framework for STM32 serial chip, such as STM32 G0/F0/L0/F1/F4/F7/H7. In new BSP f…
90 * Add SWM320 BSP of Synwit.cn, including GPIO, HW Timer, I2C, Watchdog, PWM, RTC, SPI, UART, etc.; …
91 * Add TI TMS320F28379D BSP, the first DSP chip supported on RT-Thread; (xuzhuoyi)
93 * Add BSP for Synopsys Design Ware ARC EM Starter Kit, bsp/synopsys/emsk_em9d, EM9D core, including…
98 * Add a draft Segger Embedded Studio project file generation command. Note that the tool chain in S…
101 * Add `scons --pyconfig-silent` command to add some Kconfig configurations and to generate `.config…
107 * Add `system32` path to environment variables to avoid the `cmd` command cannot be found;
108 * Add `PYTHONHOME` variable to environment variables to avoid PYTHON environment issue;
115 …ect configuration in C/C++ (AC6) TAB; After using ARMCC v6, RT-Thread will add an additional `CLAN…
120 * Improve the PWM driver framework and add more interfaces.
123 * Add power management framework for low power applications.
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…
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.
135 * Add gmtime_r implementation for ARMCC, IAR tool chain;
138 * Remove lwIP-1.3.2 porting and add lwIP-2.1.0 porting; lwIP-2.0.2 is still the default version.
139 * Add a lightweight ulog component and automatically replace the debug macro of the original rtdbg.…
142 …vice: Add the check when class drivers are illegally registered; Fix the un-aligned access issue i…
147 * Add airkiss wifi configuration code to amebaz BSP.
151 * Update HiFive1 BSP and add more documentation.
152 * Update imx6sx BSP to main function mode, and add Kconfig configuration file.
157 * Improve stm32f429-disco BSP and add I2C, LCD, Touch driver; (xuzhuoyi)
163 * Add `scons --pyconfig` mode, which has a TK UI configurator; (weety)
171 * Add the checking of kernel object type, which can effectively avoid the problem of continuing to …
172 * Add the idle hook list to mount multiple idle hook, and can be configured by Kconfig.
173 * Add the device_ops operation set to reduce the footprint of device object.
177 * In Keil/IAR tool chain, the `RT_USED` is used to keep symbols and avoid to add more argument or s…
182 * Add initialization flag for shell, file system, network protocol stack etc to prevent repeated in…
185 * Add dfs_fdtable_get() function to get different fdtable;
186 * Add more DFS error messages, and provide easy to understand log when abnormal.
189 * Add `int finsh_set_prompt (const char * prompt);` routine for setting a custom prompt for msh;
190 * Add the VBUS configuration in Kconfig.
195 * Add SAL (Socket Abstraction Layer) component for adapting different protocol stacks and network i…
196 * Add AT component, including AT client, AT server and AT Socket function;
199 * Add the DHCP server function with lwIP raw API;
202 * Add the PWM driver framework;
210 * Add C-Sky CK802 architecture porting;
211 * Add Realtek amebaz WiFi SOC (rtl8710bn) BSP;
216 * Add qemu-vexpress-gemini BSP for dual core A9 (RT-Thread + Linux) arch;
217 * Add the basic porting for Raspberry Pi 2B ;
218 * Add CAN and PWM drivers in stm32f4xx-HAL BSP;
220 * Add UART3 driver in stm32f4xx-HAL BSP;
222 * Add rt_hw_us_delay interface in stm32f10x-HAL BSP;
224 * Add GPIO driver and RTC driver in stm32f107 BSP;
231 * Add building script to detect the version of GCC & newlib;
232 * Add building script to detect the version of armcc;
233 * Add `scons --dist` function to make distribution for a BSP.
234 * Add `scons - dist - strip' function to make a minimal files of distribution for a BSP.
235 * Add `ASFLAGS/LOCAL_ASFLAGS' parameters for defined a group and pass them to assembler;
237 * Add the C-Sky CDK IDE project generation.
238 * Add `scons --target=vsc -s` to generate friendly configuration files for VSCode;
248 * Add rt_thread_mdelay() API for millisecond delay in thread.
261 * Add UDP information display in netstat command;
264 * Add USB Device driver framework for HS USB.
266 * Add more configuration items for DHCPD in menuconfig.
271 * Add SD/MMC drive in Allwinner ARM9 BSP;
272 * Add SPI and SPI Flash drivers to Allwinner ARM9 BSP.
273 * Add GD32's gd32303e-eval development board support;
277 * On i.MX RT1052, add the cache-ops functions;
278 * On i.MX RT1052, add I2S driver and WM8960 codec driver support;
280 * Add Hardware Timer driver support on i.MX RT1052.
281 * On i.MX RT1052, add GPIO driver;
282 * On i.MX RT1052, add RTC driver;
284 * On i.MX RT1052, add SPI driver and SPI Flash driver (connect to SFUD component);
285 * Add USB Device driver on i.MX RT1052.
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);
292 * Add I2C driver in Loongson1C BSP(Sundm75);
293 * Add resistive touch screen driver in Loongson 1C BSP(Sundm75);
295 * Add self bootup in Loongson1C BSP (Zhuangwei);
296 * Add README files and KConfig files to Loongson 1C BSP(Zhuangwei).
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;
305 * Add README description file to stm32f411-nucleo BSP and enable GNU GCC tool chain support;
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;
310 * Add README description file and some firmware file, such as u-boot.bin, wifi firmware etc, in X10…
312 * Add detection feature for the version of GNU GCC tool chain and libc function feature.
313 * Add the function of VSCode editor assistance, and support scons --target=vsc -s under BSP folder …
314 * Add the detection of verson of IAR;
315 * Add the ProjectInfo (Env) function to get information about target: all source files should be co…
321 * Add scheduler protection when do cleanup for a detached thread;
323 * Improve POSIX signal support and add rt_signal_wait function and POSIX sigwait interface;
325 * Improve the comments of rtdbg.h file. In RT-Thread, just use following code to add debug log feat…
347 * Add libc_stdio_get_console() interface for returns the fd of console;
349 * Add a unify TF/SD card driver on SPI device bus;
350 * Add soft-RTC device, therefore device can synchronize with network time and maintains the time wi…
360 * Add v2m-mps2 bsp, which is used in Keil MDK5 for Cortex-M4/M7/M23/M33 simulation;
361 * Add sdcard driver for stm32f10x-HAL;(liu2guang)
364 * Add gk7102 bsp by gokemicro;(gokemicro)
365 * Add allwinner F1C100s ARM9 bsp;(uestczyh222)
370 * scons building script will automatically add `_REENT_SMALL` macro when enable newlib nanao;
378 * Add `rt_device_create/destroy` API
379 * Add memory trace for small memory management algorithm for memory leak and overwritten.
380 * Add a first version of asynchronous I/O API
381 * Add cputime for high resolution counter
382 * Add pipe device functions in DeviceDrivers
384 * Add 'df' command in msh
385 * Update UI engine and add an example
386 * Split `clock_time` from pthreads and add a new clock id: `CLOCK_CPUTIME_ID`
388 * Add memlog in logtrace
398 * scons: add '--useconfig' command to use an exist config file
404 * Add NUC472 bsp (bluebear)
406 * Add keyboard/mouse driver for qemu-vexpress-a9
407 * Add ADC/I2C/Flash/PWM/RTC/smbus/SPI driver for apollo2 (Haleyl)
408 * Add I2C/LCD/Touch driver for i.MXRT1052-EVK
411 * Add USB host driver in stm32f4xx-HAL (uestczyh222)
413 * Add stm32h743-nucleo bsp (polariss)
419 * Add mmap()/munmap() API for POSIX compatibility.
425 * Add SoftAP device in Wi-Fi framework;
427 * Add IPv6 options in Kconfig;
432 * Add menuconfig for Linux/Mac platform: use `scons --memuconfig` to enable it;
433 * Add LIBS feature for IAR project;
438 * Add GPIO/I2C/SPI driver for Loongson 1C;
439 * Add csd cmd in sdcard driver of mini2440;
440 * Add SDIO/EMAC driver for qemu-vexpress-a9 bsp;
442 * Add stm32f4xx-HAL bsp for kinds of STM32F4 series <User can use menuconfig to select chip>;
444 * Add Audio/MMC/SLCD/Touch/USB slave/RTC/SPI/SFC Flash driver in Ingenic X1000 bsp;
449 * Add more POSIX features, for example poll/select, signal, termios etc.
450 * Add waitqueue for poll feature.
453 * Add more C++ object for RT-Thread Kernel Object.
454 * Add wlan driver framework for wlan device operation.
462 * Add scons --dist for make a distribution for specified BSP.
482 * Add assertion hook.
497 * Add IAR compiler support in beaglebone bsp.
501 * Add more socket fd operators in DFS with a virtual lwIP file system ops.
502 * Add CAN/Hardware Timer device drivers.
504 * Add eMMC support in SD/MMC device drivers;
507 * Add nanopb porting, a small code-size Protocol Buffers implementation;
508 * Add paho-mqtt porting, the Eclipse Paho MQTT C/C++ client for Embedded platforms;