File tree Expand file tree Collapse file tree 5 files changed +17
-3
lines changed
Expand file tree Collapse file tree 5 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ opam-version: "1.2"
22maintainer: "Lucas Pluvinage <
[email protected] >"
33authors: ["Lucas Pluvinage <
[email protected] >"]
44depends: [
5- "gcc -toolchain-esp32"
5+ "macos -toolchain-esp32"
66]
77substs: ["Makefile"]
88build: []
Original file line number Diff line number Diff line change 1+ Xtensa toolchain on macos host
Original file line number Diff line number Diff line change 1+ opam-version: "1"
2+ maintainer: "Ioana Cristescu <
[email protected] >"
3+ install: [
4+ ["mkdir" "-p" "%{prefix}%/xtensa-esp32-elf"]
5+ ["sh" "-c" "mv * %{prefix}%/xtensa-esp32-elf/"]
6+ ["sh" "-c" "ln -s %{prefix}%/xtensa-esp32-elf/bin/* %{bin}%"]
7+ ["sh" "-c" "cd %{prefix}%/xtensa-esp32-elf/ && rm -f toolchain-esp32-osx-*.env toolchain-esp32-osx-*.info toolchain-esp32-osx-*.err toolchain-esp32-osx-*.out"]
8+ ]
9+ available: [ os = "macos" ]
Original file line number Diff line number Diff line change 1+ archive: "https://dl.espressif.com/dl/xtensa-esp32-elf-osx-1.22.0-80-g6c4433a-5.2.0.tar.gz"
2+
3+
Original file line number Diff line number Diff line change @@ -6,14 +6,15 @@ build: [
66 [ make "world-cross" "-j8"]
77]
88available: [ ocaml-version >= "4.07" & ocaml-version < "4.08" ]
9- install: [
9+ install: [
1010 [ make "install-cross" ]
1111 ["sh" "./install.sh" "%{prefix}%"]
1212]
1313remove: [
1414 [ "rm" "-rf" "%{prefix}%/esp32-sysroot" ]
1515]
1616depends: [
17- "gcc -toolchain-esp32"
17+ "macos -toolchain-esp32"
1818 "ocamlfind"
1919]
20+ synopsis: "ESP32 framework"
You can’t perform that action at this time.
0 commit comments