Skip to content
Merged
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
1 change: 0 additions & 1 deletion drivers/gpio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

zephyr_library()

zephyr_library_sources_ifdef(CONFIG_GPIO_ALTERA_NIOS2 gpio_altera_nios2.c)
zephyr_library_sources_ifdef(CONFIG_GPIO_CC13XX_CC26XX gpio_cc13xx_cc26xx.c)
zephyr_library_sources_ifdef(CONFIG_GPIO_CC2650 gpio_cc2650.c)
zephyr_library_sources_ifdef(CONFIG_GPIO_CC32XX gpio_cc32xx.c)
Expand Down
2 changes: 0 additions & 2 deletions drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ source "drivers/gpio/Kconfig.esp32"

source "drivers/gpio/Kconfig.gecko"

source "drivers/gpio/Kconfig.altera_nios2"

source "drivers/gpio/Kconfig.sam0"

source "drivers/gpio/Kconfig.sam"
Expand Down
29 changes: 0 additions & 29 deletions drivers/gpio/Kconfig.altera_nios2

This file was deleted.

162 changes: 0 additions & 162 deletions drivers/gpio/gpio_altera_nios2.c

This file was deleted.

4 changes: 0 additions & 4 deletions ext/hal/altera/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,3 @@ if(CONFIG_ALTERA_AVALON_QSPI)
)
endif()

if(CONFIG_ALTERA_AVALON_PIO)
zephyr_include_directories(drivers/altera_avalon_pio/inc)
endif()

10 changes: 0 additions & 10 deletions samples/boards/altera_max10/altera_max10.rst

This file was deleted.

7 changes: 0 additions & 7 deletions samples/boards/altera_max10/pio/CMakeLists.txt

This file was deleted.

39 changes: 0 additions & 39 deletions samples/boards/altera_max10/pio/README.rst

This file was deleted.

4 changes: 0 additions & 4 deletions samples/boards/altera_max10/pio/prj.conf

This file was deleted.

8 changes: 0 additions & 8 deletions samples/boards/altera_max10/pio/sample.yaml

This file was deleted.

83 changes: 0 additions & 83 deletions samples/boards/altera_max10/pio/src/main.c

This file was deleted.

7 changes: 0 additions & 7 deletions soc/nios2/nios2f-zephyr/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
config ALTERA_AVALON_SYSID
def_bool y

if GPIO_ALTERA_NIOS2

config ALTERA_AVALON_PIO
def_bool y

endif # GPIO_ALTERA_NIOS2

if SOC_FLASH_NIOS2_QSPI

config ALTERA_AVALON_QSPI
Expand Down