You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReleaseNotes.md
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,23 @@
1
1
NQC Release Notes
2
2
=================
3
3
4
-
version 3.2 r1
4
+
version 3.2 r2
5
5
--------------
6
6
7
-
* Add support for building as a WebAssembly
7
+
* Add support for building as a WebAssembly (based on work initiated by [maehw](https://github.com/maehw/WebNQC))
8
8
9
9
10
10
version 3.2 r1
11
11
--------------
12
12
13
-
* Added TCP support, facilitating use of NQC with programs such as BrickEmu (an RCX emulator)
14
-
* Added additional capabilities for specifying the default USB port, including at both compile time using a Make variable and via enhanced command-line argument support
15
-
* Support Makefile variables DESTDIR and TOOLPREFIX
16
-
* Enable specifying the default IR tower name in a configuration file
17
-
* Support using a Make variable to specify the default compile-time port name, instead of having to modify source code files
13
+
First release from the BrickBot/nqc repository on GitHub
14
+
*[Patches that were posted by Matthew Sheets to the original SourceForge project site following the release of nqc 3.1r6 but never incorporated](https://sourceforge.net/p/bricxcc/patches/):
15
+
+[Added TCP support, facilitating use of NQC with programs such as BrickEmu (an RCX emulator)](https://sourceforge.net/p/bricxcc/patches/2/)
16
+
+[Added additional capabilities for specifying the default USB port, including at both compile time using a Make variable and via enhanced command-line argument support](https://sourceforge.net/p/bricxcc/patches/2/)
17
+
+[Support Makefile variables DESTDIR and TOOLPREFIX](https://sourceforge.net/p/bricxcc/patches/3/)
18
+
+[Enable specifying the default IR tower name in a configuration file](https://sourceforge.net/p/bricxcc/patches/4/)
19
+
+[Support using a Make variable to specify the default compile-time port name, instead of having to modify source code files](https://sourceforge.net/p/bricxcc/patches/5/)
20
+
* Updates made to the [jverne/nqc](https://github.com/jverne/nqc) fork, which was maintained to keep NQC building and running on OS X and BSD
0 commit comments