esp-hal/esp32c2-hal/examples
onsdagens d6d5e0c86b
Adding direct vector table hooking support for RISC-V's (#621)
* 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>
2023-08-01 16:28:40 +01:00
..
adc_cal.rs ADC raw values calibration (#555) 2023-07-04 10:14:27 -07:00
adc.rs
advanced_serial.rs ESP32H2: Improve examples documentation (#598) 2023-06-19 07:14:12 -07:00
blinky_erased_pins.rs Correct a number of comments in various examples 2023-05-25 06:02:15 -07:00
blinky.rs
clock_monitor.rs
crc.rs Add MD5 functionality from ESP ROM (#618) 2023-06-26 09:01:34 +02:00
debug_assist.rs Add DEBUG-ASSIST functionality (#484) 2023-04-20 07:38:55 -07:00
direct-vectoring.rs Adding direct vector table hooking support for RISC-V's (#621) 2023-08-01 16:28:40 +01:00
embassy_hello_world.rs
embassy_i2c.rs Clean up re-exports and make small improvements to documentation (#607) 2023-06-22 06:46:50 -07:00
embassy_serial.rs fixed async read w/o at_cmd (#652) 2023-07-25 12:19:59 +01:00
embassy_spi.rs Some minor cleanup (#642) 2023-07-05 11:09:04 -07:00
embassy_wait.rs
gpio_interrupt.rs
hello_world.rs
i2c_bmp180_calibration_data.rs
i2c_display.rs Update embedded-graphics and ssd1306, address breaking changes 2023-06-28 09:47:43 -07:00
interrupt_preemption.rs Adding priority based interrupt preemption (#448) 2023-05-05 11:40:54 +01:00
ledc.rs Add duty-cycle fading support 2023-05-15 17:11:31 +00:00
qspi_flash.rs Make in-progress DMA transfers potentially fallible (#665) 2023-07-22 20:14:57 +01:00
read_efuse.rs
rng.rs
rtc_time.rs Clean up a stray comment in rtc_time examples (#630) 2023-06-30 12:30:05 +01:00
rtc_watchdog.rs
serial_interrupts.rs fixed async read w/o at_cmd (#652) 2023-07-25 12:19:59 +01:00
sha.rs
software_interrupts.rs
spi_eh1_device_loopback.rs
spi_eh1_loopback.rs
spi_halfduplex_read_manufacturer_id.rs
spi_loopback_dma.rs Make in-progress DMA transfers potentially fallible (#665) 2023-07-22 20:14:57 +01:00
spi_loopback.rs
systimer.rs
timer_interrupt.rs
watchdog.rs