Add game to repo
This commit is contained in:
@@ -2,7 +2,3 @@ build
|
|||||||
uf2
|
uf2
|
||||||
.pio
|
.pio
|
||||||
.vscode
|
.vscode
|
||||||
*_bin.h
|
|
||||||
*.bin
|
|
||||||
*.gb
|
|
||||||
*.gbc
|
|
||||||
|
|||||||
+2
-1
@@ -8,7 +8,7 @@ framework = arduino
|
|||||||
board_build.core = earlephilhower
|
board_build.core = earlephilhower
|
||||||
#board_build.filesystem_size = 512k
|
#board_build.filesystem_size = 512k
|
||||||
|
|
||||||
upload_protocol = mbed
|
upload_protocol = uf2
|
||||||
#upload_protocol = cmsis-dap
|
#upload_protocol = cmsis-dap
|
||||||
debug_tool = cmsis-dap
|
debug_tool = cmsis-dap
|
||||||
|
|
||||||
@@ -46,5 +46,6 @@ board_build.filesystem_size = 1280k
|
|||||||
[env:pico2]
|
[env:pico2]
|
||||||
extends = pico-base
|
extends = pico-base
|
||||||
board = rpipico2
|
board = rpipico2
|
||||||
|
upload_port = /Volumes/RP2350
|
||||||
# Reserve 3MB for ROMs, i.e. 1MB for code
|
# Reserve 3MB for ROMs, i.e. 1MB for code
|
||||||
board_build.filesystem_size = 3072k
|
board_build.filesystem_size = 3072k
|
||||||
|
|||||||
+6474
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user