Skip to content

Releases: miniwinwm/miniwinwm

Renesas Synergy new platform

09 Feb 09:34
Compare
Choose a tag to compare

The hal drivers have been ported to the Renesas Synergy framework to run on the PK-S5D9 development board. All the example projects have been ported to this platform with the exception of...

The FreeRTOS project because Renesas Synergy comes bundled with ThreadX
The camera project which will appear in a later release

All the documentation has been reviewed and updated for this release and minor errors corrected.

Updated all development Environments

08 Feb 12:46
Compare
Choose a tag to compare

The development environment for all projects for all hardware variants has been updated to the latest available. A new test document spreadsheet has been created under the docs folder showing the state of testing, the last test date, and the development environment the project under test was built with.

A new hints and tips section has been added as an appendix to the main document to give information on how to set up some of the more difficult development environments.

Missing OpenCV dll's added for Windows/MSYS2 MiniWinCamera

23 Jan 16:30
Compare
Choose a tag to compare

More missing OpenCV dll's added for Windows/MSYS2 MiniWinCamera project when building with gcc

Missing OpenCV dll's added for Windows/MSYS2 MiniWinCamera project when building with gcc

23 Jan 10:25
Compare
Choose a tag to compare

Added missing OpenCV dll's for MIniWInCamera build on windows using gcc and MSYS2. Now this application can be built and run without having OpenCV installed on the host machine.

Added Atmel SAM camera example project

23 Apr 20:22
Compare
Choose a tag to compare

Bit banging only, therefore slow.

Atmel SAM port

23 Apr 09:16
Compare
Choose a tag to compare

MiniWin has been ported to an Atmel/Microchip SAM ARM Cortex processor. The processor is the ATSAM 3X8E running on the Arduino Due board. The ASF driver library and Atmel/Microchip Studio IDE is used. This code does not build in Arduino IDE.

All example projects except MiniWInCamera are completed. This will follow.

Raspberry Pi Pico projects and broken builds bugfix

16 Apr 11:26
Compare
Choose a tag to compare

New example projects for the Raspberry Pi Pico have been added.

The new Raspberry Pi Zero driver layer was breaking some other builds, now fixed.

Raspberry Pi Pico port

14 Apr 09:45
Compare
Choose a tag to compare

MiniWin has been ported to the Raspberry Pi Pico board using an ILI9341 based LCD.
Not all the examples are available yet. They will follow in later releases.

NDEBUG bug fixed

13 Apr 10:32
Compare
Choose a tag to compare

A bug in miniwin_debug.h caused build failure if NDEBUG was defined. Now fixed.

Note Raspberry Pi Pico project files have been caught in this release but the port to this hardware is not yet completed.

MiniWinCamera example project for Windows clang build

13 Apr 07:26
Compare
Choose a tag to compare

This project now builds for clang in Windows by linking to a clang built version of camlib for Windows. The camlib repo has also been updated and the binary added to the MiniWin repo. No need to build this library yourself as it needs OpenCV installed to do so.