Pinned Repositories
6502-experiments
8-bit-CPU
Homebrew 8-bit CPU
AoC_2023
My solutions for Advent of Code 2023
FsLibc
Standard C library essentials for freestanding environment
PiLoader
Serial Bootloader for Raspberry Pi
Velko's Repositories
Velko/FsLibc
Standard C library essentials for freestanding environment
Velko/8-bit-CPU
Homebrew 8-bit CPU
Velko/PiLoader
Serial Bootloader for Raspberry Pi
Velko/AoC_2023
My solutions for Advent of Code 2023
Velko/6502-experiments
Velko/Algorithms
Velko/AVR-Samples
Collection of sample AVR projects
Velko/Avrdude-Extras
Velko/binary-layout
The binary-layout library allows type-safe, inplace, zero-copy access to structured binary data. You define a custom data layout and give it a slice of binary data, and it will allow you to read and write the fields defined in the layout from the binary data without having to copy any of the data. It's similar to transmuting to/from a #[repr(packed)] struct, but much safer.
Velko/chiplabel_py
Generate customized labels with pin number for chips
Velko/customasm
💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
Velko/fake-xrm-easy
The testing framework for Dynamics CRM and Dynamics 365 which runs on an In-Memory context and deals with mocks or fakes for you
Velko/Velko
Config files for my GitHub profile.
Velko/velko.github.io
Main blog
Velko/XTest
Playground to check out GitHub features