Added stm32 bootloader
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
99f7445931
commit
784d1f7e73
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
/firmware/bootloader/
|
||||||
/firmware/hdmi/
|
/firmware/hdmi/
|
||||||
/firmware/keyboard/
|
/firmware/keyboard/
|
||||||
/firmware/stm32/
|
/firmware/stm32/
|
||||||
|
|
1
.meta
1
.meta
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"projects": {
|
"projects": {
|
||||||
|
"firmware/bootloader": "https://git.mtgames.nl/z80/bootloader",
|
||||||
"firmware/hdmi": "https://git.mtgames.nl/z80/hdmi",
|
"firmware/hdmi": "https://git.mtgames.nl/z80/hdmi",
|
||||||
"firmware/keyboard": "https://git.mtgames.nl/z80/keyboard",
|
"firmware/keyboard": "https://git.mtgames.nl/z80/keyboard",
|
||||||
"firmware/stm32": "https://git.mtgames.nl/z80/stm32",
|
"firmware/stm32": "https://git.mtgames.nl/z80/stm32",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user