esp-hal/esp32h2-hal/examples
Juraj Sadel aef0ff4e45
H2: Add timer_interrupt example (#576)
* H2: Use PLL_48M_CLK in Timg driver and add 	imer_interrupt example

* Clean timer driver, add helper configure_src_clk and configure_wdt_src_clk methods

* H2: Add 	imer_interrupt example

* add helper methods for selecting default clk src

* Change PR number in the Changelog
2023-06-06 07:18:20 -07:00
..
adc.rs H2: Add initial ADC support with example (#565) 2023-05-31 06:03:27 -07:00
advanced_serial.rs
aes.rs
blinky_erased_pins.rs
blinky.rs
debug_assist.rs
embassy_hello_world.rs
embassy_i2c.rs
embassy_serial.rs Add embassy_serial and embassy_wait examples for ESP32-H2 (#569) 2023-05-31 07:17:39 -07:00
embassy_spi.rs Add all SPI examples for the ESP32-H2 (#549) 2023-05-31 09:49:13 +02:00
embassy_wait.rs Add embassy_serial and embassy_wait examples for ESP32-H2 (#569) 2023-05-31 07:17:39 -07:00
gpio_interrupt.rs
hello_world.rs
i2c_bmp180_calibration_data.rs
i2c_display.rs
interrupt_preemption.rs
ledc.rs
mcpwm.rs
pcnt_encoder.rs
pulse_control.rs
qspi_flash.rs Add all SPI examples for the ESP32-H2 (#549) 2023-05-31 09:49:13 +02:00
ram.rs
read_efuse.rs
rsa.rs
rtc_time.rs
rtc_watchdog.rs
serial_interrupts.rs
sha.rs
software_interrupts.rs
spi_eh1_device_loopback.rs Add all SPI examples for the ESP32-H2 (#549) 2023-05-31 09:49:13 +02:00
spi_eh1_loopback.rs Add all SPI examples for the ESP32-H2 (#549) 2023-05-31 09:49:13 +02:00
spi_halfduplex_read_manufacturer_id.rs Add all SPI examples for the ESP32-H2 (#549) 2023-05-31 09:49:13 +02:00
spi_loopback_dma.rs Add all SPI examples for the ESP32-H2 (#549) 2023-05-31 09:49:13 +02:00
spi_loopback.rs Add all SPI examples for the ESP32-H2 (#549) 2023-05-31 09:49:13 +02:00
systimer.rs
timer_interrupt.rs H2: Add timer_interrupt example (#576) 2023-06-06 07:18:20 -07:00
usb_serial_jtag.rs
watchdog.rs