From 748cc88769ffd2039fcb0f4db9bb2cb4bc84965f Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 3 Apr 2020 12:20:06 +0700 Subject: [PATCH] add saola board.mk --- hw/bsp/esp32s2_saola/board.mk | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hw/bsp/esp32s2_saola/board.mk diff --git a/hw/bsp/esp32s2_saola/board.mk b/hw/bsp/esp32s2_saola/board.mk new file mode 100644 index 000000000..92ca884c4 --- /dev/null +++ b/hw/bsp/esp32s2_saola/board.mk @@ -0,0 +1,2 @@ +# Cross Compiler for ESP32 +CROSS_COMPILE = xtensa-esp32-elf-