# Overview

MicroEJ Architecture for GNU Tools for ARM Embedded Processors 4.8.

- Name: `flopi7G26`.
- Version: `8.6.0`.
- Instruction Set Architecture: `ARM Cortex-M7`.
- Compilation Toolchain Tag: `CM7hardfp_GCC48`.

# Usage

To import the **Evaluation** Architecture, add the following line to the `module.ivy` file of your Platform configuration project:

    <dependency org="com.microej.architecture.CM7.CM7hardfp_GCC48" name="flopi7G26" rev="8.6.0">
        <artifact name="flopi7G26" m:classifier="eval" ext="xpf"/>
    </dependency>
    
To import the **Production** Architecture, add the following line to the `module.ivy` file of your Platform configuration project:

    <dependency org="com.microej.architecture.CM7.CM7hardfp_GCC48" name="flopi7G26" rev="8.6.0">
        <artifact name="flopi7G26" m:classifier="prod" ext="xpf"/>
    </dependency>    


# Requirements

MicroEJ SDK `4.x` or higher.

# Dependencies

_All dependencies are retrieved transitively by MicroEJ Module Manager_.

# Source

N/A.

# Restrictions

None.
