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/1745bf5193c4d3186d4f6fde59cc86e9bad6e61b below:

[doc] Human-readable flash_type in chip-id files · stlink-org/stlink@1745bf5 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-0

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

@@ -83,6 +83,7 @@ void process_chipfile(char *fname) {

83 83

} else if (strcmp(word, "flash_type") == 0) {

84 84

buf[strlen(buf) - 1] = 0; // chomp newline

85 85

sscanf(buf, "%*s %n", &nc);

86 +

// Match human readable flash_type with enum stm32_flash_type { }.

86 87

if (strcmp(value, "F0_F1_F3") == 0) {

87 88

ts->flash_type = STM32_FLASH_TYPE_F0_F1_F3;

88 89

} else if (strcmp(value, "F1_XL") == 0) {

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