Home
last modified time | relevance | path

Searched refs:stlink (Results 1 – 25 of 116) sorted by relevance

12345

/dports/devel/stlink/stlink-1.7.0/
H A DCHANGELOG.md1 # stlink Changelog
11stlink-org/stlink/pull/332), [#990](https://github.com/stlink-org/stlink/pull/990), [#1091](https:…
12stlink-org/stlink/pull/532), [#801](https://github.com/stlink-org/stlink/pull/801), [#868](https:/…
13stlink-org/stlink/pull/671), [#793](https://github.com/stlink-org/stlink/pull/793), [#823](https:/…
43stlink-org/stlink/pull/244), [#382](https://github.com/stlink-org/stlink/pull/382), [#705](https:/…
44stlink-org/stlink/pull/356), [#556](https://github.com/stlink-org/stlink/pull/556), [#593](https:/…
57stlink-org/stlink/pull/1002), [#1011](https://github.com/stlink-org/stlink/pull/1011), [#1026](htt…
294stlink-org/stlink/pull/569), [#573](https://github.com/stlink-org/stlink/pull/573), [#578](https:/…
337stlink-org/stlink/pull/444), [#472](https://github.com/stlink-org/stlink/pull/472), [#473](https:/…
346stlink-org/stlink/pull/324), [#326](https://github.com/stlink-org/stlink/pull/326), [#327](https:/…
[all …]
H A DREADME.md4 …elease](https://img.shields.io/github/release/stlink-org/stlink.svg)](https://github.com/stlink-or…
5 …ads](https://img.shields.io/github/downloads/stlink-org/stlink/total)](https://github.com/stlink-o…
6 ![GitHub commits](https://img.shields.io/github/commits-since/stlink-org/stlink/v1.7.0/develop)
7 ![GitHub activity](https://img.shields.io/github/commit-activity/m/stlink-org/stlink)
8 ![GitHub contributors](https://img.shields.io/github/contributors/stlink-org/stlink)
9 …eQL](https://github.com/stlink-org/stlink/actions/workflows/codeql-analysis.yml/badge.svg)](https:…
10 …I](https://github.com/stlink-org/stlink/actions/workflows/c-cpp.yml/badge.svg?branch=testing)](htt…
11 …ttps://img.shields.io/travis/stlink-org/stlink/master?env=BADGE=linux&label=linux)](https://travis…
12 …(https://img.shields.io/travis/stlink-org/stlink/master?env=BADGE=osx&label=osx)](https://travis-c…
88 - Debian Linux: [(Link)](https://github.com/stlink-org/stlink/releases)
[all …]
/dports/devel/stlink/stlink-1.7.0/src/st-trace/
H A Dtrace.c198 if (stlink_force_debug(stlink)) { in enable_trace()
210 stlink_write_debug32(stlink, STLINK_REG_DHCSR, in enable_trace()
222 stlink, STLINK_REG_DBGMCU_CR, in enable_trace()
493 WLOG("Chip ID: 0x%04x\n", stlink->chip_id); in check_for_configuration_error()
533 stlink_t *stlink = stlink_connect(&settings); in main() local
534 if (!stlink) { in main()
539 stlink->verbose = settings.logging_level; in main()
566 stlink->max_trace_freq); in main()
582 if (stlink_run(stlink, RUN_NORMAL)) { in main()
592 stlink_trace_disable(stlink); in main()
[all …]
/dports/devel/stlink/stlink-1.7.0/cmake/packaging/deb/
H A Dcontrol1 Source: stlink
3 Maintainer: Nightwalker-87 <stlink-org>
8 Homepage: https://github.com/stlink-org/stlink
9 Vcs-Git: https://github.com/stlink-org/stlink.git
10 Vcs-Browser: https://github.com/stlink-org/stlink
H A Dcopyright2 Upstream-Name: stlink
3 Upstream-Contact: Nightwalker-87 <stlink-org>
4 Source: https://github.com/stlink-org/stlink
8 Copyright: 2011-2020 stlink-org
H A Dchangelog1 stlink (1.6.1) unstable; urgency=medium
5 -- Nightwalker-87 <stlink-org> Mon, 01 Jun 2020 00:00:00 +0100
/dports/devel/openocd/openocd-0.11.0/tcl/interface/
H A Dstlink-v1.cfg1 echo "WARNING: interface/stlink-v1.cfg is deprecated, please switch to interface/stlink.cfg"
2 source [find interface/stlink.cfg]
H A Dstlink-v2-1.cfg1 echo "WARNING: interface/stlink-v2-1.cfg is deprecated, please switch to interface/stlink.cfg"
2 source [find interface/stlink.cfg]
H A Dstlink-v2.cfg1 echo "WARNING: interface/stlink-v2.cfg is deprecated, please switch to interface/stlink.cfg"
2 source [find interface/stlink.cfg]
/dports/devel/stlink/stlink-1.7.0/src/stlink-gui/
H A Dstlink-gui.desktop2 Name=stlink
5 Exec=stlink-gui
6 Icon=stlink-gui
/dports/lang/rust/rustc-1.58.1-src/src/doc/embedded-book/src/intro/install/
H A Dverify.md20 openocd -f interface/stlink.cfg -f target/stm32f3x.cfg
24 > not contain the new (and preferable) `interface/stlink.cfg` file; instead you
25 > may need to use `interface/stlink-v2.cfg` or `interface/stlink-v2-1.cfg`.
43 Info : using stlink api v2
57 openocd -f interface/stlink-v2.cfg -f target/stm32f3x.cfg
61 openocd -f interface/stlink-v2-1.cfg -f target/stm32f3x.cfg
/dports/devel/stlink/stlink-1.7.0/doc/
H A Dcompiling.md25 6. Fetch the project sourcefiles by running `git clone https://github.com/stlink-org/stlink.git`fro…
26 or download the stlink zip-sourcefolder from the Release page on GitHub
65 This will create a solution file `stlink.sln` in the build folder.
66 Now, you can build whole `stlink` suite using following command:
69 msbuild /m /p:Configuration=Release stlink.sln
102 - `libgtk-3-dev` (_optional_, needed for `stlink-gui`)
114 4. Fetch the project sourcefiles by running `git clone https://github.com/stlink-org/stlink.git`
120 1. Change into the project source directory: `cd stlink`
195 - `gtk+3` or `gtk3` (_optional_, needed for `stlink-gui`)
211 4. Fetch the project sourcefiles by running `git clone https://github.com/stlink-org/stlink.git`
[all …]
H A Drelease.md11 6. Upload packages to the [release page](https://github.com/stlink-org/stlink/releases) of this pro…
H A Dflashloaders.md5stlink` from the host side. Flashloaders are introduced to cooperate with `stlink` so that the fla…
7 As SRAM is usually less in size than FLASH, `stlink` only flashes one page (may be less if SRAM is …
/dports/devel/openocd/openocd-0.11.0/tcl/board/
H A Dstm32l4discovery.cfg4 # an stlink-v2-1 interface.
5 # This is for STM32L4 boards that are connected via stlink-v2-1.
7 source [find interface/stlink.cfg]
/dports/devel/stlink/stlink-1.7.0/.github/ISSUE_TEMPLATE/
H A Dbug-report.md8 Thank you for giving feedback to the stlink project.
19 - [ ] **stlink tools version** and/or git commit hash: [enter here] (e.g v1.6.1/git-d0416149)
20 - [ ] stlink commandline tool name: [enter here] (e.g `st-info`, `st-flash`, `st-trace`, `st-util`)
37 The stlink project maintainers
H A Dfeature-request.md8 Thank you for giving feedback to the stlink project.
19 - [ ] **stlink tools version** and/or git commit hash: [enter here] (e.g v1.6.1/git-d0416149)
20 - [ ] stlink commandline tool name: [enter here] (e.g `st-info`, `st-flash`, `st-trace`, `st-util`)
37 The stlink project maintainers
/dports/devel/stlink/stlink-1.7.0/doc/man/
H A Dst-info.md1 % st-flash(1) Open Source STMicroelectronics Stlink Tools | stlink
52 Found 1 stlink programmers
66 See *LICENSE* file in the stlink source distribution.
H A Dst-util.md1 % st-util(1) Open Source STMicroelectronics Stlink Tools | stlink
64 See *LICENSE* file in the stlink source distribution.
H A Dst-flash.md1 % st-flash(1) Open Source STMicroelectronics Stlink Tools | stlink
83 See *LICENSE* file in the stlink source distribution.
/dports/devel/stlink/
H A D.license-catalog.mk5 _LICENSE_DISTFILES=stlink-org-stlink-v1.7.0_GH0.tar.gz
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw2178.pp3 stlpos=^stlink;
4 stlink=
127 procedure stlink.save(var f:file);
147 procedure stlink.load(var f:file);
155 d:stlink;
/dports/devel/stlink/stlink-1.7.0/cmake/packaging/
H A Dcpack_config.cmake11 set(CPACK_PACKAGE_VENDOR "stlink-org")
12 set(CMAKE_PROJECT_HOMEPAGE_URL "https://github.com/stlink-org/stlink")
57 set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Nightwalker-87 <stlink-org>")
/dports/lang/micropython/micropython-1.17/ports/stm32/
H A DREADME.md115 ### Flashing the Firmware with stlink
120 [stlink](https://github.com/texane/stlink) project. To do so, connect the board
122 `deploy-stlink`. For example, if you have the STM32F4DISCOVERY board, you can
125 $ make BOARD=STM32F4DISC deploy-stlink
136 $ make BOARD=STM32F4DISC deploy-stlink
/dports/devel/wasm3/wasm3-0.5.0/platforms/embedded/arduino/
H A Dplatformio.ini97 upload_protocol = stlink
108 upload_protocol = stlink

12345