From a8d6dc9e4d7fb31a87b9f66ca7c0d7a1fd1911d0 Mon Sep 17 00:00:00 2001 From: mozzwald Date: Wed, 5 Jul 2023 15:49:25 -0500 Subject: [PATCH] workflow: update platform ini files for fsFlash --- .github/workflows/platformio.ini.ADAM | 9 +++++++++ .github/workflows/platformio.ini.APPLE | 9 +++++++++ .github/workflows/platformio.ini.ATARI | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/.github/workflows/platformio.ini.ADAM b/.github/workflows/platformio.ini.ADAM index 692342e0e..99b82db13 100644 --- a/.github/workflows/platformio.ini.ADAM +++ b/.github/workflows/platformio.ini.ADAM @@ -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 @@ -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 diff --git a/.github/workflows/platformio.ini.APPLE b/.github/workflows/platformio.ini.APPLE index 6efc2952b..5e52e9900 100644 --- a/.github/workflows/platformio.ini.APPLE +++ b/.github/workflows/platformio.ini.APPLE @@ -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 @@ -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 diff --git a/.github/workflows/platformio.ini.ATARI b/.github/workflows/platformio.ini.ATARI index 62e0b886e..dfa095776 100644 --- a/.github/workflows/platformio.ini.ATARI +++ b/.github/workflows/platformio.ini.ATARI @@ -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 @@ -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