/* Projects */

Project projects[] = {

{

ether32_hal

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

},

{

bare_metal_c

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

},

{

screen_init

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

},

{

matrix_break

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

},

{

gambit_scheme_lisp_c_utils

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

},

{

shell

REMOTE REPOSITORY: https://github.com/nlcodes/shell

ABOUT: Minimalist unix shell program

},

{

toy_compiler

REMOTE REPOSITORY: https://github.com/nlcodes/toy_compiler

ABOUT: A work in progress toy compiler covering the basic structures of compiler development

},

{

Voidland Engineer

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

},

{

website

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 :)

}

};

/* Utilities */

Utility utilities[] = {

{

my_st

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

},

{

my_dwm

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;