Alexander Ananiev

Results 5 issues of Alexander Ananiev

Hello. Are there any plans to add a linking attribute to psram? As in idf: `#[link_section = ".ext_ram.bss.****"]`

peripheral:psram

I know that similar problems have already existed, but I did not find a solution there. I'm trying to configure UartTxDriver and get the error: "uart: uart_driver_install(1588): uart rx buffer...

bug

- **Default rx/tx_buffer_size in uart_driver_install** This is necessary because esp-idf requires a non-zero buffer size for the UART (see [this](https://github.com/esp-rs/esp-idf-hal/issues/427) issue) - **Make not covered ResetReason as Unknown** I believe...

Rx and Tx slots can have different configurations for the same I2S So far I have added this only for tdm mode, let me know if this needs to be...