You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReadMe.md
+30-6Lines changed: 30 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,35 @@
1
-
# Experimental repo, will be updated - ignore all documentation and readme for now
1
+
# Flipper Zero Kubernetes-inspired Containerization (Experimental)
2
2
3
-
# Flipper Zero Firmware
3
+
> **NOTICE:** This is an experimental fork exploring containerization concepts for Flipper Zero.
4
+
> This is NOT the official Flipper Zero firmware repository.
4
5
5
-
-[Flipper Zero Official Website](https://flipperzero.one). A simple way to explain to your friends what Flipper Zero can do.
6
-
-[Flipper Zero Firmware Update](https://flipperzero.one/update). Improvements for your dolphin: latest firmware releases, upgrade tools for PC and mobile devices.
7
-
-[User Documentation](https://docs.flipper.net). Learn more about your dolphin: specs, usage guides, and anything you want to ask.
8
-
-[Developer Documentation](https://developer.flipper.net/flipperzero/doxygen). Dive into the Flipper Zero Firmware source code: build system, firmware structure, and more.
6
+
This project implements a lightweight containerization system for Flipper Zero, inspired by Kubernetes
7
+
but designed specifically for highly constrained microcontroller environments.
0 commit comments