Skip to content

Commit

Permalink
workflow: update platform ini files for fsFlash
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzwald committed Jul 5, 2023
1 parent 49d11aa commit a8d6dc9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/platformio.ini.ADAM
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
;esp32_platform_version = 3.2.0 ; For Bluetooth support
;esp32_platform_version = 3.4.0 ; old stable
esp32_platform_version = 6.3.2 ; latest
esp32_platform_packages =
; toolchain-riscv32-esp @ 8.4.0+2021r2-patch5 ; required for platform version < 5.3.0, remove this line when upgrading to the >=5.3.0

esp32s3_platform_version = 6.1.0

; Choose SPIFFS or LITTLEFS for the filesystem used on internal flash
flash_filesystem = FLASH_SPIFFS
;flash_filesystem = FLASH_LITTLEFS

; Uncomment the platform, bus and board type you are building for below
;build_platform = BUILD_ATARI
Expand Down Expand Up @@ -82,6 +90,7 @@ check_skip_packages = yes ; so that check will work.

build_flags =
-D ${fujinet.build_platform}
-D ${fujinet.flash_filesystem}
-D CMAKE_EXPORT_COMPILE_COMMANDS=ON
-D DEBUG_SPEED=${env.monitor_speed}
;-D NO_BUTTONS ; if your hardware has no physical buttons
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/platformio.ini.APPLE
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
;esp32_platform_version = 3.2.0 ; For Bluetooth support
;esp32_platform_version = 3.4.0 ; old stable
esp32_platform_version = 6.3.2 ; latest
esp32_platform_packages =
; toolchain-riscv32-esp @ 8.4.0+2021r2-patch5 ; required for platform version < 5.3.0, remove this line when upgrading to the >=5.3.0

esp32s3_platform_version = 6.1.0

; Choose SPIFFS or LITTLEFS for the filesystem used on internal flash
flash_filesystem = FLASH_SPIFFS
;flash_filesystem = FLASH_LITTLEFS

; Uncomment the platform, bus and board type you are building for below
;build_platform = BUILD_ATARI
Expand Down Expand Up @@ -82,6 +90,7 @@ check_skip_packages = yes ; so that check will work.

build_flags =
-D ${fujinet.build_platform}
-D ${fujinet.flash_filesystem}
-D CMAKE_EXPORT_COMPILE_COMMANDS=ON
-D DEBUG_SPEED=${env.monitor_speed}
;-D NO_BUTTONS ; if your hardware has no physical buttons
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/platformio.ini.ATARI
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
;esp32_platform_version = 3.2.0 ; For Bluetooth support
;esp32_platform_version = 3.4.0 ; old stable
esp32_platform_version = 6.3.2 ; latest
esp32_platform_packages =
; toolchain-riscv32-esp @ 8.4.0+2021r2-patch5 ; required for platform version < 5.3.0, remove this line when upgrading to the >=5.3.0

esp32s3_platform_version = 6.1.0

; Choose SPIFFS or LITTLEFS for the filesystem used on internal flash
flash_filesystem = FLASH_SPIFFS
;flash_filesystem = FLASH_LITTLEFS

; Uncomment the platform, bus and board type you are building for below
build_platform = BUILD_ATARI
Expand Down Expand Up @@ -82,6 +90,7 @@ check_skip_packages = yes ; so that check will work.

build_flags =
-D ${fujinet.build_platform}
-D ${fujinet.flash_filesystem}
-D CMAKE_EXPORT_COMPILE_COMMANDS=ON
-D DEBUG_SPEED=${env.monitor_speed}
;-D NO_BUTTONS ; if your hardware has no physical buttons
Expand Down

0 comments on commit a8d6dc9

Please sign in to comment.