Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
UKTailwind authored Nov 9, 2023
1 parent 79789dd commit b675a38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ add_executable(PicoMiteVGA
lfs.c
lfs_util.c
hxcmod.c
VS1053.c
)
set_source_files_properties(mmc_stm32.c PROPERTIES COMPILE_FLAGS -O3)
set_source_files_properties(ff.c PROPERTIES COMPILE_FLAGS -Os)
Expand All @@ -61,7 +62,7 @@ target_compile_options(PicoMiteVGA PRIVATE -DPICOMITEVGA
-DPICO_FLASH_SIZE_BYTES=16777216
-DPICO_STDIO_USB_ENABLE_RESET_VIA_VENDOR_INTERFACE=0
-DPICO_STACK_SIZE=0x1000
-DPICO_CORE1_STACK_SIZE=0x0
-DPICO_CORE1_STACK_SIZE=0x00
-DPICO_HEAP_SIZE=0x500
-O2
-Wall)
Expand Down

0 comments on commit b675a38

Please sign in to comment.