├── .gitignore ├── CMakeLists.txt ├── LICENSE ├── MT6735P.bin ├── README.md └── main.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/McBitter/flasher/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/McBitter/flasher/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/McBitter/flasher/HEAD/LICENSE -------------------------------------------------------------------------------- /MT6735P.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/McBitter/flasher/HEAD/MT6735P.bin -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/McBitter/flasher/HEAD/README.md -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/McBitter/flasher/HEAD/main.c --------------------------------------------------------------------------------