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

how to support components name like this: core.display (PACMAN-1024) #77

Closed
1 task done
goukisun opened this issue Nov 27, 2024 · 1 comment
Closed
1 task done
Labels
Type: Question Only question

Comments

@goukisun
Copy link

The Component Manager version

v1.0.0

ESP-IDF Version

v5.1.1

python Version

3.11

Operating System

win10/win11

Browser (for https://components.espressif.com Issues)

No response

Description

when I use the component name "core.xx", the compilation reports an error

To Reproduce

Does it support such component naming?

Expected behaviour

build failed

Additional info

No response

I have checked existing issues and online Documentation

  • I confirm I have checked existing issues and online Documentation.
@goukisun goukisun added the Status: Awaiting triage Issue is waiting for triage label Nov 27, 2024
@github-actions github-actions bot changed the title how to support components name like this: core.display how to support components name like this: core.display (PACMAN-1024) Nov 27, 2024
@kumekay
Copy link
Collaborator

kumekay commented Nov 28, 2024

@goukisun The possible names of the components are limited by the ESP-IDF build system.

Current rules:

  1. Start and end with an alphanumeric character (a-z, A-Z, 0-9).
  2. Contain only alphanumeric characters, underscores (_), or hyphens (-).
  3. Avoid consecutive underscores or hyphens (__, --, -, - are invalid).
  4. Ensure underscores or hyphens are surrounded by alphanumeric characters.

@kumekay kumekay added Type: Question Only question and removed Status: Awaiting triage Issue is waiting for triage labels Nov 28, 2024
@kumekay kumekay closed this as completed Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Question Only question
Projects
None yet
Development

No branches or pull requests

2 participants