Added stm32 bootloader
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dreaded_X 2021-01-28 23:11:39 +01:00
parent 99f7445931
commit 784d1f7e73
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/firmware/bootloader/
/firmware/hdmi/
/firmware/keyboard/
/firmware/stm32/

1
.meta
View File

@ -1,5 +1,6 @@
{
"projects": {
"firmware/bootloader": "https://git.mtgames.nl/z80/bootloader",
"firmware/hdmi": "https://git.mtgames.nl/z80/hdmi",
"firmware/keyboard": "https://git.mtgames.nl/z80/keyboard",
"firmware/stm32": "https://git.mtgames.nl/z80/stm32",