Fix v2 ethernet pin definitions. Fix ethernet example for H7 nucleos.

This commit is contained in:
Matous Hybl
2021-11-03 17:01:48 +01:00
parent 26f86d7f36
commit 9b5d9fbfca
5 changed files with 11 additions and 6 deletions

View File

@ -0,0 +1,5 @@
MEMORY
{
FLASH : ORIGIN = 0x8000000, LENGTH = 1024K
RAM : ORIGIN = 0x24000000, LENGTH = 128K
}