Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PlatformIO: platform = https://github.com/espressif/arduino-esp32.git#idf-release/v5.1 errors MissingPackageManifestError: Could not find one of 'platform.json' manifest files in the package #9175

Closed
1 task done
zackees opened this issue Jan 25, 2024 · 2 comments
Labels
IDE: PlaformIO Issue relates to PlatformIO IDE Type: Question Only question

Comments

@zackees
Copy link

zackees commented Jan 25, 2024

Board

Esp32C3

Device Description

This is a toolchain error, hardware configuration N/A

Example platformio.ini is provided below

Hardware Configuration

This is a toolchain error, hardware configuration N/A

Version

other

IDE Name

PlatformIO

Operating System

Windows 10

Flash frequency

80

PSRAM enabled

no

Upload speed

921600

Description

I would like to test out the new 5.1 toolchain because it has a fix for the I2S controller during light sleep.

#8207

I do not want to re-write my code off of esp32-arduino yet.

Sketch

; PlatformIO Project Configuration File
;
;   Build options: build flags, source filter
;   Upload options: custom upload port, speed and extra flags
;   Library options: dependencies, extra library storages
;   Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[env:esp32c3]
platform = https://github.com/espressif/arduino-esp32.git#idf-release/v5.1
board = seeed_xiao_esp32s3
framework = arduino

upload_speed = 921600

; change microcontroller
board_build.mcu = esp32c3
;upload_speed = 115200

; change MCU frequency
; board_build.f_cpu = 160000000L

; change WiFi firmware
board_build.variant = esp32c3

monitor_filters = 
	default
	esp32_exception_decoder

monitor_speed = 115200


### Debug Message

```plain
Resolving esp32s3 dependencies...
Platform Manager: Installing git+https://github.com/espressif/arduino-esp32.git#idf-release/v5.1
git version 2.42.0.windows.2
Cloning into 'C:\Users\niteris\.platformio\.cache\tmp\pkg-installing-rfdo4307'...

MissingPackageManifestError: Could not find one of 'platform.json' manifest files in the package

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.
@Jason2866
Copy link
Collaborator

Jason2866 commented Jan 25, 2024

@zackees The setup you tried is not possible/working. A working setup to use latest version from branch master is possible by using this PR platformio/platform-espressif32#1281

@Jason2866 Jason2866 added Type: Question Only question IDE: PlaformIO Issue relates to PlatformIO IDE and removed Status: Awaiting triage Issue is waiting for triage labels Jan 25, 2024
@zackees
Copy link
Author

zackees commented Jan 27, 2024

Confirmed the pull request worked.

...now I have to port ledc, i2s and the watchdog timer...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IDE: PlaformIO Issue relates to PlatformIO IDE Type: Question Only question
Projects
None yet
Development

No branches or pull requests

2 participants