Skip to content

Instantly share code, notes, and snippets.

@latsku
Created November 6, 2015 19:37
Show Gist options
  • Save latsku/746f48f6abf310b51b80 to your computer and use it in GitHub Desktop.
Save latsku/746f48f6abf310b51b80 to your computer and use it in GitHub Desktop.
RIOT-OS project Makefile additions for PoEll-i Nucleo ethernet adapter
# Configuration to enable PoEll-i Nucleo ethernet adapter.
USEMODULE += encx24j600
USEMODULE += gnrc_netdev2
CFLAGS += -DENCX24J600_SPI=SPI_0
CFLAGS += -DENCX24J600_CS="GPIO_PIN(PORT_C,10)"
CFLAGS += -DENCX24J600_INT="GPIO_PIN(PORT_D,2)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment