Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.86 KB

File metadata and controls

44 lines (29 loc) · 1.86 KB

sdk_6.0 badge

Overview

This project gathers examples on how to implement mocks using the Mock Framework.

A Mock is a mockup of a board support package (BSP) capability that mimics a hardware functionality for the Simulator.

Those examples are running on Simulator only.

By default, the samples will use the STM32F7508-DK VEE Port.

See https://github.com/search?q=org%3AMicroEJ+VEEPort&type=repositories for the list of supported boards using MICROEJ SDK.

Each example provides a README.md that contains instructions on how to run it.

Usage

Each example is composed of a Mock project (-mock) associated with an Application project (-app):

simple-mock: shows how to implement a simple mock using the Mock Framework.
simple-app: application interacting with the simple-mock example.
custom-widgets-mock: shows how to implement a simple mock using the Mock Framework.
custom-widgets-app: application interacting with the custom-widgets-app example.
file-chooser-mock: shows how to implement a simple mock using the Mock Framework.
file-chooser-app: application interacting with the file-chooser-app example.

Changes

See the change log file CHANGELOG.rst located at the root of this repository.

License

See the license file LICENSE.txt located at the root of this repository.