Skip to content

Instantly share code, notes, and snippets.

View DukMastaaa's full-sized avatar
🐢
turtle

DukMastaaa

🐢
turtle
View GitHub Profile
@iwalpola
iwalpola / stm32_gpio_reg.md
Last active April 18, 2024 01:41
STM32 GPIO registers cheatsheet
@maxtruxa
maxtruxa / Makefile
Last active August 31, 2023 14:56
Generic makefile for C/C++ with automatic dependency generation, support for deep source file hierarchies and custom intermediate directories.
# output binary
BIN := test
# source files
SRCS := \
test.cpp
# files included in the tarball generated by 'make dist' (e.g. add LICENSE file)
DISTFILES := $(BIN)
@mauriciopoppe
mauriciopoppe / _README.md
Last active March 30, 2024 09:52
Generic Makefile example for a C++ project