delwinbest / stm32f107_bootloader

1 stars 2 forks source link

alteration to alt-fw repo #1

Open darkspr1te opened 4 years ago

darkspr1te commented 4 years ago

I made changes to the alt-fw repo, i've now created a original repo for orig firmware and alt-fw is now test code. currently i have working code booting off original factory bootloader uploaded now. i would like to include the lcd code in your bootloader. darkspr1te

delwinbest commented 4 years ago

I made changes to the alt-fw repo, i've now created a original repo for orig firmware and alt-fw is now test code. currently i have working code booting off original factory bootloader uploaded now. i would like to include the lcd code in your bootloader. darkspr1te

Works like a charm! I've created a VSCode/Platformio Build environment which should do all your magic automatically. Currently committed is our LCD code. I'll port what I have for Serial, USB, FAT etc over as I get time. I prefer VSCode and Platformio as it's an actual IDE, unlike Arduino :) , And it does all the hacking and renaming if needed.

Repo here: https://github.com/delwinbest/MKS-TFT28

darkspr1te commented 4 years ago

Nice addition, I've forked it so i can add my commits, I've fixed LCD+sdcard+touch out of the box now works with arduino default build. I've got platform io installed so I'll give it another go (found it too convoluted initially ) but now that i've had more experience into the inner workings.

darkspr1te commented 4 years ago

Well Here we go, https://github.com/darkspr1te/stm32f107vc_sd_bootloader is a slim flash from sd card bootloader and https://github.com/darkspr1te/mksbootloader is a boot loader with added gfx control ,

delwinbest commented 4 years ago

@darkspr1te This is super useful for greenfield projects! Love it. Thanks