Search found 2 matches

by gseqbe
Fri Feb 23, 2024 4:17 pm
Forum: ESP-IDF
Topic: 5.1.2 to 5.2 migration- Interrupt Allocation Issue
Replies: 1
Views: 1282

5.1.2 to 5.2 migration- Interrupt Allocation Issue

Hello, We are upgrading our IDF from 5.1.2 to 5.2 The only change we had to make for the build to succeed is the SPI(using SPI3) .isr_cpu_id from INTR_CPU_ID_AUTO to ESP_INTR_CPU_AFFINITY_AUTO ------5.1.2 SPI configuration---- spi { /* TODO Change to CONFIG_*/ .mosi_io_num = GPIO_NUM_11, .miso_io_nu...
by gseqbe
Sun Feb 11, 2024 5:12 am
Forum: ESP-IDF
Topic: mcpwm_set_frequency() equivalent for esp-idf v5.0
Replies: 9
Views: 7090

Re: mcpwm_set_frequency() equivalent for esp-idf v5.0

@esp_morris
Was this also backported to 5.1?
Thanks!