# Overview

MicroEJ Architecture for GNU Tools for ARM Embedded Processors 4.8.

- Name: `flopi4G25`.
- Version: `8.1.1`.
- Instruction Set Architecture: `ARM Cortex-M4`.
- Compilation Toolchain Tag: `CM4hardfp_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.CM4.CM4hardfp_GCC48" name="flopi4G25" rev="8.1.1">
        <artifact name="flopi4G25" 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.CM4.CM4hardfp_GCC48" name="flopi4G25" rev="8.1.1">
        <artifact name="flopi4G25" 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.
