* direct vectoring support added * provide minimal handlers for hooking the vector table directly * changed direct vectoring interrupt enable interface to map to CPU interrupt * direct vectoring interrupt nesting * removed unused dependency * added tentative c2 and c6 support for direct vector table hooking * added direct vectoring examples * added direct vectoring examples * updated changelog * added direct vectoring to CI * Added H2 support and example, moved helpers to esp-hal-common * Added H2 direct vectoring example to CI * Removed remnants of removed feature * C6 and H2 examples fixed * C6 and H2 examples fixed * C6 and H2 examples fixed * Comment fixed * Added preemption flag to RT --------- Co-authored-by: Scott Mabin <scott@mabez.dev> |
||
|---|---|---|
| .. | ||
| adc_cal.rs | ||
| adc.rs | ||
| advanced_serial.rs | ||
| blinky_erased_pins.rs | ||
| blinky.rs | ||
| clock_monitor.rs | ||
| crc.rs | ||
| debug_assist.rs | ||
| direct-vectoring.rs | ||
| embassy_hello_world.rs | ||
| embassy_i2c.rs | ||
| embassy_serial.rs | ||
| embassy_spi.rs | ||
| embassy_wait.rs | ||
| gpio_interrupt.rs | ||
| hello_world.rs | ||
| i2c_bmp180_calibration_data.rs | ||
| i2c_display.rs | ||
| interrupt_preemption.rs | ||
| ledc.rs | ||
| qspi_flash.rs | ||
| read_efuse.rs | ||
| rng.rs | ||
| rtc_time.rs | ||
| rtc_watchdog.rs | ||
| serial_interrupts.rs | ||
| sha.rs | ||
| software_interrupts.rs | ||
| spi_eh1_device_loopback.rs | ||
| spi_eh1_loopback.rs | ||
| spi_halfduplex_read_manufacturer_id.rs | ||
| spi_loopback_dma.rs | ||
| spi_loopback.rs | ||
| systimer.rs | ||
| timer_interrupt.rs | ||
| watchdog.rs | ||