stm32f4-uart-bootloader

Simple UART bootloader for STM32F4 MCU's
git clone git://git.mdnr.space/stm32f4-uart-bootloader
Log | Files | Refs | Submodules | README | LICENSE

.gitignore (108B)


      1 bin/
      2 *.elf
      3 *.bin
      4 *.o
      5 *.d
      6 *.map
      7 generated.*.ld
      8 build/*
      9 .cache/*
     10 globals/version.c
     11 tags
     12 compile_commands.json