Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit d44a5e4

Browse files
committed
prepare 10.1.0-1.2
1 parent 4b9155f commit d44a5e4

14 files changed

+686
-774
lines changed

CHANGELOG.md

Lines changed: 35 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,95 @@
11

2-
## Change & release log
2+
# Change & release log
33

4-
Releases in reverse chronological order.
4+
Entries in this file are in reverse chronological order.
55

6-
### 2021-01-05
6+
## 2021-11-02
7+
8+
- v10.1.0-1.2 prepared
9+
- update for new helper & XBB v3.3
10+
11+
## 2021-01-05
712

813
- v10.1.0-1.1 published on npmjs.com
914
- v10.1.0-1.1 released
1015

11-
### 2020-12-23
16+
## 2020-12-23
1217

1318
- v10.1.0-1.1 prepared
1419

15-
### 2020-10-25
20+
## 2020-10-25
1621

1722
- v8.3.0-2.3.1 published on npmjs.com
1823
- v8.3.0-2.3 released
1924

20-
### 2020-10-24
25+
## 2020-10-24
2126

2227
- v8.3.0-2.3 prepared
2328

24-
### 2020-10-13
29+
## 2020-10-13
2530

2631
- v8.3.0-2.2.1 published on npmjs.com
2732
- v8.3.0-2.2 released
2833

29-
### 2020-10-11
34+
## 2020-10-11
3035

3136
- v8.3.0-2.2 prepared
3237

33-
### 2020-10-10
38+
## 2020-10-10
3439

3540
- v8.3.0-2.1.1 published on npmjs.com
3641
- v8.3.0-2.1 released
3742

38-
### 2020-10-09
43+
## 2020-10-09
3944

4045
- Python2 support discontinued (building with recent mingw-w64 is not possible)
4146

42-
### 2020-10-08
47+
## 2020-10-08
4348

4449
- v8.3.0-1.2 prepared
4550
- update to follow SiFive 2020.04.0 release
4651

47-
### 2020-10-06
52+
## 2020-10-06
4853

4954
- update for new Python tricks
5055

51-
### 2020-07-04
56+
## 2020-07-04
5257

5358
- v8.3.0-1.2.1 published on npmjs.com
5459
- v8.3.0-1.2 released
5560

56-
### 2019-11-01
61+
## 2019-11-01
5762

5863
- v8.3.0-1.1.1 published on npmjs.com
5964
- v8.3.0-1.1 released
6065

61-
### 2019-10-30
66+
## 2019-10-30
6267

6368
- v8.3.0-1.1 prepared
6469
- update to follow SiFive 2019.08.0 release
6570

66-
### 2019-07-31
71+
## 2019-07-31
6772

6873
- v8.2.0-3.1.1 published on npmjs.com
6974
- v8.2.0-3.1 released
7075
- update to follow SiFive May 2019.05.0 release
7176

7277
___
7378

74-
## Historical GNU MCU Eclipse change log
79+
# Historical GNU MCU Eclipse change log
7580

76-
### 2019-05-22
81+
## 2019-05-22
7782

7883
- v8.2.0-2.2 released
7984
- fix GDB build on macOS (use clang)
8085
- add compiler tests
8186
- add gdb set language tests
8287

83-
### 2019-04-25
88+
## 2019-04-25
8489

8590
- v8.2.0-2.1 released
8691

87-
### 2019-04-17
92+
## 2019-04-17
8893

8994
- prepare v8.2.0-2 (8.2.0-1 was skipped)
9095
- update to the latest SiFive commits
@@ -95,11 +100,11 @@ ___
95100
- update for XBB v2.1; no need for static, libs are ok.
96101
- the defaults were changed to rv32imac/ilp32
97102

98-
### 2018-10-19
103+
## 2018-10-19
99104

100105
- v8.1.0-2-20181019 released
101106

102-
### 2018-10-18
107+
## 2018-10-18
103108

104109
- prepare v8.1.0-2-*
105110
- update to latest SiFive commits from the following branches:
@@ -108,30 +113,30 @@ ___
108113
- riscv-newlib-3.0.0
109114
- allow GDB to be built from a separate repo/commit
110115

111-
### 2018-06-06
116+
## 2018-06-06
112117

113118
- v7.2.0-4-20180606 released
114119
- add -mcmodel=medany, lost during updates
115120

116-
### 2018-05-06
121+
## 2018-05-06
117122

118123
- v7.2.0-3-20180506 released
119124
- update to latest SiFive commits from the following branches:
120125
- riscv-binutils-2.29
121126
- riscv-gcc-7.2.0
122127
- riscv-newlib-2.5.0
123128

124-
### 2018-05-04
129+
## 2018-05-04
125130

126131
- update the build scripts to follow the ARM XBB structure
127132

128-
### 2018-01-10
133+
## 2018-01-10
129134

130135
- v7.2.0-2-20180110 released
131136
- update to latest SiFive commits from 2018-01-10
132137
- dismiss the `data-list-register-names` patch, no longer needed
133138

134-
### 2017-11-09
139+
## 2017-11-09
135140

136141
- v7.2.0-1-20171109 released
137142
- update to latest SiFive 2017-11-07 released, except newlib, where the
@@ -140,17 +145,17 @@ reference was too old, and a recent commit was used
140145
no longer include the 4096 CSRs
141146
- the tuple was renamed to `riscv-none-embed-`
142147

143-
### 2017-09-12
148+
## 2017-09-12
144149

145150
- v7.1.1-2-20170912 released
146151
- add multilib support for rv32imaf/ilp32f
147152
- remove mandatory link of libgloss
148153

149-
### 2017-07-02
154+
## 2017-07-02
150155

151156
- v7.1.1-1-20170702-0625 released
152157

153-
### 2017-06-27
158+
## 2017-06-27
154159

155160
- add support for `--specs=nano.specs`; this translates into a separate
156161
build for `newlib` with specific configuration options and a separate

0 commit comments

Comments
 (0)