toxcore/other/docker/esp32/main
iphydf 6a895be0c7
test: Make esp32 build actually try to instantiate tox.
It doesn't work, because esp32 has too little RAM (320KB). DHT is a
240KB struct, so even just allocating that immediately fails. We'll need
to think carefully about trimming that if we ever want this to work on
embedded devices.
2023-12-19 19:41:45 +00:00
..
app_main.cc test: Make esp32 build actually try to instantiate tox. 2023-12-19 19:41:45 +00:00
CMakeLists.txt test: Make esp32 build actually try to instantiate tox. 2023-12-19 19:41:45 +00:00
tox_main.cc test: Make esp32 build actually try to instantiate tox. 2023-12-19 19:41:45 +00:00
tox_main.h test: Make esp32 build actually try to instantiate tox. 2023-12-19 19:41:45 +00:00