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

pico-sdk: Remove unnecessary Kconfig items #84545

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

soburi
Copy link
Member

@soburi soburi commented Jan 25, 2025

  • Remove unnecessary Kconfig settings.
  • Exclude unnecessary drivers from the build target.
  • Remove the include conditions and make all include targets uniform.
  • Change claim.c to always be compiled.

These measures will delete unnecessary Kconfig items.

@zephyrbot
Copy link
Collaborator

zephyrbot commented Jan 25, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
hal_rpi_pico zephyrproject-rtos/hal_rpi_pico@7b57b24 (zephyr) zephyrproject-rtos/hal_rpi_pico#9 zephyrproject-rtos/hal_rpi_pico#9/files

DNM label due to: 1 project with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@zephyrbot zephyrbot added manifest manifest-hal_rpi_pico DNM This PR should not be merged (Do Not Merge) labels Jan 25, 2025
@soburi soburi force-pushed the hal_rpi_pico_cleanup branch 4 times, most recently from 7a3f8d8 to bc726e5 Compare February 1, 2025 02:01
Update hal_rpi_pico to fix CI failure

Signed-off-by: TOKITA Hiroshi <[email protected]>
Add XIP-cache codes that are referenced from the flash driver.

Signed-off-by: TOKITA Hiroshi <[email protected]>
- Remove unnecessary Kconfig settings.
- Exclude unnecessary drivers from the build target.
- Remove the include conditions and make all include targets uniform.
- Change claim.c to always be compiled.

These measures will delete unnecessary Kconfig items.

Signed-off-by: TOKITA Hiroshi <[email protected]>
Reorder items to make the file easier to read.

Signed-off-by: TOKITA Hiroshi <[email protected]>
@soburi soburi force-pushed the hal_rpi_pico_cleanup branch from bc726e5 to fe2b43f Compare February 3, 2025 03:26
@soburi soburi changed the title Hal rpi pico cleanup pico-sdk: Remove unnecessary Kconfig items Feb 3, 2025
@soburi soburi marked this pull request as ready for review February 3, 2025 03:39
@zephyrbot zephyrbot added area: PWM Pulse Width Modulation area: DMA Direct Memory Access platform: Raspberry Pi Pico Raspberry Pi Pico (RPi Pico) area: SPI SPI bus area: UART Universal Asynchronous Receiver-Transmitter area: ADC Analog-to-Digital Converter (ADC) area: Counter labels Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ADC Analog-to-Digital Converter (ADC) area: Counter area: DMA Direct Memory Access area: PWM Pulse Width Modulation area: SPI SPI bus area: UART Universal Asynchronous Receiver-Transmitter DNM This PR should not be merged (Do Not Merge) manifest manifest-hal_rpi_pico platform: Raspberry Pi Pico Raspberry Pi Pico (RPi Pico)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants