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

Enhancing TinyGo Build-Tags with Board-Specific Feature Tags #4230

Open
sago35 opened this issue Apr 15, 2024 · 0 comments
Open

Enhancing TinyGo Build-Tags with Board-Specific Feature Tags #4230

sago35 opened this issue Apr 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sago35
Copy link
Member

sago35 commented Apr 15, 2024

I have a proposal to add build-tags representing board-specific features to TinyGo's build-tags. For example, there is currently a build-tag called ninafw added in #4085. Currently, only ninafw is being treated as special.

At the moment, I am considering adding the following build-tags. I believe this will simplify the examples in the drivers repository and provide more detailed information on the tinygo.org pages.

feature_led
feature_ws2812
feature_lcd
    feature_lcd_ili9341
    feature_lcd_st7735
    feature_lcd_...
feature_ninafw
feature_rtl8720dn

By adding these, we can help cases where users are particularly troubled by not knowing the type of LCD.

@deadprogram deadprogram added the enhancement New feature or request label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants