Skip to content

Instantly share code, notes, and snippets.

View LumitoLuma's full-sized avatar
👨‍💻
Working on my projects

Lumito LumitoLuma

👨‍💻
Working on my projects
View GitHub Profile
@LumitoLuma
LumitoLuma / avr-gcc-build.sh
Last active November 10, 2021 08:44 — forked from ZakKemble/avr-gcc-build.sh
Build script for AVR-GCC. Forked from https://blog.zakkemble.net/avr-gcc-builds/
#!/bin/bash
# http://www.nongnu.org/avr-libc/user-manual/install_tools.html
# For optimum compile time this should generally be set to the number of CPU cores your machine has
JOBCOUNT=$(getconf _NPROCESSORS_ONLN)
# Build for Linux
# A Linux AVR-GCC toolchain is required to build a Windows toolchain
# If the Linux toolchain has already been built then you can set this to 0