Faketec board support, including build targets

이 커밋은 다음에 포함됨:
taco
2025-03-11 09:34:52 +11:00
부모 676ba6d066
커밋 8e793dc55e
10개의 변경된 파일536개의 추가작업 그리고 0개의 파일을 삭제
+4
파일 보기
@@ -100,6 +100,10 @@
#include <helpers/nrf52/TechoBoard.h>
#include <helpers/CustomSX1262Wrapper.h>
static TechoBoard board;
#elif defined(FAKETEC)
#include <helpers/nrf52/faketecBoard.h>
#include <helpers/CustomSX1262Wrapper.h>
static faketecBoard board;
#else
#error "need to provide a 'board' object"
#endif