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

add custom SPI config for CC1101 + added board #1720

Conversation

efuturetoday
Copy link

@efuturetoday efuturetoday commented Jul 20, 2023

Description:

You can now configure the SPI connection pins via the following defines:

  • RF_MODULE_SCK
  • RF_MODULE_MISO
  • RF_MODULE_MOSI
  • RF_MODULE_CS

Also added a board config for WT32-ETH01 with CC11101 and RF.
fixes #1665

Checklist:

  • The pull request is done against the latest development branch
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • I accept the DCO.

@1technophile
Copy link
Owner

Thanks for the PR, I'm not a fan of adding many environments combinations (as long as we test already RF and WT31) unless there is already a board existing with the different modules.
Do you know that you can store your environment in a prod_env.ini ?

@github-actions github-actions bot added the stale label Nov 10, 2023
@github-actions github-actions bot closed this Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CC1101 setSpi call if SPI pins are set
2 participants