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 missing ESP32-S3 pins to microcontroller module #7967

Merged
merged 1 commit into from
May 12, 2023

Conversation

bojanpotocnik
Copy link

ESP32-S3 defines two additional general use pins in

#define GPIO47_EXISTS 1
extern const mcu_pin_obj_t pin_GPIO47;
#define GPIO48_EXISTS 1
extern const mcu_pin_obj_t pin_GPIO48;

for which support is missing in the microcontroller module HAL.

ESP32-S3 defines two additional general use pins in
ports/espressif/peripherals/esp32s3/pins.h, for which
support is missing in the microcontroller module HAL.
Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks -- I see we defined the pins in board, but forgot it in Pin.

@dhalbert dhalbert merged commit e8194a6 into adafruit:main May 12, 2023
132 checks passed
@bojanpotocnik bojanpotocnik deleted the add_missing_esp32s3_pins branch May 15, 2023 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants