1. 12 Oct, 2024 2 commits
  2. 06 Oct, 2024 1 commit
  3. 04 Oct, 2024 2 commits
  4. 28 Sep, 2024 1 commit
  5. 23 Sep, 2024 1 commit
  6. 12 Sep, 2024 1 commit
  7. 19 Apr, 2023 2 commits
  8. 17 Jan, 2023 3 commits
  9. 01 Jan, 2023 1 commit
  10. 25 Dec, 2022 1 commit
  11. 05 Jul, 2022 2 commits
  12. 29 May, 2022 2 commits
  13. 28 May, 2022 5 commits
  14. 18 May, 2022 1 commit
  15. 04 Oct, 2021 1 commit
  16. 07 Jun, 2021 2 commits
  17. 22 Apr, 2021 2 commits
  18. 21 Apr, 2021 6 commits
  19. 20 Mar, 2021 1 commit
  20. 19 Mar, 2021 2 commits
  21. 18 Mar, 2021 1 commit
    • Florent Kermarrec's avatar
      cores/gpio: Fix GPIOIRQ. · d0c41990
      Florent Kermarrec authored
      Compilation tested in Arty with:
      
      from litex.soc.cores.gpio import GPIOIn
      self.submodules.gpio_in = GPIOIn(platform.request("user_sw", 0), with_irq=True)
      self.add_csr("gpio_in")
      self.add_interrupt("gpio_in")
      d0c41990