| /bsp/ESP32_C3/ |
| A D | esp32c3.gpb | 1 set remote hardware-breakpoint-limit 1 2 set remote hardware-watchpoint-limit 1 3 set remote interrupt-on-connect on 4 set remote kill-packet off 5 set remote symbol-lookup-packet off 6 set remote verbose-resume-packet off 15 target remote /dev/ttyACM0
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/msgbox/msgbox_amp/ |
| A D | msgbox_amp.c | 15 static inline int calculte_n(int local, int remote) in calculte_n() argument 17 if (remote < local) in calculte_n() 18 return remote; in calculte_n() 20 return remote - 1; in calculte_n() 87 uint32_t hal_msgbox_alloc_channel(struct msg_endpoint *edp, uint32_t remote, in hal_msgbox_alloc_channel() argument 91 edp->remote_amp = remote; in hal_msgbox_alloc_channel()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/msgbox/ |
| A D | test_msgbox.c | 52 static inline int calculte_n(int local, int remote) in calculte_n() argument 54 if (remote < local) in calculte_n() 55 return remote; in calculte_n() 57 return remote - 1; in calculte_n()
|
| /bsp/thead-smart/ |
| A D | gdbinit | 1 target remote 172.16.201.64:1025
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | hal_msgbox.h | 30 uint32_t hal_msgbox_alloc_channel(struct msg_endpoint *edp, uint32_t remote,
|
| /bsp/samd21/sam_d2x_asflib/sam0/boards/samd21_xplained_pro/debug_scripts/gcc/ |
| A D | samd21_xplained_pro_sram.gdb | 10 target remote localhost:2331
|
| A D | samd21_xplained_pro_flash.gdb | 10 target remote localhost:2331
|
| /bsp/nuclei/gd32vf103_rvstar/ |
| A D | SConstruct | 76 -ex "target remote | openocd --pipe -f {}" \ 84 -ex "target remote | openocd --pipe -f {}"'.format(GDB, TARGET, openocd_cfg)
|
| /bsp/nuclei/nuclei_fpga_eval/ |
| A D | SConstruct | 76 -ex "target remote | openocd --pipe -f {}" \ 84 -ex "target remote | openocd --pipe -f {}"'.format(GDB, TARGET, openocd_cfg)
|
| /bsp/Infineon/psoc6-pioneerkit_modus/libs/psoc6make/make/scripts/ |
| A D | gdbinit | 2 target remote:3333
|
| A D | gdbinit_secure | 2 target remote:3333
|
| /bsp/samd21/sam_d2x_asflib/sam0/boards/samd20_xplained_pro/debug_scripts/gcc/ |
| A D | samd20_xplained_pro_sram.gdb | 10 target remote localhost:2331
|
| A D | samd20_xplained_pro_flash.gdb | 10 target remote localhost:2331
|
| /bsp/nuvoton/ma35-rtp/ |
| A D | README.md | 5 The MA35-RTP is a rt-thread porting for remote processor(RTP) of MA35 series. The firmware is copie…
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/msgbox/msgbox_sx/ |
| A D | msgbox_adapt.c | 40 uint32_t hal_msgbox_alloc_channel(struct msg_endpoint *edp, uint32_t remote, in hal_msgbox_alloc_channel() argument
|
| /bsp/asm9260t/jlink/ |
| A D | asm9260t.gdb | 58 #target remote localhost:2331
|
| /bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/ |
| A D | SWM320_can.h | 75 uint8_t remote; //消息是否为远程帧 member
|
| A D | SWM320_can.c | 232 msg->remote = (CANx->FRAME.INFO & CAN_INFO_RTR_Msk) >> CAN_INFO_RTR_Pos; in CAN_Receive()
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_can.h | 88 uint8_t remote; //消息是否为远程帧 member
|
| A D | SWM341_can.c | 239 msg->remote = (CANx->FRAME.INFO & CAN_INFO_RTR_Msk) >> CAN_INFO_RTR_Pos; in CAN_Receive()
|
| /bsp/xuantie/smartl/e906/ |
| A D | README.md | 92 riscv64-unknown-elf-gdb.exe rtthread.elf -ex "target remote localhost:23333"
|
| /bsp/nuvoton/numaker-hmi-ma35d1/ |
| A D | README.md | 102 remote: Enumerating objects: 67821, done. 103 remote: Counting objects: 100% (1085/1085), done. 104 remote: Compressing objects: 100% (608/608), done. 105 remote: Total 67821 (delta 512), reused 964 (delta 476), pack-reused 66736
|
| /bsp/bouffalo_lab/bl808/ |
| A D | README.md | 25 IR remote、 Display 和 GPIO。
|
| /bsp/at91/at91sam9260/debug_scripts/ |
| A D | at91sam9260.gdb | 212 #target remote localhost:2331
|
| /bsp/synwit/libraries/SWM341_drivers/ |
| A D | drv_can.c | 429 if (CAN_RXMsg.remote == 0) in swm_can_recvmsg()
|