toxcore/other/docker/esp32
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
..
bootstrap test: Make esp32 build actually try to instantiate tox. 2023-12-19 19:41:45 +00:00
main test: Make esp32 build actually try to instantiate tox. 2023-12-19 19:41:45 +00:00
BUILD.bazel test: Make esp32 build actually try to instantiate tox. 2023-12-19 19:41:45 +00:00
CMakeLists.txt chore: Add initial ESP32 docker build. 2022-04-05 20:11:18 +00:00
Dockerfile test: Make esp32 build actually try to instantiate tox. 2023-12-19 19:41:45 +00:00
host_main.cc test: Make esp32 build actually try to instantiate tox. 2023-12-19 19:41:45 +00:00
qemu-test test: Make esp32 build actually try to instantiate tox. 2023-12-19 19:41:45 +00:00
run test: Make esp32 build actually try to instantiate tox. 2023-12-19 19:41:45 +00:00
run-host test: Make esp32 build actually try to instantiate tox. 2023-12-19 19:41:45 +00:00
sdkconfig test: Make esp32 build actually try to instantiate tox. 2023-12-19 19:41:45 +00:00