zephyr/samples/drivers
Tyler Ng ae350a9c77 boards: riscv: opentitan_earlgrey: Add the OpenTitan AON Timer
Adds the AON Timer device in the OpenTitan Earlgrey device tree.
Adds overlay files to enable the watchdog and set the alias to
`watchdog0`.

Adds the AON timer (watchdog part) to the supported features section
of the OpenTitan documentation.

Signed-off-by: Tyler Ng <tkng@rivosinc.com>
2023-05-26 09:45:25 -04:00
..
adc samples: drivers: adc: Add da1469x_dk_pro overlay 2023-05-22 12:41:42 +02:00
audio/dmic samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
can samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
clock_control_litex samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
clock_control_xec samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
counter samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
crypto samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
current_sensing
dac samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
display samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
eeprom samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
espi samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
ethernet/eth_ivshmem samples: drivers: ethernet: Add Jailhouse IVSHMEM Ethernet sample 2023-05-14 18:17:33 -04:00
flash_shell samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
fpga/fpga_controller samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
ht16k33 samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
i2s/echo samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
ipm samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
jesd216 samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
kscan samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
kscan_touch samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
lcd_cyclonev_socdk samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
lcd_hd44780 samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_apa102 samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_apa102c_bitbang samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_lp503x samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_lp3943 samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
led_lp5562 samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_lpd8806 samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_pca9633 samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_pwm samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_sx1509b_intensity samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_ws2812 samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
led_xec samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
lora samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
mbox samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
memc samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
misc samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
peci samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
ps2 samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
smbus samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
soc_flash_nrf samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
spi_bitbang samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
spi_flash boards: arm: stm32h7b3 disco kit has external octo NOR flash controller 2023-05-10 19:13:45 +02:00
spi_flash_at45 doc: samples: update OVERLAY_CONFIG to EXTRA_CONF_FILE 2023-05-23 16:40:21 +02:00
spi_fujitsu_fram samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
uart samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
virtualization/ivshmem/doorbell samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
w1/scanner samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
watchdog boards: riscv: opentitan_earlgrey: Add the OpenTitan AON Timer 2023-05-26 09:45:25 -04:00
drivers.rst