From 73d2a1bd778271ff7599ca90ec8e893e89e8e5a2 Mon Sep 17 00:00:00 2001 From: Hpsaturn Date: Sun, 7 Apr 2024 22:43:05 +0200 Subject: [PATCH] new development environment entry to compile Linux for ESP32 micros --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ec2bcf..8b6385b 100644 --- a/README.md +++ b/README.md @@ -646,6 +646,7 @@ Services to securely store your Docker images. - [Dusty](https://github.com/gamechanger/dusty) - Managed Docker development environments on OS X - [Eclipse Che](https://github.com/eclipse/che) - Developer workspace server with Docker runtimes, cloud IDE, next-generation Eclipse IDE - [EnvCLI](https://github.com/EnvCLI/EnvCLI) - Replace your local installation of Node, Go, ... with project-specific docker containers. By [@EnvCLI](https://github.com/EnvCLI) +- [ESP32 Linux - Docker builder](https://github.com/hpsaturn/esp32s3-linux) - Container solution to compile Linux and develop it for ESP32 microcontrollers - By [@Hpsaturn][hpsaturn] - [footloose](https://github.com/weaveworks/footloose) - Spin containers that look like Virtual Machines - By [@dlespiau](https://github.com/dlespiau) - [forward2docker](https://github.com/bsideup/forward2docker) :skull: - Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker VM by [@bsideup](https://github.com/bsideup) - [Gebug](https://github.com/moshebe/gebug) - A tool that makes debugging of Dockerized Go applications super easy by enabling Debugger and Hot-Reload features, seamlessly.