'fixed' olimex example to be able to run the demo, disabled optimization for debugging purposes
This commit is contained in:
parent
340135e774
commit
8825f0d0a0
2 changed files with 7 additions and 6 deletions
|
|
@ -270,11 +270,11 @@ void mac_lld_init(void) {
|
|||
rccEnableETH(false);
|
||||
|
||||
/* PHY address setup.*/
|
||||
#if defined(BOARD_PHY_ADDRESS)
|
||||
ETHD1.phyaddr = BOARD_PHY_ADDRESS << 11;
|
||||
#else
|
||||
mii_find_phy(ÐD1);
|
||||
#endif
|
||||
//#if defined(BOARD_PHY_ADDRESS)
|
||||
ETHD1.phyaddr = 0 << 11;
|
||||
//#else
|
||||
// mii_find_phy(ÐD1);
|
||||
//#endif
|
||||
|
||||
#if defined(BOARD_PHY_RESET)
|
||||
/* PHY board-specific reset procedure.*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue