11 lines
279 B
C
11 lines
279 B
C
|
|
/* Board list */
|
||
|
|
#define WIZnet_Ethernet_HAT 0
|
||
|
|
#define W5100S_EVB_PICO 1
|
||
|
|
#define W5500_EVB_PICO 2
|
||
|
|
#define W55RP20_EVB_PICO 3
|
||
|
|
#define W5100S_EVB_PICO2 4
|
||
|
|
#define W5500_EVB_PICO2 5
|
||
|
|
#define W6100_EVB_PICO 6
|
||
|
|
#define W6100_EVB_PICO2 7
|
||
|
|
#define W6300_EVB_PICO 8
|
||
|
|
#define W6300_EVB_PICO2 9
|