Searched refs:rt (Results 1 – 21 of 21) sorted by relevance
| /components/drivers/usb/cherryusb/port/pusb2/ |
| A D | README.md | 11 - - 5. [RT-Thread 上作为主机识别键盘/鼠标/U盘](https://github.com/RT-Thread/rt-thread/blob/master/bsp/phytium/d… 21 - - 5. [RT-Thread 上模拟为一个 U 盘](https://github.com/RT-Thread/rt-thread/blob/master/bsp/phytium/doc/us… 45 …mouse/USB flash drive as a host on RT-Thread](https://github.com/RT-Thread/rt-thread/blob/master/b… 54 …- 5. [Simulating as a USB flash drive on RT-Thread](https://github.com/RT-Thread/rt-thread/blob/ma…
|
| /components/libc/cplusplus/cpp11/ |
| A D | README.md | 5 Here are some features about rt-thread c++11 threading futures. 17 Note that using C++ 11 in rt-thread requires modifying some of the files in the toolchain. Before m…
|
| A D | README_ZH.md | 1 # cpp 11 support for rt-thread
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | README.md | 7 liuxianliang@rt-thread.com 19 chenyong@rt-thread.com
|
| /components/utilities/rt-link/src/ |
| A D | SConscript | 8 group = DefineGroup('rt-link', src, depend = ['RT_USING_RT_LINK'], CPPPATH = CPPPATH)
|
| A D | rtlink.c | 1196 MSH_CMD_EXPORT(rt_link_deinit, rt link deinit); 1268 MSH_CMD_EXPORT(rt_link_init, rt link init);
|
| /components/drivers/usb/cherryusb/ |
| A D | SConscript | 105 path += [cwd + '/port/pusb2/rt-thread'] 106 src += Glob('port/pusb2/rt-thread/usb_dc_glue_phytium.c') 249 path += [cwd + '/port/pusb2/rt-thread'] 250 src += Glob('port/pusb2/rt-thread/usb_hc_glue_phytium.c') 259 path += [cwd + '/port/xhci/phytium/rt-thread'] 260 src += Glob('port/xhci/phytium/rt-thread/usb_glue_phytium_plat.c') 261 src += Glob('port/xhci/phytium/rt-thread/usb_glue_phytium.c')
|
| A D | README_zh.md | 216 - [RT-Thread](https://packages.rt-thread.org/detail.html?package=CherryUSB)
|
| A D | README.md | 213 - [RT-Thread](https://packages.rt-thread.org/detail.html?package=CherryUSB)
|
| /components/libc/ |
| A D | posix-info.txt | 309 - tzname ; you should better use 'tz_xxx' in the rt-thread. 310 - tzset() ; you should better use 'tz_xxx' in the rt-thread. 316 % fdatasync() ;smaller ranther than <fsync>, in the rt-thread, it is universal
|
| /components/utilities/rt-link/ |
| A D | Kconfig | 17 menu "rt link debug option"
|
| /components/drivers/usb/cherryusb/port/xhci/phytium/ |
| A D | README.md | 18 - - 1. [XHCI 平台控制器识别鼠标/键盘/U盘](https://github.com/RT-Thread/rt-thread/blob/master/bsp/phytium/doc/us… 53 …troller recognizing mouse/keyboard/USB drive](https://github.com/RT-Thread/rt-thread/blob/master/b…
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | README.md | 12 chenyong@rt-thread.com
|
| /components/net/lwip/lwip-1.4.1/src/core/snmp/ |
| A D | msg_in.c | 804 if (msg_ps->rt == SNMP_ASN1_PDU_GET_NEXT_REQ) in snmp_msg_event() 808 else if (msg_ps->rt == SNMP_ASN1_PDU_GET_REQ) in snmp_msg_event() 812 else if(msg_ps->rt == SNMP_ASN1_PDU_SET_REQ) in snmp_msg_event() 863 ((msg_ps->rt != SNMP_ASN1_PDU_GET_REQ) && in snmp_recv() 864 (msg_ps->rt != SNMP_ASN1_PDU_GET_NEXT_REQ) && in snmp_recv() 865 (msg_ps->rt != SNMP_ASN1_PDU_SET_REQ)) || in snmp_recv() 1027 m_stat->rt = type & 0x1F; in snmp_pdu_header_check() 1302 if (m_stat->rt == SNMP_ASN1_PDU_SET_REQ) in snmp_pdu_dec_varbindlist()
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | snmp_msg.h | 230 u8_t rt; member
|
| /components/mprotect/ |
| A D | README.md | 5 …-M和ARMV8-M都提供了内存保护单元,简称MPU(Memory Protection Unit)。[论坛里的这篇文章](https://club.rt-thread.org/ask/artic…
|
| /components/libc/cplusplus/cpp11/gcc/ |
| A D | thread | 226 // the precision is limited by rt-thread thread API
|
| /components/utilities/ |
| A D | Kconfig | 237 rsource "rt-link/Kconfig"
|
| /components/drivers/spi/sfud/ |
| A D | README.md | 292 …k/SFUD/tree/master/demo/stm32f2xx_rtt) |STM32F2XX + [RT-Thread](http://www.rt-thread.org/) 操作系统平台|
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | ff.c | 1412 LBA_t rt[2]; in remove_chain() local 1448 rt[0] = clst2sect(fs, scl); /* Start of data area to be freed */ in remove_chain() 1449 rt[1] = clst2sect(fs, ecl) + fs->csize - 1; /* End of data area to be freed */ in remove_chain() 1450 …disk_ioctl(fs->pdrv, CTRL_TRIM, rt); /* Inform storage device that the data in the block may be e… in remove_chain()
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | ff.c | 1442 LBA_t rt[2]; in remove_chain() local 1478 rt[0] = clst2sect(fs, scl); /* Start of data area to be freed */ in remove_chain() 1479 rt[1] = clst2sect(fs, ecl) + fs->csize - 1; /* End of data area to be freed */ in remove_chain() 1480 …disk_ioctl(fs->pdrv, CTRL_TRIM, rt); /* Inform storage device that the data in the block may be e… in remove_chain()
|
Completed in 43 milliseconds