zephyr/drivers/fpga
Benedikt Schmidt 5aa835c66b drivers: fpga: simplify load mode selection of iCE40
Replace the enum for load modes for the iCE40 with a boolean flag,
as there are only two options:
- SPI: default, which should be used whenever possible
- GPIO bitbang: workarorund, in case a low-end microcontroller is used

Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
2024-11-16 14:57:36 -05:00
..
CMakeLists.txt drivers: fpga: add driver for renesas slg471X5 2024-08-26 17:06:14 +02:00
fpga_altera_agilex_bridge.c
fpga_altera_agilex_bridge.h
fpga_eos_s3.c
fpga_eos_s3.h
fpga_ice40.c drivers: fpga: simplify load mode selection of iCE40 2024-11-16 14:57:36 -05:00
fpga_mpfs.c style: drivers: adjust return usage in void functions 2024-09-18 09:56:16 +02:00
fpga_shell.c
fpga_slg471x5.c drivers: fpga: add driver for renesas slg471X5 2024-08-26 17:06:14 +02:00
fpga_zynqmp.c
fpga_zynqmp.h
Kconfig drivers: fpga: add driver for renesas slg471X5 2024-08-26 17:06:14 +02:00
Kconfig.altera_agilex_bridge
Kconfig.eos_s3
Kconfig.ice40
Kconfig.mpfs
Kconfig.slg471x5 drivers: fpga: add driver for renesas slg471X5 2024-08-26 17:06:14 +02:00
Kconfig.zynqmp