Skip to content

Commit

Permalink
ESP32: Add platform support
Browse files Browse the repository at this point in the history
  • Loading branch information
nummada authored and mrdeep1 committed Mar 4, 2024
1 parent 9f499ad commit 3e43588
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,11 @@ case $host in
LIBS="${LIBS} -lws2_32"
;;

*xtensa-esp32-elf*)
AC_MSG_RESULT([XtensaEsp32Elf])
ADDITIONAL_CFLAGS="-D_GNU_SOURCE -DWITH_POSIX"
;;

*)
AC_MSG_WARN([==> Currently unsupported operating system '${host}' !])
AC_MSG_ERROR([==> If you can provide patches to support your operating system please write to '[email protected]'.])
Expand Down

0 comments on commit 3e43588

Please sign in to comment.