Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions arch/rx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,9 @@ config INITIALIZATION_STACK_SIZE
help
Stack size for initialization process of kernel (in bytes)

config HAS_MAPPED_INTERRUPTS
bool
help
Support for mapped interrupts.

endmenu
1 change: 1 addition & 0 deletions soc/renesas/rx/rx26t/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ config SOC_SERIES_RX26T
select HAS_RENESAS_RX_RDP
select CLOCK_CONTROL
select SOC_EARLY_INIT_HOOK
select HAS_MAPPED_INTERRUPTS
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ manifest:
- hal
- name: hal_renesas
path: modules/hal/renesas
revision: 740a944351300664ea17fb7913f0036a5263f008
revision: e6016c2d3ba376a760d8a8db029ceaba27d8c98a
groups:
- hal
- name: hal_rpi_pico
Expand Down
Loading