Replies: 1 comment
-
I will keep this discussion open and wait for any comments for the prerelease until next week. Barring anyone reporting issues on their installation, I will release this build under version 1.6.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Combines all changes and fixes since last official release.
1.5.39
SerialPortOwnerAccess
instance for writing to port1.5.37
exposing serial communications as a service:
SimpleSerialConnectorService
and make it a dependency of this plugin. This should eliminate plugin conflicts in the future
and allow the user to install multiple serial monitor plugins.
maven.pkg.github
1.5.35
2020.3
for gradle build compatibility with laterversions.
ArduinoToolchain.cmake
to work with CLion 2022.3 and 2023.1CMakeLists.txt, in case of
Change Build Options
action.1.5.33
CommandArgument
class to encapsulate the value andleading spaces instead of lugging around two separate lists.
1.5.31
1.5.29
_SRCS
and_HRDS
to be resolved, with arguments to remainunresolved.
1.5.25
CMakeLists.txt
file. Only changing textfor values which were changed.
CMakeLists.txt
file with mixed project macro name whenPROJECT_NAME
orCMAKE_PROJECT_NAME
is used to set_SRCS
and_HDRS
, while project was set with anothermacro name, for example
project(${ANOTHER_NAME})
ArduinoToolchain.cmake
so that othertoolchain files will not be erroneously compared to bundled version.
Platform/Arduino.cmake
ArduinoToolchain.cmake
file name automatically.1.5.11
201.6668.113
cmake
directoryand tool chain files in every project. Also allows to use different toolchain than
ArduinoCmake.cmake
.Determination is made by looking for
src/
subdirectory containing source files. If one isfound the library source search is recursed.
cmake-build
or
examples
. Otherwise, it went off to use sources from the build directories to determinelibrary dependence.
programmers.txt
from Arduino version1.8.19
1.5.9
already disposed.
CMakeLists.txt.
status bar widget
1.5.7
This discussion was created from the release Version 1.5.39.
Beta Was this translation helpful? Give feedback.
All reactions