first murmurs of ethernet support

This commit is contained in:
Thomas Göttgens
2022-10-22 16:29:50 +02:00
parent 564feadc0d
commit f3fee5f4fb
11 changed files with 102 additions and 23 deletions

View File

@@ -7,6 +7,7 @@ build_src_filter = ${nrf52_base.build_src_filter} +<../variants/rak4631>
lib_deps =
${nrf52840_base.lib_deps}
melopero/Melopero RV3028@^1.1.0
beegee-tokyo/RAK13800-W5100S@^1.0.1
debug_tool = jlink
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
;upload_protocol = jlink

View File

@@ -226,6 +226,8 @@ static const uint8_t SCK = PIN_SPI_SCK;
#define HAS_RTC 1
#define HAS_ETHERNET 1
#ifdef __cplusplus
}
#endif