Description
When i ran nm on my elf, i saw 2 variables Rx_buff and Tx_buff (from stm32xx_emac.cpp) which was using up 6096 bytes each, even though I'm not using ethernet at all. I could not find any way to disable them, best i could do is override stm32-emac.eth-txbufnb parameter from 4 to 1 bringing down memory to 1524 bytes.
Issue request type
[ ] Question
[x] Enhancement
[ ] Bug