Skip to content

Commit 1faf1d6

Browse files
Using modified version of latest fork of stm32flash
1 parent 0f78542 commit 1faf1d6

18 files changed

Lines changed: 368 additions & 352 deletions

File tree

.gitignore

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
.DS_store
2-
other/maple-bootloader/.dep
3-
other/maple-bootloader/TAGS
4-
other/maple-bootloader/tags
5-
other/maple-bootloader/cscope.out
6-
other/maple-bootloader/build
7-
other/maple-bootloader/*~
1+
.DS_store
2+
other/maple-bootloader/.dep
3+
other/maple-bootloader/TAGS
4+
other/maple-bootloader/tags
5+
other/maple-bootloader/cscope.out
6+
other/maple-bootloader/build
7+
other/maple-bootloader/*~
8+
*.o
9+
tools/src/stm32flash/src/parsers/parsers.a
-2.19 KB
Binary file not shown.

tools/src/stm32flash_serial/src/i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include "port.h"
3333

3434

35-
#if defined(__WIN32__) || defined(__CYGWIN__) || defined(__APPLE__)
35+
#if !defined(__linux__)
3636

3737
static port_err_t i2c_open(struct port_interface *port,
3838
struct port_options *ops)
-1.57 KB
Binary file not shown.
-5.08 KB
Binary file not shown.
-8.54 KB
Binary file not shown.
-4.54 KB
Binary file not shown.
-4.1 KB
Binary file not shown.
-8.75 KB
Binary file not shown.
-1.84 KB
Binary file not shown.

0 commit comments

Comments
 (0)