Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
486e15682769403e565ee20393e5713e037de598
/
scripts
/
support
2358df2
scripts: jlink: Don't reset after load
by Maureen Helm
· 7 years ago
5fe74ca
scripts: zephyr_flash_debug: Cleanup the script argument usage
by Kumar Gala
· 7 years ago
539d2af
flash: support flashing multiple configurations of a single board
by Anas Nashif
· 7 years ago
934a8cb
flasher: remove obsolete KBUILD_VERBOSE
by Anas Nashif
· 7 years ago
5eddb08
flash: fix arc flasher script
by Anas Nashif
· 7 years ago
682a207
scripts: runner: core: fix stale comments
by Marti Bolivar
· 7 years ago
2d21300
scripts: runner: core: fix comment typo
by Marti Bolivar
· 7 years ago
208526d
scripts: runner: use ss on linux, not netstat
by Marti Bolivar
· 7 years ago
81f2d21
build: remove flash/debug shell scripts
by Marti Bolivar
· 7 years ago
a9aec55
scripts: runner: add qemu.py, a stand-in for QEMU
by Marti Bolivar
· 7 years ago
d4d7cc7
scripts: runner: add xtensa.py, with debug support
by Marti Bolivar
· 7 years ago
f13390e
scripts: runner: add jlink.py, with debug and debugserver support
by Marti Bolivar
· 7 years ago
4732b96
scripts: runner: add debug support to nios.py
by Marti Bolivar
· 7 years ago
1040909
scripts: runner: add network port helper class
by Marti Bolivar
· 7 years ago
32b475e
scripts: zephyr_flash_debug: refactor into new "runner" package
by Marti Bolivar
· 7 years ago
12802cf
scripts: zephyr_flash_debug: improve debug logging
by Marti Bolivar
· 7 years ago
ade65bd
scripts: zephyr_flash_debug: get bossac port from environment
by Marti Bolivar
· 7 years ago
f6c42cd
scripts: zephyr_flash_debug: fix Nios II comment
by Marti Bolivar
· 7 years ago
b5a78f1
scripts: zephyr_flash_debug: refactor Nios II runner
by Marti Bolivar
· 7 years ago
90c0cfd
scripts: zephyr_flash_debug: add debug support to pyocd
by Marti Bolivar
· 7 years ago
9cf7d10
scripts: zephyr_flash_debug: refactor pyocd runner
by Marti Bolivar
· 7 years ago
77c2ef5
scripts: zephyr_flash_debug: add debug support to openocd
by Marti Bolivar
· 7 years ago
4a66536
scripts: zephyr_flash_debug: refactor openocd runner
by Marti Bolivar
· 7 years ago
9224b54
scripts: zephyr_flash_debug: fix ARC OPENOCD_EXTRA_INIT
by Marti Bolivar
· 7 years ago
9e619b0
scripts: zephyr_flash_debug: make ARC runner portable
by Marti Bolivar
· 7 years ago
3e01cef
scripts: zephyr_flash_debug: teach runners a client/server abstraction
by Marti Bolivar
· 7 years ago
45440be
scripts: zephyr_flash_debug: debug like arc_debugger.sh
by Marti Bolivar
· 7 years ago
8ceb7ca
scripts: zephyr_flash_debug: add missing nrfjprog line
by Marti Bolivar
· 7 years ago
fbe2fcd
scripts: zephyr_flash_debug: generalize to support debugging
by Marti Bolivar
· 7 years ago
1f0c60c
bossa: add support for specifying the port
by Kumar Gala
· 7 years ago
1d38d98
scripts: Fix ESP_TOOL detection in zephyr_flash_debug.py
by Leandro Pereira
· 7 years ago
a22a7fe
scripts: zephyr_flash_debug: fix PYOCD_DAPARG
by Marti Bolivar
· 7 years ago
a645257
fix "scripts: zephyr_flash_debug: flash like dfuutil.sh"
by Marti Bolivar
· 7 years ago
73d560e
fix "scripts: zephyr_flash_debug: flash like openocd.sh"
by Marti Bolivar
· 7 years ago
b1e6ea2
scripts: zephyr_flash_debug: flash like arc_debugger.sh
by Marti Bolivar
· 7 years ago
cdffad2
scripts: zephyr_flash_debug: flash like nios2.sh
by Marti Bolivar
· 7 years ago
bee6f9e
scripts: zephyr_flash_debug: flash like openocd.sh
by Marti Bolivar
· 7 years ago
61aa0e0
scripts: zephyr_flash_debug: flash like nrf_flash.sh
by Marti Bolivar
· 7 years ago
1126523
scripts: zephyr_flash_debug: flash like esp32.sh
by Marti Bolivar
· 7 years ago
289c0f0
scripts: zephyr_flash_debug: flash like bossa-flash.sh
by Marti Bolivar
· 7 years ago
4bfbe25
scripts: zephyr_flash_debug: flash like pyocd.sh
by Marti Bolivar
· 7 years ago
257fa4a
scripts: zephyr_flash_debug: flash like dfuutil.sh
by Marti Bolivar
· 7 years ago
113ee65
build: interpose zephyr_flash_debug.py in flash target
by Marti Bolivar
· 7 years ago
9c390d7
scripts: Add support for passing daparg argument to pyocd commands
by Maureen Helm
· 7 years ago
61c5c23
scripts: Run JLinkGDBServer in silent mode
by Maureen Helm
· 8 years ago
c5940fa
scripts: pyocd.sh: Add support for passing board_id to pyocd commands
by Kumar Gala
· 8 years ago
76be0a4
scripts: bossa-flash.sh: fix variable usage
by Kumar Gala
· 8 years ago
f0b4e17
esp32: Use esptool.py to flash with 'make flash'
by Leandro Pereira
· 8 years ago
65e5401
xtensa: fix 'make debug' for xt-sim targets
by Andrew Boie
· 8 years ago
9bc69a4
boards: Update arc em_starterkit support from 2.2 to 2.3
by Huaqi Fang
· 8 years ago
f49e199
scripts: Add flash and debug support using pyOCD on NXP boards
by Maureen Helm
· 8 years ago
c16ad34
scripts: Add support for 'make debug' using Segger JLink on NXP boards
by Maureen Helm
· 8 years ago
e930a41
build: honor V=1 when flashing via DFU
by Anas Nashif
· 8 years ago
955ba73
scripts: openocd.sh: Honour V=1
by Daniel Thompson
· 8 years ago
fd8c59b
scripts/dfuutil: support both "alternate setting" name and number
by Patrice Buriez
· 8 years ago
ce6ad70
scripts: openocd.sh: align usage of OPENOCD_*_CMD variables
by Piotr Mienkowski
· 8 years ago
4f92c18
scripts/dfuutil: add support for DfuSe devices
by Ricardo Salveti
· 8 years ago
46a00d4
scripts:nrf: Add 'make flash' for nrf boards.
by Michał Kruszewski
· 8 years ago
b6480cd
flash: openocd: make 'make flash' target work without Zephyr SDK
by Piotr Mienkowski
· 8 years ago
82188ed
scripts: add support script for 'make flash' over DFU
by Patrice Buriez
· 8 years ago
2c3a20b
boards: arduino_due: Add make flash support
by Punit Vara
· 8 years ago
eb50958
xt-sim: add support for 'make debug'
by Andrew Boie
· 8 years ago
6d9ed99
build: use target 'debugserver' for Qemu debugging
by Anas Nashif
· 8 years ago
8d35760
board: organize boards based on architecture
by Kumar Gala
· 8 years ago
b6612f45
altera_max10: default to UFM flashing
by Andrew Boie
· 9 years ago
50131a3
altera_max10: support 'make flash' and 'make debug'
by Andrew Boie
· 9 years ago
9280e71
nios2: add flashing/debug scripts
by Andrew Boie
· 9 years ago
a49762c
add debug/debugserver support
by Anas Nashif
· 9 years ago
54634d6
add support for debugserver
by Anas Nashif
· 9 years ago
51be9a5
Add flash support for boards using latest SDK
by Anas Nashif
· 9 years ago