forked from Imagelibrary/rtems
bsp/gen5200: Elaborate option help message
This commit is contained in:
@@ -54,11 +54,15 @@ RTEMS_BSPOPTS_SET([BSP_GPIOPCR_INITMASK],[*],[0x330F0F77])
|
|||||||
RTEMS_BSPOPTS_SET([BSP_GPIOPCR_INITVAL],[*],[0x01050444])
|
RTEMS_BSPOPTS_SET([BSP_GPIOPCR_INITVAL],[*],[0x01050444])
|
||||||
|
|
||||||
RTEMS_BSPOPTS_HELP([BSP_GPIOPCR_INITMASK],
|
RTEMS_BSPOPTS_HELP([BSP_GPIOPCR_INITMASK],
|
||||||
[defines the bits modified in the MPC5200 GPIOPCR register during init.
|
[Defines the bits cleared in the MPC5200 GPIOPCR register during
|
||||||
Must match the hardware requirements])
|
initialization. Must match the hardware requirements. Must be consistent with
|
||||||
|
BSP_GPIOPCR_INITVAL. The bits are cleared via BSP_GPIOPCR_INITMASK and then
|
||||||
|
set via BSP_GPIOPCR_INITVAL.])
|
||||||
RTEMS_BSPOPTS_HELP([BSP_GPIOPCR_INITVAL],
|
RTEMS_BSPOPTS_HELP([BSP_GPIOPCR_INITVAL],
|
||||||
[defines the bit values written in the MPC5200 GPIOPCR register during init.
|
[Defines the bit set in the MPC5200 GPIOPCR register during initialization.
|
||||||
Must match the hardware requirements])
|
Must match the hardware requirements. Must be consistent with
|
||||||
|
BSP_GPIOPCR_INITMASK. The bits are cleared via BSP_GPIOPCR_INITMASK and then
|
||||||
|
set via BSP_GPIOPCR_INITVAL.])
|
||||||
|
|
||||||
## on ze30, we have PSC1/4/5/6 ...
|
## on ze30, we have PSC1/4/5/6 ...
|
||||||
RTEMS_BSPOPTS_SET([BSP_UART_AVAIL_MASK],[pm520_ze30],[0x39])
|
RTEMS_BSPOPTS_SET([BSP_UART_AVAIL_MASK],[pm520_ze30],[0x39])
|
||||||
|
|||||||
Reference in New Issue
Block a user