Pinned Repositories
arch-packages
ArchLinux packages for me
avr
Basic AVR project with VSCode
cheatsheets
Cheatsheets for use with https://github.com/cheat/cheat
dockerfiles
Going to absurd lengths to install nothing on my host machine
elm-satpass
Filterable table of satellite passes
mal
mal - Make a Lisp - my Kotlin implementation
risc-v-singlecycle
rv32-chisel
RISC-V RV32I by a non-hardware person
software-foundations
Software Foundations exercises
STM32_quickstart
Another 'quickstart' recipe for starting a new STM32-based GCC project. I've tried a few different project layouts for bare-metal C applications targeting Cortex-M microcontrollers, and this repository is an effort to reduce the common pain points that I encounter by minimizing external dependencies and auto-generating tedious compenets like the vector table.
colinmccabe's Repositories
colinmccabe/dockerfiles
Going to absurd lengths to install nothing on my host machine
colinmccabe/risc-v-singlecycle
colinmccabe/elm-satpass
Filterable table of satellite passes
colinmccabe/rv32-chisel
RISC-V RV32I by a non-hardware person
colinmccabe/arch-packages
ArchLinux packages for me
colinmccabe/avr
Basic AVR project with VSCode
colinmccabe/cheatsheets
Cheatsheets for use with https://github.com/cheat/cheat
colinmccabe/mal
mal - Make a Lisp - my Kotlin implementation
colinmccabe/software-foundations
Software Foundations exercises
colinmccabe/STM32_quickstart
Another 'quickstart' recipe for starting a new STM32-based GCC project. I've tried a few different project layouts for bare-metal C applications targeting Cortex-M microcontrollers, and this repository is an effort to reduce the common pain points that I encounter by minimizing external dependencies and auto-generating tedious compenets like the vector table.
colinmccabe/stm32f0
Minimal example project for STM32F0 and arm-none-eabi-gcc
colinmccabe/stm32f0-discovery-basic-template
A template for building STM32F0 ARM projects with GCC
colinmccabe/stm32g0
Minimal example project for STM32G031K8 Nucleo-32 and arm-none-eabi-gcc