File tree 4 files changed +15
-7
lines changed
4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
Name: arduino
2
- Version: 0.12.0
3
- Date: 2023-12-22
2
+ Version: 0.12.1
3
+ Date: 2023-01-04
4
4
Author: John Donoghue <
[email protected] >
5
5
Maintainer: John Donoghue <
[email protected] >
6
6
Title: Octave Arduino Toolkit
@@ -11,4 +11,5 @@ Categories: Arduino Toolkit
11
11
Depends: octave (>= 4.0.0), instrument-control (>= 0.5.0)
12
12
SystemRequirements: arduino-ide (>= 1.5)
13
13
License: GPLv3+
14
- Url: https://octave.sourceforge.io/arduino/
14
+ Url: https://gnu-octave.github.io/octave-arduino/
15
+ Repository: https://github.com/gnu-octave/octave-arduino/
Original file line number Diff line number Diff line change
1
+ Summary of important user-visible changes for arduino 0.12.1:
2
+ -------------------------------------------------------------------
3
+
4
+ ** Bugfix for scanForArduinos to ensure release of serial port
5
+
6
+ ** Use disp not display for object display functionality
7
+
1
8
Summary of important user-visible changes for arduino 0.12.0:
2
9
-------------------------------------------------------------------
3
10
Original file line number Diff line number Diff line change 1
1
\input texinfo @c -*-texinfo-*-
2
- @c Copyright (c) 2018-2022 , John Donoghue <[email protected] >
2
+ @c Copyright (c) 2018-2024 , John Donoghue <[email protected] >
3
3
@c Octave Arduino - a somewhat Matlab compatible Arduino toolkit for GNU octave.
4
4
5
5
@c For manually generating the documentation use
11
11
@afourpaper
12
12
@paragraphindent 0
13
13
@finalout
14
- @set COPYRIGHT_DATE 2018-2023
14
+ @set COPYRIGHT_DATE 2018-2024
15
15
@c @afourwide
16
16
@c %*** End of the HEADER
17
17
@@ -63,7 +63,7 @@ Octave that you have. The precise conditions can be found in the
63
63
Octave arduino package and that also appears in @ref {Copying }.
64
64
65
65
To download a copy of the @acronym {GNU } Octave arduino package, please visit
66
- @url {http ://octave.sourceforge.net/ arduino/ }.
66
+ @url {https ://github.com/gnu-octave/octave- arduino/releases }.
67
67
68
68
@end titlepage
69
69
@c %*** End of TITLEPAGE
Original file line number Diff line number Diff line change 23
23
24
24
#define VERSION_MAJOR 0
25
25
#define VERSION_MINOR 12
26
- #define VERSION_PATCH 0
26
+ #define VERSION_PATCH 1
27
27
28
28
#if defined(ARDUINO_SAM_DUE)
29
29
# define OCTAVE_COMMS_PORT SERIAL_PORT_MONITOR
You can’t perform that action at this time.
0 commit comments