- add esp32 c3, c6 mcu option

- skip breakpoint for espressif riscv
This commit is contained in:
hathach
2024-04-26 00:10:57 +07:00
parent 03ccc8d8df
commit 223ce56625
5 changed files with 11 additions and 4 deletions

View File

@@ -479,6 +479,8 @@ bool hcd_init(uint8_t rhport) {
_hcd_data.spi_mutex = osal_mutex_create(&_hcd_data.spi_mutexdef);
#endif
// NOTE: driver does not seem to work without nRST pin signal
// full duplex, interrupt negative edge
reg_write(rhport, PINCTL_ADDR, _tuh_cfg.pinctl | PINCTL_FDUPSPI, false);