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
Uh oh!
There was an error while loading. Please reload this page.
-
Combines all changes and fixes since last official release.
1.5.39
SerialPortOwnerAccessinstance 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.github1.5.35
2020.3for gradle build compatibility with laterversions.
ArduinoToolchain.cmaketo work with CLion 2022.3 and 2023.1CMakeLists.txt, in case of
Change Build Optionsaction.1.5.33
CommandArgumentclass to encapsulate the value andleading spaces instead of lugging around two separate lists.
1.5.31
1.5.29
_SRCSand_HRDSto be resolved, with arguments to remainunresolved.
1.5.25
CMakeLists.txtfile. Only changing textfor values which were changed.
CMakeLists.txtfile with mixed project macro name whenPROJECT_NAMEorCMAKE_PROJECT_NAMEis used to set_SRCSand_HDRS, while project was set with anothermacro name, for example
project(${ANOTHER_NAME})ArduinoToolchain.cmakeso that othertoolchain files will not be erroneously compared to bundled version.
Platform/Arduino.cmakeArduinoToolchain.cmakefile name automatically.1.5.11
201.6668.113cmakedirectoryand 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-buildor
examples. Otherwise, it went off to use sources from the build directories to determinelibrary dependence.
programmers.txtfrom Arduino version1.8.191.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