| /bsp/renesas/ra4m2-eco/ |
| A D | JLinkSettings.JLinkScript | 7 * cannot be used as the use of RAM on the target MCU is not permitted. 9 * required, which makes no use of target RAM. This alternate mechanism 10 * is enabled through the use of device names post-pended with "_RAMLess". 12 * To use normal flash driver: 15 * To use slower, alternate flash driver:
|
| /bsp/renesas/docs/ |
| A D | BSP_Peripheral_Driver_Tutorial_of_RA_Series.md | 8 1. How to use more onboard resources on the development board 9 2. How to use more on-chip resources 14 - Learn how to use the ENV tool, refer to: [RT-Thread env programming manual](https://www.rt-threa… 15 - Familiar with the use of the [FSP](https://www2.renesas.cn/jp/zh/software-tool/flexible-software-… 19 … the RA6M4-CPK development board as an example to show step by step how to use the ENV tool to con… 34 …ripheral configuration menu** and **extension module configuration menu**, use the down button to … 80 …enter the command `list_device` to see the bus device named spi1, and the SPI1 bus is ready to use. 85 …For how to use and configure other types of peripherals, please refer to: [RA series use FSP to co… 87 When developers need to use unenabled peripherals, they only need to enable the related peripherals…
|
| /bsp/rockchip/rk2108/board/ |
| A D | Kconfig | 4 string "the board name you use" 8 hex "the memory base address you use" 14 hex "the memory size you use"
|
| /bsp/nuvoton/nk-n9h30/board/ |
| A D | Kconfig | 81 Choose this option if you use 7" 800x480x32b LCD panel. 88 Choose this option if you use 4.3" 480x272x32b LCD panel. 95 Choose this option if you use 7" 1024x600x32b LCD panel. 107 Choose this option if you use internal ADC touching function. 116 Choose this option if you use GT911 external TSC touching function. 125 Choose this option if you use FT5446 external TSC touching function.
|
| /bsp/stm32/stm32f103-blue-pill/applications/arduino_pinout/ |
| A D | README.md | 7 STM32 Blue Pill board has support [RTduino](https://github.com/RTduino/RTduino). Users can use Ardu… 64 > 1. Don't use a same hardware timer to drive PWM (analogRead) and servos at same time, because har… 70 …include the `#include <Wire.h>`, which is the Arduino official I2C header file, to use the I2C bus. 74 … the `#include <SPI.h>`, which is the Arduino official SPI header file, to use the SPI bus. In add… 78 …ard supports to use `Serial.` method to operate `uart1` device; use `Serial2.` method to use `uart…
|
| /bsp/simulator/SDL2/ |
| A D | COPYING.txt | 7 arising from the use of this software. 9 Permission is granted to anyone to use this software for any purpose, 14 claim that you wrote the original software. If you use this software
|
| /bsp/synopsys/boards/ |
| A D | README.md | 44 #### use RT-Thread ENV tool: 54 when you use other path, please set the environment variable `EMBARC_BSP_ROOT`. 74 When you use GNU Toolchain, you need to install [Zadig](http://zadig.akeo.ie) to replace the defaul… 103 After compile, please use the following cmds to debug 105 scons --gdb #use gdb debugger 106 scons --mdb #use mdb debugger 111 There are some parameters we can use in scons, for example:
|
| /bsp/nxp/lpc/lpc55sxx/lpc55s69_nxp_evk/ |
| A D | README.md | 63 (Windows(use ENV)) 112 To use the MDK or IAR, see the corresponding tutorial 134 Or use the `scons --exec-path="GCC toolchain path"`command to compile directly while specifying the… 152 Programming can use emulators, ISPs, and other ways to repeat them here. 189 - Please use env (v1.3.5) [download](https://github.com/RT-Thread/env-windows/releases/tag/v1.3.5) 190 - Please use the version is higher than 5.3 keil
|
| /bsp/pic32ethernet/ |
| A D | readme.txt | 6 so,console print use DBPRINTF. 7 if you want to use DBPRINTF in PIC32 Ethernet Starter Kit,
|
| /bsp/raspberry-pico/RP2040/board/ |
| A D | Kconfig | 400 bool "pwm slice use all A pin" 403 bool "pwm slice use all B pin" 438 bool "pwm slice use all A pin" 441 bool "pwm slice use all B pin" 476 bool "pwm slice use all A pin" 479 bool "pwm slice use all B pin" 514 bool "pwm slice use all A pin" 517 bool "pwm slice use all B pin" 552 bool "pwm slice use all A pin" 555 bool "pwm slice use all B pin" [all …]
|
| /bsp/raspberry-pico/RP2350/board/ |
| A D | Kconfig | 400 bool "pwm slice use all A pin" 403 bool "pwm slice use all B pin" 438 bool "pwm slice use all A pin" 441 bool "pwm slice use all B pin" 476 bool "pwm slice use all A pin" 479 bool "pwm slice use all B pin" 514 bool "pwm slice use all A pin" 517 bool "pwm slice use all B pin" 552 bool "pwm slice use all A pin" 555 bool "pwm slice use all B pin" [all …]
|
| /bsp/rv32m1_vega/ |
| A D | README.md | 24 It's recommended to use the [env tool](https://www.rt-thread.io/download.html?download=Env) to comp… 34 Please use JLink to connect to the JTAG interface of the RISC-V core on the RV32M1_VEGA board, and … 38 When the rtthread.bin image file is generated after being correctly compiled, you can use gdb to co… 40 For more information about how to use JTAG and how to use gdb to debug the RV32M1_VEGA development …
|
| /bsp/nuvoton/numaker-hmi-ma35d1/board/ |
| A D | Kconfig | 96 Choose this option if you use 7" 800x480x32b LCD panel. 103 Choose this option if you use 7" 1024x600x32b LCD panel. 116 Choose this option if you use GT911 external TSC touching function. 123 Choose this option if you use internal ADC touching function.
|
| /bsp/wch/risc-v/ch32v307v-r1/applications/arduino_pinout/ |
| A D | README.md | 7 CH32V307V-R1 board has support [RTduino](https://github.com/RTduino/RTduino). Users can use Arduino… 50 > 1. Don't use a same hardware timer to drive PWM (analogRead) and servos at same time, because har… 56 …include the `#include <Wire.h>`, which is the Arduino official I2C header file, to use the I2C bus. 64 This board supports to use `Serial.` method to operate `uart1` device. See [example](https://github…
|
| /bsp/bouffalo_lab/bl61x/board/config/ |
| A D | bl_factory_params_IoTKitA_auto.dts | 307 … "bf";//B: only use power offset in EFUSE; b: use power offset in EFUSE with incremental mode; F: … 331 … //negative value is NOT supported. So we use '256' for 0, '255' for -1, '257' for 1,'511' for 256
|
| /bsp/stm32/stm32f412-st-nucleo/applications/arduino_pinout/ |
| A D | README.md | 7 STM32F412 Nucleo board has support [RTduino](https://github.com/RTduino/RTduino). Users can use Ard… 58 > 1. Don't use a same hardware timer to drive PWM (analogRead) and servos at same time, because har… 68 …include the `#include <Wire.h>`, which is the Arduino official I2C header file, to use the I2C bus. 72 …n. Directly quote `#include <SPI.h>` (Arduino official SPI header file) to use. After using the SP… 76 This board supports to use `Serial.` method to operate `uart3` device. See [example](https://github…
|
| /bsp/wch/risc-v/ch32v208w-r0/ |
| A D | README_EN.md | 33 …ease caused by the standard library added during linking, we can choose to use the relatively smal… 51 …lt, use RT-Studio to turn on the corresponding switches directly and configure the corresponding p… 59 …ayer for these modules that support AT instructions, and this summary will use the AT group to com… 65 …serial port, here we use UART2, the serial driver is already supported by default, we just need to… 119 … will see the familiar `void setup(void)` and `void loop(void)`, so we can use the BSP here like t…
|
| /bsp/efm32/ |
| A D | Readme.txt | 14 3. please also turn on the following define to use simple http server 16 …or turn on the following defines to use EFM32 Ethernet utility functions (due to memory limitation…
|
| /bsp/Infineon/psoc6-cy8ckit-062-WIFI-BT/libs/TARGET_CY8CKIT-062-WIFI-BT/config/GeneratedSource/ |
| A D | qspi_config.cfg | 5 # This file contains a SMIF Bank layout for use with OpenOCD. 15 # you may not use this file except in compliance with the License.
|
| /bsp/Infineon/psoc6-cy8ckit-062S2-43012/libs/TARGET_CY8CKIT-062S2-43012/config/GeneratedSource/ |
| A D | qspi_config.cfg | 5 # This file contains a SMIF Bank layout for use with OpenOCD. 15 # you may not use this file except in compliance with the License.
|
| /bsp/Infineon/psoc6-cy8ckit-062s4/libs/TARGET_CY8CKIT-062S4/config/GeneratedSource/ |
| A D | qspi_config.cfg | 5 # This file contains a SMIF Bank layout for use with OpenOCD. 15 # you may not use this file except in compliance with the License.
|
| /bsp/Infineon/psoc6-evaluationkit-062S2/libs/TARGET_RTT-062S2/config/GeneratedSource/ |
| A D | qspi_config.cfg | 5 # This file contains a SMIF Bank layout for use with OpenOCD. 15 # you may not use this file except in compliance with the License.
|
| /bsp/Infineon/libraries/templates/PSOC62/libs/TARGET_CY8CKIT-062S2-43012/config/GeneratedSource/ |
| A D | qspi_config.cfg | 5 # This file contains a SMIF Bank layout for use with OpenOCD. 15 # you may not use this file except in compliance with the License.
|
| /bsp/Infineon/libraries/templates/XMC7200D/libs/TARGET_APP_KIT_XMC72_EVK/config/GeneratedSource/ |
| A D | qspi_config.cfg | 5 # This file contains a SMIF Bank layout for use with OpenOCD. 15 # you may not use this file except in compliance with the License.
|
| /bsp/Infineon/psoc6-cy8ckit-062-BLE/libs/TARGET_CY8CKIT-062-BLE/config/GeneratedSource/ |
| A D | qspi_config.cfg | 5 # This file contains a SMIF Bank layout for use with OpenOCD. 15 # you may not use this file except in compliance with the License.
|