A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/stlink-org/stlink/commit/43498dedf651260ef34197e512d35e3ad7142401 below:

General Project Update · stlink-org/stlink@43498de · GitHub

File tree Expand file treeCollapse file tree 3 files changed

+22

-3

lines changed

Filter options

Expand file treeCollapse file tree 3 files changed

+22

-3

lines changed Original file line number Diff line number Diff line change

@@ -22,19 +22,27 @@ Features:

22 22

- Added support for STLINK-V3 devices with no MSD ([#1185](https://github.com/stlink-org/stlink/pull/1185))

23 23

- Updated gdb-server.c to allow external memory access on STM32H73xx ([#1196](https://github.com/stlink-org/stlink/pull/1196), [#1197](https://github.com/stlink-org/stlink/pull/1197))

24 24

- Erase addr size / section of the flash memory with st-flash ([#1213](https://github.com/stlink-org/stlink/pull/1213))

25 +

- Added writing and reading for STM32WL option bytes ([#1226](https://github.com/stlink-org/stlink/pull/1226), [#1227](https://github.com/stlink-org/stlink/pull/1227))

26 +

- Added parametres option_base, option_size for F401xD_xE ([#1235](https://github.com/stlink-org/stlink/pull/1235))

27 +

- Added support for option bytes to F1xx_XLD (GD32F30x) ([#1250](https://github.com/stlink-org/stlink/pull/1250))

28 +

- Added option byte address for L4Rx devices ([#1254](https://github.com/stlink-org/stlink/pull/1254))

25 29 26 30

Updates & changes:

27 31 28 32

- [refactoring] Moved chip-specific parameters into separate files ([#237](https://github.com/stlink-org/stlink/pull/237), [#1129](https://github.com/stlink-org/stlink/pull/1129))

29 33

- Added instructions for bug-reports and feature-requests to contribution guidelines ([#906](https://github.com/stlink-org/stlink/pull/906))

30 -

- Added travis CI configuration for macOS 10.14 to maintain capability for 32-bit compilation ([#f5ada94](https://github.com/stlink-org/stlink/commit/f5ada9474cdb87ff37de0d4eb9e75622b5870646))

34 +

- Added travis CI configuration for macOS 10.14 to maintain capability for 32-bit compilation (commit [#f5ada94](https://github.com/stlink-org/stlink/commit/f5ada9474cdb87ff37de0d4eb9e75622b5870646))

31 35

- Updated description of chip id 0x0457 to L01x/L02x ([#1143](https://github.com/stlink-org/stlink/pull/1143), [#1144](https://github.com/stlink-org/stlink/pull/1144))

32 36

- Dropped execute bits from source code files ([#1167](https://github.com/stlink-org/stlink/pull/1167))

33 37

- Use proper Markdown headers for supported MCUs ([#1168](https://github.com/stlink-org/stlink/pull/1168))

34 38

- Removed redundant array ([#1178](https://github.com/stlink-org/stlink/pull/1178))

35 39

- Updated chip config files from the library structs ([#1181](https://github.com/stlink-org/stlink/pull/1181))

36 40

- [doc] Corrected file path in tutorial ([#1186](https://github.com/stlink-org/stlink/pull/1186))

37 41

- Improved chipid checks and printouts ([#1188](https://github.com/stlink-org/stlink/pull/1188))

42 +

- [refactoring] Sourcefile 'common.c' ([#1218](https://github.com/stlink-org/stlink/pull/1218), [#1220](https://github.com/stlink-org/stlink/pull/1220))

43 +

- Set C standard through cmake variables ([#1221](https://github.com/stlink-org/stlink/pull/1221))

44 +

- [doc] Added make install to the macOS compiling instructions ([#1259](https://github.com/stlink-org/stlink/pull/1259))

45 +

- [doc] Linux Install from code Documentation improvement ([#1263](https://github.com/stlink-org/stlink/pull/1263), (commit [#2926648](https://github.com/stlink-org/stlink/commit/2926648be78f32919c0624bf1060b17fffde8b0d))

38 46 39 47

Fixes:

40 48

- cmake: Install shared libraries in proper directories ([#1142](https://github.com/stlink-org/stlink/pull/1142))

@@ -53,6 +61,10 @@ Fixes:

53 61

- Define 'SSIZE_MAX' if not defined ([#1183](https://github.com/stlink-org/stlink/pull/1183))

54 62

- Fixed compliation for OpenBSD 7.0 ([#1202](https://github.com/stlink-org/stlink/pull/1202))

55 63

- Included 'SSIZE_MAX' from 'limits.h' in 'src/common.c' ([#1207](https://github.com/stlink-org/stlink/pull/1207))

64 +

- Fix for libusb_kernel_driver_active & error handling for st.st_size () ([#1210](https://github.com/stlink-org/stlink/pull/1210), [#1211](https://github.com/stlink-org/stlink/pull/1211), [#1214](https://github.com/stlink-org/stlink/pull/1214)

65 +

- st-trace: Fixed clock issues ([#1251](https://github.com/stlink-org/stlink/pull/1251), [#1252](https://github.com/stlink-org/stlink/pull/1252))

66 +

- Fixed flash regs addr for STM32L152RET6 in common_flash.c ([#1265](https://github.com/stlink-org/stlink/pull/1265))

67 +

- Fixed flash, dbgmcu and rcc registers for STM32L1 ([#1266](https://github.com/stlink-org/stlink/pull/1266))

56 68 57 69

# v1.7.0

58 70 Original file line number Diff line number Diff line change

@@ -51,8 +51,10 @@ Greg Alexander [galexander1]

51 51

Greg Meiste [meisteg]

52 52

Grzegorz Szymaszek [gszy]

53 53

Guillaume Revaillot [grevaillot]

54 +

Gwenhael Goavec-Merou [trabucayre]

54 55

Hakkavélin <hakkavelin@braudrist.lan>

55 56

Halt Hammerzeit

57 +

[hydroconstructor]

56 58

htk <htk@vdr.fritz.box>

57 59

Ian Griffiths

58 60

Jack Peel

@@ -115,6 +117,7 @@ Sean Simmons

115 117

Sergey Alirzaev

116 118

Simon Derr [sderr]

117 119

Simon Wright

120 +

[simplerobot]

118 121

Stany Marcel

119 122

Stefan Misik

120 123

Sven Wegener

Original file line number Diff line number Diff line change

@@ -119,14 +119,18 @@ or execute (Debian-based systems only): `apt-get install gcc build-essential cma

119 119 120 120

1. Change into the project source directory: `cd stlink`

121 121

2. Run `make clean` -- required by some linux variants.

122 -

3. Run `make release` to create the _Release_ target

122 +

3. Run `make release` to create the _Release_ target.

123 123

4. Run `make install` to full install the package with complete system integration. This might require sudo permissions.

124 124

5. Run `make debug` to create the _Debug_ target (_optional_)<br />

125 125

The debug target is only necessary in order to modify the sources and to run under a debugger.

126 126

6. Run `make package`to build a Debian Package. The generated packages can be found in the subdirectory `./build/dist`.

127 127 128 128

As an option you may also install to an individual user-defined folder e.g `$HOME` with `make install DESTDIR=$HOME`.

129 129 130 +

### How to avoid the error message: "Can not open shared object file"

131 + 132 +

When installing system-wide (`sudo make install`) the dynamic library cache needs to be updated with the command `ldconfig`.

133 + 130 134

#### Removal:

131 135 132 136

1. Run `make uninstall` to perform a clean uninstall of the package from the system.

@@ -216,7 +220,7 @@ To do this with only one simple command, type:

216 220

2. Run `make clean` to clean remnants of any previous builds.

217 221

3. Run `make release` to create the _Release_ target

218 222

4. Run `make install` to full install the package with complete system integration. This might require sudo permissions.

219 -

5. Run `make debug` to create the _Debug_ target (_optional_)<br />

223 +

5. Run `make debug` to create the _Debug_ target. (_optional_)<br />

220 224

The debug target is only necessary in order to modify the sources and to run under a debugger.

221 225 222 226

As an option you may also install to an individual user-defined folder e.g `$HOME` with `make install DESTDIR=$HOME`.

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4