Skip to content

Commit

Permalink
driver: serial: ra: adding support interrupt driven mode
Browse files Browse the repository at this point in the history
Add support interrupt driven mode for Renesas RA UART driver.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
  • Loading branch information
soburi committed Dec 30, 2023
1 parent b1b242a commit 8dbbc8d
Show file tree
Hide file tree
Showing 2 changed files with 371 additions and 21 deletions.
1 change: 1 addition & 0 deletions boards/arm/arduino_uno_r4/arduino_uno_r4_minima_defconfig
Expand Up @@ -10,6 +10,7 @@ CONFIG_BUILD_OUTPUT_HEX=y

# enable uart driver
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y

# enable console
CONFIG_CONSOLE=y
Expand Down

0 comments on commit 8dbbc8d

Please sign in to comment.