earthly /
earthly
Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile and Makefile had a baby.
87/100 healthLoading repository data…
FTOD / repository
A simple Makefile based example for STM32F4-Discovery board
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
git clone --recurse-submodules https://github.com/FTOD-LAB/EzSTM32.git
If you have an older git, or got ahead of yourself and skipped the
--recurse-submodules
you can fix things by running
git submodule update --init
(This is only needed once)
1. make -C libopencm3 # (Only needed once)
2. make -C my-project
3. st-flash write my-project/awesomesauce.bin 0x8000000
1. st-util
2. run gdb
2. connect gdb to the port with : target remote [port]
1. Add to the code VSP support to communicate with PC via microUSB port;
2. st-util is open-source version of st-util of ST. We may want to consider openocd for flash & debug. However, the st-util seems to be sufficient.
Selected from shared topics, language and repository description—not editorial ratings.
earthly /
Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile and Makefile had a baby.
87/100 healthroxma /
A handy makefile for simple C/C++ applications
46/100 healthourway /
A simple HTTP server for mostly static content written in C
bfansports /
Run and Test locally, Dist and Deploy online your AWS Lambda Python functions with a simple Makefile. Deploy, Stage and Test your API Gateway calls too!
48/100 healthpaulRbr /
Makefile to use as a simple interface for Ansible
64/100 healthc3d /
A simple makefile-based build system that I split from ELFE / XL
46/100 health