| /bsp/core-v-mcu/core-v-cv32e40p/ |
| A D | readme.md | 30 | IDE/编译器 | 已测试版本 | 115 ### 3.3 将RT-Thread工程导入OpenHW的Core-V-IDE 117 …roup/core-v-sdk),按照[README.md](https://github.com/openhwgroup/core-v-sdk#readme)中的步骤安装Linux环境下的IDE。 119 2.在主目录下创建workspace文件夹,打开IDE将workspace文件夹作为工作路径。 143  145 9.在使用IDE编译的工程的根目录下运行以下命令,结果和**3.2.1**运行的结果一致IDE下的工程便配置完成,至此,IDE导入Core-V-MCU的RT-Thread工程的导入与运行测试完成。
|
| A D | readme_EN.md | 30 | IDE/Compiler | Tested version | 115 ### 3.3 Import the RT Thread project into OpenHW's Core V-IDE 117 …README.md](https://github.com/openhwgroup/core-v-sdk#readme)to install the IDE in a Linux environm… 119 2.Create a workspace folder in the home directory, and open the IDE to use the workspace folder as … 141  143 …IDE, and the result is consistent with that of **3.2.1**. The project under IDE will be configured…
|
| /bsp/hifive1/ |
| A D | README.md | 39 工具链就在解压开的 IDE `F:\FreedomStudio\SiFive\riscv64-unknown-elf-gcc-20171231-x86_64-w64-mingw32\bin` 目录… 65 ### 从 env 工具打开 IDE 67 利用 cd 命令,切换到解压开的 IDE 目录 71 输入 Freedom Studio 按 Tab 键 自动补全,然后按回车运行 IDE。 75 在弹出的窗口输入 workspace 创建工作空间,然后点击启动打开 IDE。 110 2. 然后双击安装 IDE 目录 `F:\FreedomStudio\SiFive\Drivers` 下的驱动文件
|
| /bsp/loongson/ls1cdev/libraries/ |
| A D | ls1c_can.c | 173 ide = CAN_FilterInitStruct->IDE; in CAN_FilterInit() 381 if (TxMessage->IDE == CAN_Id_Extended) in CAN_Transmit() 387 CANx->IDE_RTR_DLC= (TxMessage ->IDE & 0x01) << 7 |\ in CAN_Transmit() 395 else if (TxMessage->IDE ==CAN_Id_Standard) in CAN_Transmit() 399 CANx->IDE_RTR_DLC= (TxMessage ->IDE & 0x01) << 7 |\ in CAN_Transmit() 415 RxMessage->IDE = (CANx->IDE_RTR_DLC & 0x80)>>7; in CAN_Receive() 420 if (RxMessage->IDE == CAN_Id_Standard) in CAN_Receive() 433 else if (RxMessage->IDE == CAN_Id_Extended) in CAN_Receive()
|
| A D | ls1c_can.h | 156 unsigned char IDE; /*0: 使用标准标识符1: 使用扩展标识符*/ member 175 unsigned char IDE; /*IDE: 标识符选择 member 190 unsigned char IDE; /*IDE: 标识符选择 member
|
| /bsp/nxp/lpc/lpc54608-LPCXpresso/ |
| A D | README.md | 20 | IDE/编译器 | 已测试版本 | 39 下载程序:开发板自带了板载CMSIS-DAP仿真器,在IDE里选择CMSIS-DAP即可。
|
| /bsp/Infineon/psoc6-pioneerkit_modus/libs/psoc6make/ |
| A D | README.md | 5 …a command-line interface (CLI) or through the ModusToolbox Integrated Devlopment Environment (IDE). 9 …olbox tools be installed on your machine. This comes with the ModusToolbox IDE install. On Windows…
|
| A D | RELEASE.md | 2 …a command-line interface (CLI) or through the ModusToolbox Integrated Devlopment Environment (IDE). 18 …olbox tools be installed on your machine. This comes with the ModusToolbox IDE install. On Windows…
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_CAN.c | 207 if(!IS_CAN_IDTYPE(TxMessage->IDE)) return HAL_ERROR; in HAL_CAN_Transmit() 213 if(TxMessage->IDE==CAN_Id_Standard)//Standard ID in HAL_CAN_Transmit() 239 hcan->Instance->DF.DATABUF[3+(TxMessage->IDE*2)+i] = TxMessage->Data[i]; in HAL_CAN_Transmit() 321 RxMessage->IDE = (uint8_t)(0x80 & hcan->Instance->DF.DATABUF[0])>>7; in HAL_CAN_GetRxMessage() 326 if (RxMessage->IDE == CAN_Id_Standard) in HAL_CAN_GetRxMessage()
|
| /bsp/Infineon/psoc6-cy8ckit-062S2-43012/.settings/ |
| A D | local_temp_storage.prefs | 2 temp.toolchain.exec.path=D\:\\IDE\\RT-ThreadStudio\\repo\\Extract\\ToolChain_Support_Packages\\ARM\…
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_CAN.c | 249 if(!IS_CAN_IDTYPE(TxMessage->IDE)) return HAL_ERROR; in HAL_CAN_Transmit() 255 if(TxMessage->IDE==CAN_Id_Standard)//Standard ID in HAL_CAN_Transmit() 281 hcan->Instance->DF.DATABUF[3+(TxMessage->IDE*2)+i] = TxMessage->Data[i]; in HAL_CAN_Transmit() 363 RxMessage->IDE = (uint8_t)(0x80 & hcan->Instance->DF.DATABUF[0])>>7; in HAL_CAN_GetRxMessage() 368 if (RxMessage->IDE == CAN_Id_Standard) in HAL_CAN_GetRxMessage()
|
| /bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/ |
| A D | readme | 5 2. Restart your IDE.
|
| /bsp/loongson/ls1cdev/drivers/ |
| A D | drv_can.c | 81 CAN_FilterInitStruct.IDE = ide; in bxmodifyfilter() 363 TxMessage.IDE = pmsg->ide; in sendmsg() 383 pmsg->ide = (rt_uint32_t) RxMessage.IDE; in recvmsg() 384 if(RxMessage.IDE == 1) in recvmsg()
|
| /bsp/fm33lc026/ |
| A D | README.md | 20 | IDE/编译器 | 已测试版本 |
|
| /bsp/ft32/ft32f072xb-starter/ |
| A D | README.md | 26 | IDE/编译器 | 已测试版本 |
|
| /bsp/nuvoton/ma35-rtp/ |
| A D | README.md | 17 | IDE/Compiler | Tested version |
|
| /bsp/nxp/lpc/lpc408x/ |
| A D | README.md | 20 | IDE / 编译器 | 已测试版本 |
|
| /bsp/wch/arm/ch32f203r-evt/ |
| A D | README.md | 15 | IDE/编译器 | 已测试版本 |
|
| /bsp/nuvoton/numaker-pfm-m487/ |
| A D | README.md | 38 Support GCC, MDK4, MDK5, IAR IDE/compilers. More information of these compiler version as following: 40 | IDE/Compiler | Tested version |
|
| /bsp/nuvoton/numaker-m032ki/ |
| A D | README.md | 33 Support GCC, MDK5, IAR IDE/compilers. More information of these compiler version as following: 35 | IDE/Compiler | Tested version |
|
| /bsp/wch/risc-v/ch32v103r-evt/ |
| A D | README.md | 38 | IDE/编译器 | 已测试版本 | 137 > WCH_RISC-V_Programmer下载软件 可以从 MRS IDE中直接导出
|
| /bsp/n32g452xx/Libraries/rt_drivers/ |
| A D | drv_can.c | 491 TxMessage->IDE = CAN_Standard_Id; in _can_sendmsg_rtmsg() 497 TxMessage->IDE = CAN_Extended_Id; in _can_sendmsg_rtmsg() 515 if (TxMessage->IDE == CAN_Standard_Id) in _can_sendmsg_rtmsg() 523 …base->sTxMailBox[mailbox_index].TMI |= ((TxMessage->ExtId << 3) | TxMessage->IDE | TxMessage->RTR); in _can_sendmsg_rtmsg() 621 RxMessage->IDE = (uint8_t)0x04 & can_base->sFIFOMailBox[FIFONum].RMI; in _can_recvmsg_rtmsg() 622 if (RxMessage->IDE == CAN_Standard_Id) in _can_recvmsg_rtmsg() 650 if (RxMessage->IDE == CAN_Standard_Id) in _can_recvmsg_rtmsg()
|
| /bsp/raspberry-pico/RP2040/applications/lvgl/ |
| A D | README_zh.md | 26 - [RT-Thread Studio](https://www.rt-thread.io/studio.html) IDE (免费版)
|
| /bsp/wch/arm/ch32f103c8-core/ |
| A D | README.md | 15 | IDE/编译器 | 已测试版本 |
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_can.c | 487 assert_param(IS_CAN_IDTYPE(TxMessage->IDE)); in CAN_Transmit() 513 if (TxMessage->IDE == CAN_Id_Standard) in CAN_Transmit() 523 TxMessage->IDE | \ in CAN_Transmit() 644 RxMessage->IDE = (uint8_t)0x04 & CANx->sFIFOMailBox[FIFONumber].RIR; in CAN_Receive() 645 if (RxMessage->IDE == CAN_Id_Standard) in CAN_Receive()
|