Package: MN10300 architecture

Macro name

CYGPKG_HAL_MN10300

Type

Radio

Description

The MN10300 architecture HAL package provides generic support for this processor architecture. It is also necessary to select a specific target platform HAL package.

Package: stdeval1 evaluation board

Macro name

CYGPKG_HAL_MN10300_STDEVAL1

Type

Radio

Description

The stdeval1 HAL package should be used when targetting the actual hardware. The same package can also be used when running on the full MN10300 simulator, since this provides an accurate simulation of the full hardware including I/O devices.

Option: Startup type

Macro name

CYGHWR_HAL_MN10300_STDEVAL1_STARTUP

Type

Enum

Description

When targetting the stdeval1 board it is possible to build the system for either RAM bootstrap or ROM bootstrap. The former generally requires that the board is equipped with ROMs containing the Cygmon ROM monitor or equivalent software that allows gdb to download the eCos application on to the board. The latter typically requires that the eCos application be blown into EPROMs or equivalent technology.

Package: Minimal simulator

Macro name

CYGPKG_HAL_MN10300_SIM

Type

Radio

Description

The minimal simulator HAL package is provided for use when only a simple simulation of the processor architecture is desired, as opposed to detailed simulation of any specific board. In particular it is not possible to simulate any of the I/O devices, so device drivers cannot be used.