Searched refs:ex (Results 1 – 11 of 11) sorted by relevance
| /bsp/hifive1/ |
| A D | openocd.sh | 3 …ex "set remotetimeout 240" -ex "target extended-remote localhost:3333" -ex "monitor reset halt" -e…
|
| /bsp/sparkfun-redv/ |
| A D | openocd.sh | 3 …ex "set remotetimeout 240" -ex "target extended-remote localhost:3333" -ex "monitor reset halt" -e…
|
| /bsp/nuclei/gd32vf103_rvstar/ |
| A D | SConstruct | 75 upload_cmd = '{} {} -ex "set remotetimeout 240" \ 76 -ex "target remote | openocd --pipe -f {}" \ 77 --batch -ex "monitor halt" -ex "monitor flash protect 0 0 last off" -ex "load" \ 78 -ex "monitor resume" -ex "quit"'.format(GDB, TARGET, openocd_cfg) 83 debug_cmd = '{} {} -ex "set remotetimeout 240" \ 84 -ex "target remote | openocd --pipe -f {}"'.format(GDB, TARGET, openocd_cfg)
|
| /bsp/nuclei/nuclei_fpga_eval/ |
| A D | SConstruct | 75 upload_cmd = '{} {} -ex "set remotetimeout 240" \ 76 -ex "target remote | openocd --pipe -f {}" \ 77 --batch -ex "monitor halt" -ex "monitor flash protect 0 0 last off" -ex "load" \ 78 -ex "monitor resume" -ex "quit"'.format(GDB, TARGET, openocd_cfg) 83 debug_cmd = '{} {} -ex "set remotetimeout 240" \ 84 -ex "target remote | openocd --pipe -f {}"'.format(GDB, TARGET, openocd_cfg)
|
| /bsp/gd32/arm/gd32470z-lckfb/board/ports/ |
| A D | drv_lcd.c | 315 void tli_draw_line(uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey, uint16_t color) in tli_draw_line() argument 321 delta_x = ex - sx; in tli_draw_line() 379 void tli_draw_rectangle(uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey, uint16_t color, uint16_… in tli_draw_rectangle() argument 384 for (i = sx; i < ex; i++) in tli_draw_rectangle() 394 tli_draw_line(sx, sy, ex, sy, color); in tli_draw_rectangle() 396 tli_draw_line(sx, ey, ex, ey, color); in tli_draw_rectangle() 397 tli_draw_line(ex, sy, ex, ey, color); in tli_draw_rectangle()
|
| A D | drv_touch.c | 442 void letgo_scan(uint16_t contact, uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey) in letgo_scan() argument 446 if (tp_dev.x[contact] <= sx || tp_dev.x[contact] >= ex) in letgo_scan()
|
| A D | drv_touch.h | 184 void letgo_scan(uint16_t contact, uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey);
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | sunxi_hal_common.h | 95 #define hal_assert(ex) \ argument 96 if (!(ex)) \
|
| /bsp/xuantie/smartl/e906/ |
| A D | README.md | 92 riscv64-unknown-elf-gdb.exe rtthread.elf -ex "target remote localhost:23333"
|
| /bsp/synopsys/boards/ |
| A D | SConstruct | 264 DBG_HW_FLAGS = ''' -ex "target remote | openocd --pipe %s" -ex "load" ''' % OPENOCD_OPTIONS
|
| /bsp/samd21/sam_d2x_asflib/sam0/utils/make/ |
| A D | Makefile.sam.in | 397 $(GDB) -x "$(PRJ_PATH)/$(DEBUG_SCRIPT_FLASH)" -ex "reset" -readnow -se $(TARGET_FLASH) 402 $(GDB) -x "$(PRJ_PATH)/$(DEBUG_SCRIPT_SRAM)" -ex "reset" -readnow -se $(TARGET_SRAM)
|
Completed in 28 milliseconds