https://github.com/electrostat-lab/cmake-template
A C project CMake template for professional uses (embedded MCUs, embedded Intel, embedded android, game dev).
https://github.com/electrostat-lab/cmake-template
avr-programming avr-sandbox cmake cprogramming-language embedded-c embedded-systems modular-programming template-project
Last synced: 4 months ago
JSON representation
A C project CMake template for professional uses (embedded MCUs, embedded Intel, embedded android, game dev).
- Host: GitHub
- URL: https://github.com/electrostat-lab/cmake-template
- Owner: Electrostat-Lab
- License: unlicense
- Created: 2023-05-01T05:19:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T12:57:49.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T19:13:23.161Z (10 months ago)
- Topics: avr-programming, avr-sandbox, cmake, cprogramming-language, embedded-c, embedded-systems, modular-programming, template-project
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cmake-template
A template for embedded C libraries development.
This template consists of the following modules:
1) foobar-core: for core code, this module gets compiled to a static library.
2) foobar-examples: for library examples (or your final runnable target).
This template uses the avr toolchain, though you could edit it to use other toolchains, through editing the sandbox environment scripts.