Dev#78
Merged
Merged
Conversation
Support ESP32-S3 threading with PSRAM
tkl_i2c_init: call i2c_master_get_bus_handle before i2c_new_master_bus so multiple drivers sharing the same I2C port (e.g. axp2101 via TKL and tca9554 via esp_io_expander) can coexist without double-init crash. tkl_uart: add __tkl_uart1_set_txd/rxd_pin stubs in the ENABLE_ESP32S3_USB_JTAG_ONLY branch so tkl_io_pinmux_config links correctly when the full UART implementation is excluded. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add tkl_aes_gcm_encode and tkl_aes_gcm_decode function declarations to tkl_symmetry.h for authenticated encryption/decryption support. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…inmux-stub Fix/i2c bus sharing and uart pinmux stub
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Feat/add esp rom include
Add build toolchain, partition table (32MB), sdkconfig defaults, and driver adaptations (WiFi hosted via SDIO, BT, flash, PWM, UART) for ESP32-P4 with ESP32-C6 companion chip. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
feat(esp32p4): add ESP32-P4+C6 platform support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.