![]() |
RTEMS 6.1-rc7
|
Evaluation board for this BSP:
The evaluation board contains a DS1339C RTC connected to I2C0. To use it you have to set the following options:
Additional there has to be one free file descriptor to access the i2c. Set the CONFIGURE_MAXIMUM_FILE_DESCRIPTORS
accordingly.
The default PHY address can be overwritten by the application. To do this, the drv_ctrl pointer of the rtems_bsdnet_ifconfig structure should point to a dwmac_ifconfig_drv_ctrl object with the appropriate settings before the rtems_bsdnet_initialize_network() is called. E.g.:
...
...
If drv_ctrl is the NULL pointer, default values will be used instead.