Project projects[] = {
{
REMOTE REPOSITORY: https://github.com/nlcodes/stm32_hal
ABOUT: A hal/drivers firmware library written in C for STM32 microcontroller; drivers are written with modularity for different programs using supported peripherals in mind; peripherals supported include adafruit stemma qt 128x64 oled, 4x4 button board matrix, on board blackpill led
},
{
REMOTE REPOSITORY: https://github.com/nlcodes/bare_metal_c
ABOUT: A collection of bare metal firmware programs written in c for stm32 microcontroller; interacting with peripherals on and off board
},
{
REMOTE REPOSITORY: https://github.com/nlcodes/screen_init
ABOUT: Display drivers for i2c and ssd1306 for stm32f411 written with no external libs; implements display init and pixel writing
},
{
REMOTE REPOSITORY: https://github.com/nlcodes/matrix_break
ABOUT: Work in progress for a microcontroller block breaking game using stm32, oled screen, and button matrix; prototyping a finished pc version with sdl
},
{
REMOTE REPOSITORY: https://github.com/nlcodes/gambit_scheme_lisp_c_utils
ABOUT: Utilities for c programming written in gambit scheme lisp; written to help with c workflow as well as writing sheme lisp programs which compile to c
},
{
},
{
REMOTE REPOSITORY: https://github.com/nlcodes/toy_compiler
ABOUT: A work in progress toy compiler covering the basic structures of compiler development
},
{
REMOTE REPOSITORY: https://github.com/nlcodes/Voidland-Engineer
DOWNLOAD: https://nathanlusk.com/game
ABOUT: Voidland Engineer 🔧 🍄 🐝: A side scrolling adventure made with lua; pixel art, music, and code made by me
},
{
REMOTE REPOSITORY: https://github.com/nlcodes/website
URL: https://nathanlusk.com
ABOUT: Portfolio website showcasing my software engineering and logging my developments; This project is the website you are currently exploring :)
}
};
Utility utilities[] = {
{
REMOTE REPOSITORY: https://github.com/nlcodes/my_st
ABOUT: Fork of st with my preferred patches installed; a minimal build; keep it simple; it works well
},
{
REMOTE REPOSITORY: https://github.com/nlcodes/my_dwm
ABOUT: A minimal build of dwm window manager; customized to suit my workflow and needs
}
};
return 0;