Skip to content

Commit 98056d0

Browse files
committed
add readme and changelog
1 parent 8174502 commit 98056d0

2 files changed

Lines changed: 186 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
1+
CHANGELOG
2+
=====
3+
4+
Next
5+
-----
6+
7+
* update hvcc
8+
* update libdaisy to 8.x
9+
* update daisy linkers
10+
* cleanup libdaisy CMSIS
11+
* update dpf and dpf-widgets
12+
* add readme and changelog
13+
14+
0.6.1
15+
-----
16+
17+
* fix Linux pyinstaller path
18+
19+
0.6.0
20+
-----
21+
22+
* update hvcc
23+
* update owlprogram
24+
* fix gnu ftp url for make
25+
* use tar.xz for archive
26+
27+
0.5.2
28+
-----
29+
30+
* update hvcc
31+
* remove prerelease from CI
32+
* use https for owlprogram
33+
34+
0.5.1
35+
-----
36+
37+
* update hvcc
38+
39+
0.5.0
40+
-----
41+
42+
* macos CI to 13
43+
* codesign macos
44+
* add OWL support
45+
* cleanup unused daisy files
46+
47+
0.4.5
48+
-----
49+
50+
* update hvcc
51+
52+
0.4.4
53+
-----
54+
55+
* update hvcc
56+
* update dpf
57+
* add dpf-widgets
58+
* update CI
59+
* add hothouse json
60+
* use python poetry
61+
62+
0.4.3
63+
-----
64+
65+
* update hvcc
66+
* update dpf
67+
* cleanup build-anywhere
68+
69+
0.4.2
70+
-----
71+
72+
* update hvcc
73+
* update compatibility table
74+
* add terrarium and versio json
75+
76+
0.4.1
77+
-----
78+
79+
* update hvcc
80+
81+
0.4.0
82+
-----
83+
84+
* add compatibility table
85+
* use arm-gcc 10
86+
* update hvcc
87+
* update libDaisy
88+
89+
0.3.7
90+
-----
91+
92+
* fix libdaisy path
93+
94+
0.3.6
95+
-----
96+
97+
* rename dependency paths
98+
* add simple.json
99+
100+
0.3.5
101+
-----
102+
103+
* update hvcc
104+
105+
0.3.4
106+
-----
107+
108+
* Fix Windows paths
109+
* Scripts for build-anywhere, askpass and udev
110+
111+
0.3.3
112+
-----
113+
114+
* Windows pull mingw from artifacts
115+
116+
0.3.2
117+
-----
118+
119+
* Build anywhere for Linux
120+
* Path refactoring
121+
* Linux CI minimization
122+
123+
0.3.1
124+
-----
125+
126+
* version bump
127+
128+
0.3.0
129+
-----
130+
131+
* add DPF
132+
133+
0.2.1
134+
-----
135+
136+
* libusb and pyinstaller fixes
137+
138+
0.2.0
139+
-----
140+
141+
* libusb
142+
* Add Daisy linkers
143+
144+
0.1.0
145+
-----
146+
147+
* Use pyinstaller
148+
149+
0.0.2
150+
-----
151+
152+
* Add libDaisy
153+
154+
0.0.1
155+
-----
156+
157+
* First release

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Plugdata Heavy Toolchain
2+
=====
3+
4+
It provides tooling for:
5+
6+
- arm-gcc (10-2020-q4)
7+
- libDaisy
8+
- OwlProgram
9+
- DPF and DPF-Widgets
10+
11+
Windows
12+
-----
13+
14+
Uses a modified MingW installation and supports Windows 10 and 11.
15+
16+
macOS
17+
-----
18+
19+
Uses xcode for installing standard macOS build tooling. Universal so works for both x84_64 and ARM.
20+
21+
Linux
22+
-----
23+
24+
Uses a stripped down `build-anywhere` toolchain to provide a distro independent compile environment.
25+
26+
Some downsides to this:
27+
28+
- quite old gcc (8.3.0)
29+
- only compatible with x86_64

0 commit comments

Comments
 (0)