Releases: onethinx/OTX-Maestro
Releases · onethinx/OTX-Maestro
OTX-Maestro Tools v1.0.4
Updated Creator_Postbuild to v2.20
- Added PSoC6 Dual Core Support: Added support for Dual Core PSoC6.
- Added CMake Support: (experimental) Added CMake functionality. In addition to parse the meson.build file, the tool now looks for CMakeLists.txt and will parse it if exists.
Updated Memcalc to v1.20
Special requirements for Linux:
- Install the .deb package using terminal
sudo dpkg -i '/your_path_to/OTX-Maestro.deb'
(don't use Ubuntu software install as it doesn't run the post install script). - GCC needs libncurses5. This is not installed by default. Install with:
sudo apt-get install libncurses5
. - Memcalc needs XTERM. Install with:
sudo apt-get install xterm
.
OTX-Maestro Tools v1.0.3
Updated Meson binary for MacOS
- Fixed MacOS Meson: Resolved an issue where Meson wasn't started on MacOS
Updated Creator PostBuild v2.13:
- Fixed PSoC5 Default Library Addition: Resolved an issue where the default library for PSoC5 was not being added correctly.
- Absolute Linker Path Option: Added a new option to specify the absolute path for the linker, providing greater flexibility and control.
- Library Include Folder Duplicate Removal: Implemented automatic removal of duplicate library include folders, ensuring a cleaner and more efficient build process.
OTX-Maestro Tools v1.0.2
Updated OpenOCD configuration:
- Simplified setup, tools references.
- Update project versioning check.
- Select default programmer implementation
- User experience enhancements
Special requirements for Linux:
- Install the .deb package using terminal
sudo dpkg -i '/your_path_to/OTX-Maestro.deb'
(don't use Ubuntu software install as it doesn't run the post install script). - GCC needs libncurses5. This is not installed by default. Install with:
sudo apt-get install libncurses5
. - Memcalc needs XTERM. Install with:
sudo apt-get install xterm
.
OTX-Maestro Tools v1.0.1
Updated OpenOCD configuration:
- Implemented reset pulse for non Infineon programmers.
- Display OTX Maestro version at OpenOCD start.
- Select default programmer implementation
OTX-Maestro Tools v1.0.0
Create README.md