CYGPKG_HAL_ARM
Radio
The ARM architecture HAL package provides generic support for this processor architecture. It is also necessary to select a specific target platform HAL package.
CYGHWR_HAL_ARM_DUMP_EXCEPTIONS
Boolean
Print messages about hardware exceptions, including raw exception frame dump and register contents.
CYGPKG_HAL_ARM_PID
Radio
The pid HAL package provides the support needed to run eCos on a ARM PID7 eval board.
CYGHWR_HAL_ARM_PID_STARTUP
Enum
When targeting the PID eval board it is possible to build the system for either RAM bootstrap or ROM bootstrap(s). Select "ram" when building programs to load into RAM using onboard debug software such as Angel or eCos GDB stubs. Select "rom" when building a stand-alone application which will be put into ROM. Selection of "stubs" is for the special case of building the eCos GDB stubs themselves.
CYGHWR_HAL_ARM_PID_DIAG_PORT
Enum
The PID/7T board has two separate serial ports. This option chooses which of these ports will be used.
CYGHWR_HAL_ARM_PID_DIAG_BAUD
Enum
This option selects the baud rate used for the diagnostic port. Note: this should match the value chosen for the GDB port if the diagnostic and GDB port are the same.
CYGHWR_HAL_ARM_PID_GDB_PORT
Enum
The PID/7T board has two separate serial ports. This option chooses which of these ports will be used to connect to a host running GDB.
CYGHWR_HAL_ARM_PID_GDB_BAUD
Enum
This option controls the baud rate used for the GDB connection.
CYGPKG_HAL_ARM_AEB
Radio
The aeb HAL package provides the support needed to run eCos on a ARM AEB-1 eval board.
CYGHWR_HAL_ARM_AEB_STARTUP
Enum
When targeting the AEB-1 eval board it is possible to build the system for either RAM bootstrap or ROM bootstrap(s). Select "ram" when building programs to load into RAM using onboard debug software such as Angel or eCos GDB stubs. Select "rom" when building a stand-alone application which will be put into ROM. Selection of "stubs" is for the special case of building the eCos GDB stubs themselves.