Skip to content

Commit

Permalink
Allow for SAMV71 processors in conf_eth.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dc42 committed Oct 12, 2022
1 parent 6c17dd0 commit 1abb8da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SAM4S_4E_E70/asf/conf_eth.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extern "C" {
/// @endcond


#if defined(__SAME70Q21__) || defined(__SAME70Q20B__) || defined(__SAME70Q21B__)
#if defined(__SAME70Q20B__) || defined(__SAME70Q21B__) || defined(__SAMV71Q20B__) || defined(__SAMV71Q21B__)

# include "gmac/gmac.h"

Expand All @@ -65,7 +65,7 @@ extern "C" {
* to be sent into one single pbuf. This is for compatibility with DMA-enabled
* MACs that do not support scatter-gather.
*/
#define LWIP_NETIF_TX_SINGLE_PBUF 1
# define LWIP_NETIF_TX_SINGLE_PBUF 1

/** Number of buffer for RX */
# define GMAC_RX_BUFFERS 8
Expand Down

0 comments on commit 1abb8da

Please sign in to comment.