Skip to content

Commit

Permalink
set up unicore script without functions
Browse files Browse the repository at this point in the history
  • Loading branch information
v923z committed Oct 23, 2023
1 parent 1b771d2 commit 39d2549
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/esp32/unicore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
# 2023 Ganer

source ./scripts/esp32/esp32.sh
source esp-idf/export.sh

build_esp32 "ESP32-SOLO-1"
make ${MAKEOPTS} -C micropython/ports/esp32 BOARD=ESP32_GENERIC BOARD_VARIANT=UNICORE USER_C_MODULES=../../../../ulab/code/micropython.cmake CFLAGS_EXTRA=-DULAB_HASH=$ulab_hash
mv micropython/ports/esp32/build-generic/firmware.bin ./artifacts/ESP32_UNICORE.bin

0 comments on commit 39d2549

Please sign in to comment.