Skip to content

Instantly share code, notes, and snippets.

@houzhiyuan0428
houzhiyuan0428 / Makefile
Created September 19, 2022 00:04 — forked from zodiac1111/Makefile
串口操作
CC=gcc
all:
$(CC) uart.c -o uart_app -Wall
@houzhiyuan0428
houzhiyuan0428 / AdbCommands
Created September 1, 2022 16:07 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader