Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Useful Links

MicroZig

Chip Family Support Matrix

Chip Support Matrix

Auxiliary Projects

Our Own Tools

  • regz: SVD/ATDF to Zig converter
  • zcom: Cross-platform serial terminal emulator
  • uf2: UF2 file generator
  • aviron: Configurable AVR simulator

Our Own Libraries

  • zfat: FAT12/16/32 library
  • serial: Cross-platform serial port library for Windows, Linux, macOs, …
  • umm-zig: Allocator for targets with limited amount of RAM
  • uf2: USB Flashing Format (UF2) for your build.zig
  • lpcboo: Implementation of the bootloader protocol for NXP LPC microcontrollers
  • avrboot: AVR bootloader protocols

Forks

  • stlink: Open source STM32 MCU programming toolset, uses the zig build system
  • picotool: Tool for programming the RP2040
  • libusb: libusb with batteries...build.zig included