mirror of
https://github.com/fruit-bat/pico-zxspectrum.git
synced 2025-04-19 00:04:01 +03:00
remove no-OS-FatFS as submodule
This commit is contained in:
parent
cca8562489
commit
034dfa09ff
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule "no-OS-FatFS-SD-SPI-RPi-Pico"]
|
|
||||||
path = no-OS-FatFS-SD-SPI-RPi-Pico
|
|
||||||
url = git@github.com:carlk3/no-OS-FatFS-SD-SPI-RPi-Pico.git
|
|
@ -52,7 +52,7 @@ target_link_libraries(ZxSpectrum
|
|||||||
libdvi
|
libdvi
|
||||||
tinyusb_host
|
tinyusb_host
|
||||||
tinyusb_board
|
tinyusb_board
|
||||||
FatFs_SPI
|
FatFs_SPI
|
||||||
)
|
)
|
||||||
|
|
||||||
# create map/bin/hex file etc.
|
# create map/bin/hex file etc.
|
||||||
|
@ -76,12 +76,14 @@ Some of the FAT SPI routines need to be kept in RAM, needs to be documented.
|
|||||||
This code needs to be cloned into the 'apps' folder of the [PicoDVI](https://github.com/Wren6991/PicoDVI) library.
|
This code needs to be cloned into the 'apps' folder of the [PicoDVI](https://github.com/Wren6991/PicoDVI) library.
|
||||||
```
|
```
|
||||||
cd PicoDVI/software/apps
|
cd PicoDVI/software/apps
|
||||||
git@github.com:fruit-bat/pico-zxspectrum.git zxspectrum
|
git clone git@github.com:fruit-bat/pico-zxspectrum.git zxspectrum
|
||||||
|
git clone git@github.com:fruit-bat/no-OS-FatFS-SD-SPI-RPi-Pico.git
|
||||||
```
|
```
|
||||||
|
|
||||||
In the 'apps' folder add the following line to CMakeLists.txt
|
In the 'apps' folder add the following line to CMakeLists.txt
|
||||||
```
|
```
|
||||||
add_subdirectory(zxspectrum)
|
add_subdirectory(zxspectrum)
|
||||||
|
add_subdirectory(no-OS-FatFS-SD-SPI-RPi-Pico/FatFs_SPI)
|
||||||
```
|
```
|
||||||
In the build folder:
|
In the build folder:
|
||||||
```
|
```
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit fe71973accb34783840ad59443c023e4b5eccf03
|
|
Loading…
x
Reference in New Issue
Block a user