- Notifications
You must be signed in to change notification settings - Fork1k
Commit6fc4073
Fix flash offset on HY_TinySTM103T variant. (#1131)
The linker script for the HY_TinySTM103T variant ignored theLD_FLASH_OFFSET linker flags. This prevented proper operation when usinga bootloader on these boards. The linker script has been replaced withthe generic F103 linkerscript that properly implements this.Co-authored-by: Frederic Pillon <frederic.pillon@st.com>1 parent17e8cda commit6fc4073
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments
Comments
(0)